summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
...
* [BRIDGE]: Fix typo in net/bridge/br_stp_if.cJussi Kivilinna2007-08-141-1/+1
* [BRIDGE]: sysfs locking fix.Stephen Hemminger2007-08-141-9/+15
* [NET]: Share correct feature code between bridging and bondingHerbert Xu2007-08-142-33/+5Star
* [NET]: ethtool ops are the only wayMatthew Wilcox2007-07-311-26/+15Star
* net/* misc endianness annotationsAl Viro2007-07-261-3/+3
* [NETFILTER]: Clean up duplicate includes in net/bridge/Jesper Juhl2007-07-252-2/+0Star
* [NETFILTER]: Fix logging regressionPatrick McHardy2007-07-252-10/+4Star
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* usermodehelper: Tidy up waitingJeremy Fitzhardinge2007-07-181-1/+1
* [NETFILTER]: Lower *tables printk severityPatrick McHardy2007-07-151-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-07-122-6/+5Star
|\
| * sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-121-2/+3
| * sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-122-4/+2Star
* | [NET]: IPV6 checksum offloading in network devicesStephen Hemminger2007-07-111-1/+9
|/
* [BRIDGE]: Round off STP perodic timers.Stephen Hemminger2007-05-312-2/+3
* [BRIDGE]: Reduce frequency of forwarding cleanup timer in bridge.Baruch Even2007-05-311-3/+11
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-083-3/+0Star
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-043-5/+6
* [NETFILTER]: bridge netfilter: consolidate header pushing/pulling codePatrick McHardy2007-05-031-98/+40Star
* [BRIDGE]: Missing rtnl.Stephen Hemminger2007-04-261-0/+2
* [BRIDGE]: if no STP then forward all BPDUsStephen Hemminger2007-04-261-2/+8
* [BRIDGE]: drop PAUSE framesStephen Hemminger2007-04-261-1/+6
* [BRIDGE]: don't change packet typeStephen Hemminger2007-04-261-4/+1Star
* [BRIDGE]: Fix warning in net-2.6.22Stephen Hemminger2007-04-261-1/+0Star
* [RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy2007-04-261-2/+0Star
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-261-1/+1
* [NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloadingPatrick McHardy2007-04-261-8/+4Star
* [NETFILTER]: ebt_arp: add gratuitous arp filteringBart De Schuymer2007-04-261-26/+22Star
* [NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe trafficMichael Milner2007-04-261-4/+73
* bridge: check kmem_cache_create() errorAkinobu Mita2007-04-263-3/+9
* bridge: allow changing hardware address to any valid addressStephen Hemminger2007-04-261-12/+7Star
* bridge: change when netlink events go to STPStephen Hemminger2007-04-263-7/+13
* bridge: add support for user mode STPStephen Hemminger2007-04-268-17/+96
* bridge: add sysfs hook to flush forwarding tableStephen Hemminger2007-04-264-0/+42
* bridge: simpler hash with saltStephen Hemminger2007-04-261-5/+12
* bridge: don't route packets while learningStephen Hemminger2007-04-261-7/+10
* bridge: eliminate call by referenceStephen Hemminger2007-04-262-12/+11Star
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+2
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+2
* [NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETEHerbert Xu2007-04-261-1/+1
* [NETFILTER]: Use setup_timerPatrick McHardy2007-04-261-3/+1Star
* [BRIDGE]: Use rtnl registration interfaceThomas Graf2007-04-263-13/+17
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-261-12/+12
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-261-3/+3
* [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo2007-04-261-1/+1
* [BRIDGE]: faster compare for link local addressesStephen Hemminger2007-04-261-1/+5
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-5/+5
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-261-5/+7
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-261-2/+3
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1