aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-14[NETFILTER]: Lower *tables printk severityPatrick McHardy1-2/+2
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-6/+5
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-2/+3
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo2-4/+2
2007-07-10[NET]: IPV6 checksum offloading in network devicesStephen Hemminger1-1/+9
2007-05-31[BRIDGE]: Round off STP perodic timers.Stephen Hemminger2-2/+3
2007-05-31[BRIDGE]: Reduce frequency of forwarding cleanup timer in bridge.Baruch Even1-3/+11
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap3-3/+0
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov3-5/+6
2007-05-03[NETFILTER]: bridge netfilter: consolidate header pushing/pulling codePatrick McHardy1-98/+40
2007-04-25[BRIDGE]: Missing rtnl.Stephen Hemminger1-0/+2
2007-04-25[BRIDGE]: if no STP then forward all BPDUsStephen Hemminger1-2/+8
2007-04-25[BRIDGE]: drop PAUSE framesStephen Hemminger1-1/+6
2007-04-25[BRIDGE]: don't change packet typeStephen Hemminger1-4/+1
2007-04-25[BRIDGE]: Fix warning in net-2.6.22Stephen Hemminger1-1/+0
2007-04-25[RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy1-2/+0
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+1
2007-04-25[NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloadingPatrick McHardy1-8/+4
2007-04-25[NETFILTER]: ebt_arp: add gratuitous arp filteringBart De Schuymer1-26/+22
2007-04-25[NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe trafficMichael Milner1-4/+73
2007-04-25bridge: check kmem_cache_create() errorAkinobu Mita3-3/+9
2007-04-25bridge: allow changing hardware address to any valid addressStephen Hemminger1-12/+7
2007-04-25bridge: change when netlink events go to STPStephen Hemminger3-7/+13
2007-04-25bridge: add support for user mode STPStephen Hemminger8-17/+96
2007-04-25bridge: add sysfs hook to flush forwarding tableStephen Hemminger4-0/+42
2007-04-25bridge: simpler hash with saltStephen Hemminger1-5/+12
2007-04-25bridge: don't route packets while learningStephen Hemminger1-7/+10
2007-04-25bridge: eliminate call by referenceStephen Hemminger2-12/+11
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+2
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+2
2007-04-25[NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETEHerbert Xu1-1/+1
2007-04-25[NETFILTER]: Use setup_timerPatrick McHardy1-3/+1
2007-04-25[BRIDGE]: Use rtnl registration interfaceThomas Graf3-13/+17
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-12/+12
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-3/+3
2007-04-25[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo1-1/+1
2007-04-25[BRIDGE]: faster compare for link local addressesStephen Hemminger1-1/+5
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-5/+5
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-5/+7
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-2/+3
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet1-2/+4
2007-04-17[BRIDGE]: Unaligned access when comparing ethernet addressesEvgeny Kravtsunov1-2/+7
2007-03-22[NET]: fix up misplaced inlines.Dave Jones1-1/+1
2007-03-22[BRIDGE]: Fix fdb RCU racePatrick McHardy1-2/+2
2007-03-07[BRIDGE]: adding new device to bridge should enable if upAji Srinivas1-0/+4
2007-02-28[BRIDGE]: Fix locking of set path cost.Stephen Hemminger1-2/+1
2007-02-26[BRIDGE]: eliminate workqueue for carrier checkStephen Hemminger3-42/+17
2007-02-26[BRIDGE]: get rid of miscdevice includeStephen Hemminger1-1/+0
2007-02-20[PATCH] Convert highest_possible_processor_id to nr_cpu_idsChristoph Lameter1-6/+3