summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* [IPV4] net/ipv4/arp.c: trivial annotationsAl Viro2006-09-291-1/+1
* [NETFILTER]: kill listhelp.hPatrick McHardy2006-09-231-31/+45
* [BRIDGE]: Change sysctl tunables to __read_mostlyBrian Haley2006-09-231-4/+4
* [NETFILTER] bridge: debug message fixesStephen Hemminger2006-09-231-12/+3Star
* [NETFILTER] bridge: code rearrangement for clarityStephen Hemminger2006-09-232-6/+26
* [BRIDGE]: Convert notifications to use rtnl_notify()Thomas Graf2006-09-221-16/+15Star
* [NETFILTER]: Make unused signal code go away so nobody copies its brokennessAlan Cox2006-09-221-21/+0Star
* [BRIDGE]: random extra bytes on STP TCN packetStephen Hemminger2006-09-181-1/+1
* [BRIDGE] netfilter: memory corruption fixStephen Hemminger2006-08-271-3/+7
* [BRIDGE]: Disable SG/GSO if TX checksum is offHerbert Xu2006-08-181-1/+6
* [NETFILTER]: ulog: fix panic on SMP kernelsMark Huang2006-08-141-0/+3
* [BRIDGE]: netlink status fixStephen Hemminger2006-08-051-1/+1
* [NETFILTER]: bridge netfilter: add deferred output hooks to feature-removal-s...Patrick McHardy2006-07-251-0/+5
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-5/+2Star
* [NET] gso: Add skb_is_gsoHerbert Xu2006-07-082-2/+2
* [BRIDGE]: br_dump_ifinfo index fixAndrey Savochkin2006-07-041-1/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-302-2/+0Star
* [NET]: Added GSO header verificationHerbert Xu2006-06-302-3/+4
* [NET]: Added GSO toggleHerbert Xu2006-06-231-6/+11
* [NET]: Merge TSO/UFO fields in sk_buffHerbert Xu2006-06-232-3/+3
* [BRIDGE]: Add support for NETIF_F_HW_CSUM devicesHerbert Xu2006-06-182-6/+12
* [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUMHerbert Xu2006-06-181-2/+1Star
* [NET]: skb_trim auditHerbert Xu2006-06-181-11/+3Star
* [BRIDGE]: netlink interface for link managementStephen Hemminger2006-06-186-2/+214
* [BRIDGE]: fix module startup error handlingStephen Hemminger2006-06-182-9/+22
* [BRIDGE]: optimize conditional in forward pathStephen Hemminger2006-06-181-8/+4Star
* [BRIDGE]: fix locking and memory leak in br_add_bridgeJiri Benc2006-06-061-12/+7Star
* [BRIDGE]: need to ref count the LLC sapStephen Hemminger2006-05-241-1/+2
* [NETFILTER]: fix format specifier for netfilter log targetsPhilip Craig2006-05-191-1/+1
* [BRIDGE]: Do sysfs registration inside rtnl.Stephen Hemminger2006-05-101-14/+7Star
* [BRIDGE]: keep track of received multicast packetsStephen Hemminger2006-05-061-0/+1
* [BRIDGE]: allow full size vlan packetsStephen Hemminger2006-04-261-1/+7
* [EBTABLES]: Clean up vmalloc usage in net/bridge/netfilter/ebtables.cJayachandran C2006-04-201-13/+7Star
* [BRIDGE] ebtables: fix allocation in net/bridge/netfilter/ebtables.cJayachandran C2006-04-121-3/+3
* [BRIDGE]: receive link-local on disabled ports.Stephen Hemminger2006-04-121-3/+0Star
* [PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki2006-04-111-6/+6
* [NETFILTER]: Fix fragmentation issues with bridge netfilterPatrick McHardy2006-04-101-2/+11
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-2920-80/+80
* [BRIDGE]: Unaligned accesses in the ethernet bridgePeter Chubb2006-03-251-2/+3
* [BRIDGE]: Remove duplicate const from is_link_local() argument type.Andrew Morton2006-03-211-1/+1
* [BRIDGE]: use LLC to send STPStephen Hemminger2006-03-211-69/+59Star
* [BRIDGE]: allow show/store of group multicast addressStephen Hemminger2006-03-214-6/+57
* [BRIDGE]: use llc for receiving STP packetsStephen Hemminger2006-03-215-28/+71
* [BRIDGE]: stp timer to jiffies cleanupStephen Hemminger2006-03-211-9/+8Star
* [BRIDGE]: forwarding remove unneeded preempt and bh diasablesStephen Hemminger2006-03-212-6/+3Star
* [BRIDGE]: netfilter inline cleanupStephen Hemminger2006-03-211-4/+21
* [BRIDGE]: netfilter VLAN macro cleanupStephen Hemminger2006-03-211-23/+27
* [BRIDGE]: netfilter dont use __constant_htonsStephen Hemminger2006-03-211-25/+25
* [BRIDGE]: netfilter whitespaceStephen Hemminger2006-03-211-53/+63
* [BRIDGE]: optimize frame pass upStephen Hemminger2006-03-211-7/+1Star