summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: bridge: remove broken netfilter binary sysctlsJoseph Fannin2007-10-101-5/+0
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-101-3/+0
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-104-8/+10
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-101-2/+3
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+4
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-101-0/+4
* [NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen2007-10-101-1/+1
* [NET] skbuff: Add skb_cow_headHerbert Xu2007-09-161-1/+1
* [BRIDGE]: Kill clone argument to br_flood_*Herbert Xu2007-09-164-50/+31
* [NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman2007-09-111-0/+1
* [BRIDGE]: Fix OOPS when bridging device without ethtool.Stephen Hemminger2007-08-301-8/+8
* [BRIDGE]: Packets leaking out of disabled/blocked ports.Stephen Hemminger2007-08-302-2/+6
* [VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception in interrupt"Evgeniy Polyakov2007-08-261-5/+7
* missing return in bridge sysfs codeAl Viro2007-08-191-0/+1
* [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-132-33/+5
* [NET]: ethtool ops are the only wayMatthew Wilcox2007-07-311-26/+15
* net/* misc endianness annotationsAl Viro2007-07-261-3/+3
* [NETFILTER]: Clean up duplicate includes in net/bridge/Jesper Juhl2007-07-242-2/+0
* [NETFILTER]: Fix logging regressionPatrick McHardy2007-07-242-10/+4
* 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-141-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-07-122-6/+5
|\
| * sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-111-2/+3
| * sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-112-4/+2
* | [NET]: IPV6 checksum offloading in network devicesStephen Hemminger2007-07-101-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/+0
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-033-5/+6
* [NETFILTER]: bridge netfilter: consolidate header pushing/pulling codePatrick McHardy2007-05-031-98/+40
* [BRIDGE]: Missing rtnl.Stephen Hemminger2007-04-251-0/+2
* [BRIDGE]: if no STP then forward all BPDUsStephen Hemminger2007-04-251-2/+8
* [BRIDGE]: drop PAUSE framesStephen Hemminger2007-04-251-1/+6
* [BRIDGE]: don't change packet typeStephen Hemminger2007-04-251-4/+1
* [BRIDGE]: Fix warning in net-2.6.22Stephen Hemminger2007-04-251-1/+0
* [RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy2007-04-251-2/+0
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-251-1/+1
* [NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloadingPatrick McHardy2007-04-251-8/+4
* [NETFILTER]: ebt_arp: add gratuitous arp filteringBart De Schuymer2007-04-251-26/+22
* [NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe trafficMichael Milner2007-04-251-4/+73
* bridge: check kmem_cache_create() errorAkinobu Mita2007-04-253-3/+9
* bridge: allow changing hardware address to any valid addressStephen Hemminger2007-04-251-12/+7
* bridge: change when netlink events go to STPStephen Hemminger2007-04-253-7/+13
* bridge: add support for user mode STPStephen Hemminger2007-04-258-17/+96
* bridge: add sysfs hook to flush forwarding tableStephen Hemminger2007-04-254-0/+42
* bridge: simpler hash with saltStephen Hemminger2007-04-251-5/+12