aboutsummaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2007-08-19missing return in bridge sysfs codeAl Viro
2007-08-14[BRIDGE]: Fix typo in net/bridge/br_stp_if.cJussi Kivilinna
2007-08-14[BRIDGE]: sysfs locking fix.Stephen Hemminger
2007-08-13[NET]: Share correct feature code between bridging and bondingHerbert Xu
2007-07-31[NET]: ethtool ops are the only wayMatthew Wilcox
2007-07-26net/* misc endianness annotationsAl Viro
2007-07-24[NETFILTER]: Clean up duplicate includes in net/bridge/Jesper Juhl
2007-07-24[NETFILTER]: Fix logging regressionPatrick McHardy
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge
2007-07-14[NETFILTER]: Lower *tables printk severityPatrick McHardy
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo
2007-07-10[NET]: IPV6 checksum offloading in network devicesStephen Hemminger
2007-05-31[BRIDGE]: Round off STP perodic timers.Stephen Hemminger
2007-05-31[BRIDGE]: Reduce frequency of forwarding cleanup timer in bridge.Baruch Even
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov
2007-05-03[NETFILTER]: bridge netfilter: consolidate header pushing/pulling codePatrick McHardy
2007-04-25[BRIDGE]: Missing rtnl.Stephen Hemminger
2007-04-25[BRIDGE]: if no STP then forward all BPDUsStephen Hemminger
2007-04-25[BRIDGE]: drop PAUSE framesStephen Hemminger
2007-04-25[BRIDGE]: don't change packet typeStephen Hemminger
2007-04-25[BRIDGE]: Fix warning in net-2.6.22Stephen Hemminger
2007-04-25[RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy
2007-04-25[NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloadingPatrick McHardy
2007-04-25[NETFILTER]: ebt_arp: add gratuitous arp filteringBart De Schuymer
2007-04-25[NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe trafficMichael Milner
2007-04-25bridge: check kmem_cache_create() errorAkinobu Mita
2007-04-25bridge: allow changing hardware address to any valid addressStephen Hemminger
2007-04-25bridge: change when netlink events go to STPStephen Hemminger
2007-04-25bridge: add support for user mode STPStephen Hemminger
2007-04-25bridge: add sysfs hook to flush forwarding tableStephen Hemminger
2007-04-25bridge: simpler hash with saltStephen Hemminger
2007-04-25bridge: don't route packets while learningStephen Hemminger
2007-04-25bridge: eliminate call by referenceStephen Hemminger
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETEHerbert Xu
2007-04-25[NETFILTER]: Use setup_timerPatrick McHardy
2007-04-25[BRIDGE]: Use rtnl registration interfaceThomas Graf
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo
2007-04-25[BRIDGE]: faster compare for link local addressesStephen Hemminger
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo