aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge
AgeCommit message (Expand)AuthorFilesLines
2004-08-22[PATCH] rcu: abstracted RCU dereferencingDipankar Sarma1-2/+1
2004-08-09[BRIDGE]: Fix problems with filtering and defragmentation.Stephen Hemminger1-5/+8
2004-08-07Make sysctl pass the pos pointer around properly.Linus Torvalds1-2/+2
2004-08-03[BRIDGE]: rmmod device while bridge is down failsStephen Hemminger1-9/+17
2004-08-02[BRIDGE]: Build fix for gcc-2.95.xAndrew Morton2-9/+11
2004-07-29[BRIDGE]: RCU fixStephen Hemminger2-2/+12
2004-07-29[BRIDGE]: forwarding table RCUStephen Hemminger5-36/+44
2004-07-29[BRIDGE]: linkstate handlingStephen Hemminger3-25/+27
2004-07-29[BRIDGE]: dev_xmit cleanupStephen Hemminger1-24/+10
2004-07-29[BRIDGE]: Propagate bridge internal MTU changesStephen Hemminger2-2/+3
2004-07-28[BRIDGE]: Fix typo in br_stp.cTommi Virtanen1-1/+1
2004-07-09[BRIDGE]: Support different MTU sizes.Stephen Hemminger5-0/+36
2004-06-29[BRIDGE]: Fix message age in bridge STP config packets.Stephen Hemminger1-11/+17
2004-06-24Merge davem@nuts.davemloft.net:/disk1/BK/net-2.6David S. Miller1-3/+9
2004-06-23[PATCH] rcu: avoid passing an argument to the callback functionAndrew Morton1-3/+9
2004-06-22[BRIDGE]: Turn off debug message in bridge ioctl.Stephen Hemminger1-1/+1
2004-06-17[BRIDGE]: Kill sysfs hotplug avoidance hacks.Stephen Hemminger4-27/+2
2004-06-16[SPARSE]: Get rid of warning in bridge ethtool ioctl.Stephen Hemminger1-1/+1
2004-06-16[BRIDGE]: Fix bridge sysfs improprely initialized kobject.Andrew Morton1-3/+1
2004-06-03Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller1-1/+1
2004-06-03[NETFILTER]: Fix checksum bug for multicast/broadcast packets on postrouting ...James Morris1-1/+1
2004-06-03[PATCH] sparse: net/bridge annotationAlexander Viro3-11/+11
2004-05-29[PATCH] sparse: nf_sockopt() annotationAlexander Viro1-5/+5
2004-05-21[BRIDGE]: Forwarding table sanity checks.Stephen Hemminger1-47/+72
2004-05-21[BRIDGE]: New ioctl interface for 32/64 compatability.Stephen Hemminger2-26/+76
2004-05-21[BRIDGE]: Add sysfs support.Stephen Hemminger7-6/+734
2004-05-21[BRIDGE]: Expose timer_residue function for use by sysfs.Stephen Hemminger3-14/+16
2004-05-21[BRIDGE]: Read forwarding table chunk at a time.Stephen Hemminger3-62/+62
2004-05-21[BRIDGE]: Fix deadlock on device removal.Stephen Hemminger1-6/+11
2004-05-21[BRIDGE]: Ioctl cleanup and consolidation.Stephen Hemminger4-102/+72
2004-05-21[BRIDGE]: Relax locking on add/delete.Stephen Hemminger1-40/+35
2004-05-21[BRIDGE]: Cleanup of bridge allocation.Stephen Hemminger1-8/+9
2004-05-21[BRIDGE]: Handle delete of multiple devices with same address.Stephen Hemminger1-2/+21
2004-05-11[BRIDGE]: Allow multiple interfaces with same address (necessary for VLAN's).Stephen Hemminger1-10/+10
2004-04-16[BRIDGE]: br_fdb.c needs init.hDavid S. Miller1-0/+1
2004-04-16[BRIDGE]: Replace CLEAR_BITMAP with memset.Stephen Hemminger1-1/+1
2004-04-16[BRIDGE]: FDB cache alloc.Stephen Hemminger3-4/+25
2004-04-16[BRIDGE]: Support lots of 1k ports.Stephen Hemminger4-25/+42
2004-04-16[BRIDGE]: STP unsigned fields.Stephen Hemminger3-33/+31
2004-04-16[BRIDGE]: Forwarding database changes.Stephen Hemminger3-11/+22
2004-04-16[BRIDGE]: Multicast address as const.Stephen Hemminger3-7/+6
2004-04-16[BRIDGE]: Use ethtool to get port speed.Stephen Hemminger2-32/+80
2004-04-16[BRIDGE]: Make use of jiffies_to_clock.Stephen Hemminger2-23/+13
2004-04-16[BRIDGE]: Fix rmmod race.Stephen Hemminger1-4/+5
2004-04-16[BRIDGE]: Include file cleanup.Stephen Hemminger11-19/+8
2004-04-15Merge.David S. Miller4-61/+82
2004-04-11[PATCH] move job control fields from task_struct to signal_structAndrew Morton1-1/+1
2004-03-31[BRIDGE]: Correctly handle up to 256 ports per bridge.Stephen Hemminger2-19/+34
2004-03-31[BRIDGE]: Lift ioctl limits on number of bridges/ports.Stephen Hemminger3-11/+10
2004-03-31[BRIDGE]: Allow non-root to inspect the status of a bridge.Stephen Hemminger3-31/+38
2004-02-26[PATCH] rename other MODULE_VERSION usersAndrew Morton1-3/+3
2004-02-06Merge redhat.com:/spare/repo/netdev-2.6/netdev-alloc-5Jeff Garzik1-1/+1
2004-01-19Merge redhat.com:/spare/repo/netdev-2.6/netdev-alloc-4Jeff Garzik1-1/+1
2004-01-19[BRIDGE]: Fix br_netfilter.c build with CONFIG_SYSCTL disabledLuiz Capitulino1-0/+2
2004-01-13[BRIDGE]: Use dev_base_lock while traversing netdev list.Stephen Hemminger1-2/+2
2004-01-10[NET] s/kfree/free_netdev/ in bridge driverAlexander Viro1-1/+1
2003-12-30Merge nuts.ninka.net:/disk1/davem/BK/netleak-2.5David S. Miller1-5/+1
2003-12-30Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds1-14/+26
2003-12-29[PATCH] Fix 2.6.0's broken documentation referencesAndrew Morton1-1/+1
2003-12-29[BRIDGE]: Fix loopback over bridge port.Bart De Schuymer1-14/+26
2003-12-24[BRIDGE]: Add 4 sysctl entries for bridge netfilter behavioral control:Bart De Schuymer1-35/+174
2003-12-16[BRIDGE NETFILTER]: Fix leaks and crashes in SKB handling.Bart De Schuymer1-5/+1
2003-12-04[BRIDGE]: Provide correct TOS value to IPv4 routing.Julian Anastasov1-1/+1
2003-11-25[BRIDGE]: Fix netfilter config tests.Bart De Schuymer1-2/+2
2003-11-03[EBTABLES]: Fix ebt_limit for HZ=1000Tom Marshall1-2/+11
2003-10-18[EBTABLES]: Adjust skb->pkt_type when necessary.Bart De Schuymer2-3/+3
2003-10-13[EBTABLES]: Print size_t type properly in ebt_among.cDavid S. Miller1-1/+1
2003-10-12[EBTABLES]: Add ebt_among match.Bart De Schuymer3-0/+226
2003-10-07[BRIDGE]: Let {ip,arp}tables see bridged VLAN packets.Bart De Schuymer2-28/+116
2003-09-29[EBTABLES]: Use vlan_hdr not vlan_ethhdr in ebt_vlan.cBart De Schuymer1-1/+1
2003-09-29[EBTABLES]: Add ebt_limit match.Bart De Schuymer3-0/+116
2003-09-24Manual merge of Kconfig file module commentsLinus Torvalds1-32/+16
2003-09-24[PATCH] Kconfig fixes for modules.txtRusty Russell1-32/+16
2003-09-11[BRIDGE]: Clear hw checksum flags when bridging.Stephen Hemminger1-0/+1
2003-09-04[NET]: Remove all the silly 'NET4.x' init messages.David S. Miller1-2/+0
2003-08-31[BRIDGE]: Create CONFIG_BRIDGE_NETFILTER and use it instead of messy tests.Bart De Schuymer2-5/+2
2003-08-30[BRIDGE]: Add 802.3 filtering support.Bart De Schuymer3-0/+83
2003-08-23[BRIDGING]: Update Kconfig files for bridging firewall.Bart De Schuymer1-2/+11
2003-08-23[BRIDGE]: Add arpreply EBTABLES target.Bart De Schuymer3-52/+167
2003-08-19[NET]: free_netdev - destructors.Stephen Hemminger1-17/+1
2003-08-12[BRIDGE]: Fix kfree(skb).Steffen Klassert1-1/+1
2003-08-03[BRIDGE]: Only build br_netfilter when INET is enabled.Bart De Schuymer2-2/+5
2003-08-02[BRIDGE]: Fix bridge notification processing.Stephen Hemminger1-3/+6
2003-08-02[NET]: janitor: don't init statics to 0.Randy Dunlap2-2/+2
2003-07-24[EBTABLES]: Make it work on 32-on-64 platforms.Bart De Schuymer11-12/+12
2003-07-22[BRIDGE]: Fix several startup/shutdown timer races.Stephen Hemminger6-53/+58
2003-07-22[BRIDGE]: Cleanup kernel messages, use C99 initializers.Stephen Hemminger1-8/+10
2003-07-20[EBTABLES]: Copy skb when shared.Bart De Schuymer3-0/+34
2003-07-20[NET]: Makefile cleanups for net/.Sam Ravnborg1-4/+2
2003-07-17[BRIDGE/EBTABLES]: Add stp packet matching.Bart De Schuymer3-0/+201
2003-06-30[BRIDGE]: Ethernet bridge fixes.Stephen Hemminger5-50/+76
2003-06-18[NET]: Let arptables see bridged arp traffic.Bart De Schuymer1-18/+33
2003-06-11[BRIDGE]: Bridge using alloc_netdev.Stephen Hemminger12-43/+39
2003-05-29[BRIDGE]: Make delete bridge work with current unregister semantics.Stephen Hemminger1-6/+6
2003-05-27[BRIDGE]: Remove unnecessary code in br_input.Bart De Schuymer1-3/+0
2003-05-25[BRIDGE]: Deal with non-linear SKBs in ebtables.Bart De Schuymer7-213/+183
2003-05-25[NET]: strncpy -> strlcpy conversions.Ben Collins1-1/+1
2003-05-20[NET]: Use ARRAY_SIZE where appropriate.Andries E. Brouwer3-8/+7
2003-05-19[NET]: More device register/unregister fixing.David S. Miller1-2/+2
2003-05-19[NET]: Fix netdevice unregister races.David S. Miller2-5/+4
2003-05-16Make request_module() take a printf-like vararg argument instead of a string.Linus Torvalds1-4/+1
2003-05-13[NET]: Fix two bogus kfree(skb).Patrick McHardy1-1/+1
2003-05-11[BRIDGE]: Bridge timer performance enhancement.Stephen Hemminger9-313/+264
2003-05-06[BRIDGE]: Change pkt_type to PACKET_HOST earlier.Bart De Schuymer1-0/+3
2003-05-03[EBTABLES]: Add ARP MAC address filtering.Bart De Schuymer1-0/+47
2003-05-03[EBTABLES]: Add ebtables match for the pkt_type member of an skbuff.Bart De Schuymer3-8/+80
2003-04-29[BRIDGE}: Change bridge forwarding table to use hlist.Stephen Hemminger2-71/+47
2003-04-28[BRIDGE}: More user hz conversions.Stephen Hemminger2-17/+20
2003-04-28[BRIDGE]: Inline and _rcu change.Stephen Hemminger3-19/+16
2003-04-28[BRIDGE]: Always set BRNF_BRIDGED mask when bridging.Bart De Schuymer1-2/+1
2003-04-28[BRIDGE]: Use C99 initializers for netfilter bridge.Stephen Hemminger1-9/+45
2003-04-28[NET]: Spelling fixes for net/Steven Cole1-1/+1
2003-04-27[NETFILTER]: Add owner field to nf_hook_ops.Rusty Russell3-9/+15
2003-04-27[EBTABLES]: Make ebt_vlan.c use correct printf format for size_t.David S. Miller1-1/+1
2003-04-27[NETFILTER]: Add ipt_physdev extension.Bart De Schuymer1-0/+2
2003-04-25[BRIDGE]: br_if.c needs linux/init.hDavid S. Miller1-0/+1
2003-04-25[BRIDGE]: Use RCU for port table.Stephen Hemminger10-113/+97
2003-04-25[BRIDGE]: Use list macros for ports.Stephen Hemminger6-77/+35
2003-04-25[BRIDGE]: Possible race with timer on shutdown.Stephen Hemminger2-7/+4
2003-04-25[BRIDGE]: Get write lock in config PDU processing.Stephen Hemminger3-34/+22
2003-04-23Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller1-23/+44
2003-04-23[BRIDGE]: Bridge confuses kernel user HZ.Stephen Hemminger1-15/+30
2003-04-23[BRIDGE]: Missing unlocks in ioctl error paths.Stephen Hemminger1-8/+14
2003-04-23[PATCH] tty cleanups (2/12)Alexander Viro1-2/+2
2003-04-17[BRIDGE]: Ethernet bridge driver device mangling cleanupStephen Hemminger5-94/+78
2003-04-17[BRIDGE]: Fix race in br_fdb_get_entries.Stephen Hemminger1-31/+24
2003-04-11[EBTABLES]: Get rid of brlock in ebtable_broute.Stephen Hemminger1-5/+1
2003-04-11[BRIDGE]: Kill excessive stack usage in br_ioctl.Stephen Hemminger1-15/+23
2003-04-09[BRIDGE]: Fix several locking bugs, plus cleanups.Stephen Hemminger4-46/+57
2003-04-09[NETFILTER]: Push skb linearization deeper inside of implementation.Rusty Russell3-0/+6
2003-03-22[EBTABLES] hold usage count on table module when it contains rulesBart De Schuymer4-3/+17
2003-03-19[ebtables] bugfix in ebt_ip.cBart De Schuymer1-1/+1
2003-03-02[EBTABLES]: Trivial changes and cleanups.Bart De Schuymer13-61/+78
2003-03-02[BRIDGE]: C99 patches for net/bridge/netfilter.Art Haas3-34/+104
2003-02-06[BRIDGE]: handle out-of-ports corner case.Lennert Buytenhek1-2/+2
2003-02-06[BRIDGE]: update to new module scheme.Bart De Schuymer1-2/+2
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski2-4/+0
2003-01-13[PATCH] namespace pollution in netfilter_ebt_logRusty Russell1-1/+1
2003-01-13[PATCH] namespace pollution in eth bridge driverRusty Russell1-1/+1
2003-01-12[ebtables] use Rustys new module scheme in ebtables.c, vs 2.5.56Bart De Schuymer1-143/+145
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst2-3/+0
2002-12-04[BRIDGE]: ebtables vlan match fixes and cleanups.Nick Fedchik2-144/+85
2002-12-03[BRIDGE]: Fix __fake_rtable metrics and some comments.Bart De Schuymer1-11/+7
2002-12-01Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller1-1/+1
2002-12-01[PATCH] C99 initializer patches for four net/ filesArt Haas1-8/+8
2002-11-21[BRIDGE]: new_nbp runs under rwlock so needs to use GFP_ATOMIC.Bart De Schuymer1-1/+1
2002-11-20[EBTABLES]: Use correct base pointer in ebt_do_table.Bart De Schuymer1-1/+1
2002-11-06[NET]: Timer init fixes.Andrew Morton1-0/+2
2002-11-03Merge nuts.ninka.net:/home/davem/src/BK/network-2.5David S. Miller1-4/+8
2002-11-01[BRIDGE]: Update br-netfilter for dst_pmtu changes.Bart De Schuymer1-4/+8
2002-10-29Delete old-style config files.Linus Torvalds2-122/+0
2002-10-29[PATCH] new kernel configuration 7/7Roman Zippel1-0/+135
2002-10-27[BRIDGE]: bridge-nf, map IPv4 hooks onto bridge hooks.Bart De Schuymer6-6/+644
2002-10-27[EBTABLES]: Add byte counter support, plus header cleanup.Bart De Schuymer1-2/+7
2002-10-27[EBTABLES]: Add tcp/udp port checking.Mark-André Hopf1-3/+51
2002-10-04[BRIDGE]: take BR_NETPROTO_LOCK for unlinking bridge device slavesLennert Buytenhek1-5/+10
2002-10-04[BRIDGE]: Skip the LISTENING_STP state if STP is disabled.Lennert Buytenhek1-4/+13
2002-10-04[NET]: Remove net_call_rx_atomic.Lennert Buytenhek1-6/+6
2002-09-29net/bridge/br_input.c: Missing read_unlock.Bart De Schuymer1-1/+3
2002-09-16[BRIDGE]: Add Ethernet bridge tables support.Bart De Schuymer21-5/+2820
2002-05-24kbuild: Use standard multi-part object declaration in net/*Kai Germaschewski1-8/+3
2002-05-23EXPORT_SYMBOL: Remove EXPORT_NO_SYMBOLS from net/*Kai Germaschewski1-2/+0
2002-04-22Bridging fix:Lennert Buytenhek1-0/+2
2002-04-18Bridging fix:Lennert Buytenhek1-5/+1
2002-02-05v2.5.2.3 -> v2.5.2.4Linus Torvalds1-2/+3
2002-02-05v2.5.1.11 -> v2.5.2v2.5.2Linus Torvalds5-69/+76
2002-02-04v2.4.14.4 -> v2.4.14.5Linus Torvalds1-1/+3
2002-02-04v2.4.12.3 -> v2.4.12.4Linus Torvalds1-1/+1
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds1-0/+1
2002-02-04v2.4.8.4 -> v2.4.9Linus Torvalds3-8/+15
2002-02-04v2.4.5.1 -> v2.4.5.2Linus Torvalds4-21/+96
2002-02-04v2.4.3.4 -> v2.4.3.5Linus Torvalds1-2/+5
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds2-52/+52
2002-02-04v2.4.0.9 -> v2.4.0.10Linus Torvalds1-3/+3
2002-02-04Import changesetLinus Torvalds16-0/+2800