index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BRIDGE]: Assign random address.
Stephen Hemminger
2007-12-16
1
-2
/
+1
*
[BRIDGE]: Section fix.
Andrew Morton
2007-12-07
1
-1
/
+1
*
[BRIDGE]: Properly dereference the br_should_route_hook
Pavel Emelyanov
2007-11-29
2
-5
/
+6
*
[BRIDGE]: Lost call to br_fdb_fini() in br_init() error path
Pavel Emelyanov
2007-11-29
1
-1
/
+3
*
[BRIDGE]: Add missing "space"
Joe Perches
2007-11-19
1
-1
/
+1
*
[NETFILTER]: bridge: fix double POSTROUTING hook invocation
Patrick McHardy
2007-11-13
1
-0
/
+3
*
[NETFILTER]: ebt_arp: fix --arp-gratuitous matching dependence on --arp-ip-{s...
Bart De Schuymer
2007-11-07
1
-1
/
+1
*
Convert files to UTF-8 and some cleanups
Jan Engelhardt
2007-10-19
1
-1
/
+1
*
[BRIDGE]: Remove SKB share checks in br_nf_pre_routing().
Patrick McHardy
2007-10-15
1
-3
/
+0
*
[NETFILTER]: Replace sk_buff ** with sk_buff *
Herbert Xu
2007-10-15
12
-57
/
+49
*
[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom
Herbert Xu
2007-10-15
3
-30
/
+9
*
[BRIDGE]: Unshare skb upon entry
Herbert Xu
2007-10-15
1
-0
/
+4
*
kobjects: fix up improper use of the kobject name field
Greg Kroah-Hartman
2007-10-12
1
-1
/
+1
*
[NETFILTER]: bridge: remove broken netfilter binary sysctls
Joseph Fannin
2007-10-10
1
-5
/
+0
*
[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls
Jeff Garzik
2007-10-10
1
-3
/
+0
*
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
2007-10-10
1
-1
/
+0
*
[NET]: Make the device list and device lookups per namespace.
Eric W. Biederman
2007-10-10
4
-8
/
+10
*
[NET]: Support multiple network namespaces with netlink
Eric W. Biederman
2007-10-10
1
-2
/
+3
*
[NET]: Make device event notification network namespace safe
Eric W. Biederman
2007-10-10
1
-0
/
+4
*
[NET]: Make packet reception network namespace safe
Eric W. Biederman
2007-10-10
1
-0
/
+4
*
[NET]: DIV_ROUND_UP cleanup (part two)
Ilpo Järvinen
2007-10-10
1
-1
/
+1
*
[NET] skbuff: Add skb_cow_head
Herbert Xu
2007-09-16
1
-1
/
+1
*
[BRIDGE]: Kill clone argument to br_flood_*
Herbert Xu
2007-09-16
4
-50
/
+31
*
[NETFILTER]: Fix/improve deadlock condition on module removal netfilter
Neil Horman
2007-09-11
1
-0
/
+1
*
[BRIDGE]: Fix OOPS when bridging device without ethtool.
Stephen Hemminger
2007-08-30
1
-8
/
+8
*
[BRIDGE]: Packets leaking out of disabled/blocked ports.
Stephen Hemminger
2007-08-30
2
-2
/
+6
*
[VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception in interrupt"
Evgeniy Polyakov
2007-08-26
1
-5
/
+7
*
missing return in bridge sysfs code
Al Viro
2007-08-19
1
-0
/
+1
*
[BRIDGE]: Fix typo in net/bridge/br_stp_if.c
Jussi Kivilinna
2007-08-14
1
-1
/
+1
*
[BRIDGE]: sysfs locking fix.
Stephen Hemminger
2007-08-14
1
-9
/
+15
*
[NET]: Share correct feature code between bridging and bonding
Herbert Xu
2007-08-13
2
-33
/
+5
*
[NET]: ethtool ops are the only way
Matthew Wilcox
2007-07-31
1
-26
/
+15
*
net/* misc endianness annotations
Al Viro
2007-07-26
1
-3
/
+3
*
[NETFILTER]: Clean up duplicate includes in net/bridge/
Jesper Juhl
2007-07-24
2
-2
/
+0
*
[NETFILTER]: Fix logging regression
Patrick McHardy
2007-07-24
2
-10
/
+4
*
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-20
1
-1
/
+1
*
usermodehelper: Tidy up waiting
Jeremy Fitzhardinge
2007-07-18
1
-1
/
+1
*
[NETFILTER]: Lower *tables printk severity
Patrick McHardy
2007-07-14
1
-2
/
+2
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2007-07-12
2
-6
/
+5
|
\
|
*
sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...
Zhang Rui
2007-07-11
1
-2
/
+3
|
*
sysfs: kill unnecessary attribute->owner
Tejun Heo
2007-07-11
2
-4
/
+2
*
|
[NET]: IPV6 checksum offloading in network devices
Stephen Hemminger
2007-07-10
1
-1
/
+9
|
/
*
[BRIDGE]: Round off STP perodic timers.
Stephen Hemminger
2007-05-31
2
-2
/
+3
*
[BRIDGE]: Reduce frequency of forwarding cleanup timer in bridge.
Baruch Even
2007-05-31
1
-3
/
+11
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
3
-3
/
+0
*
[NET]: Rework dev_base via list_head (v3)
Pavel Emelianov
2007-05-03
3
-5
/
+6
*
[NETFILTER]: bridge netfilter: consolidate header pushing/pulling code
Patrick McHardy
2007-05-03
1
-98
/
+40
*
[BRIDGE]: Missing rtnl.
Stephen Hemminger
2007-04-25
1
-0
/
+2
*
[BRIDGE]: if no STP then forward all BPDUs
Stephen Hemminger
2007-04-25
1
-2
/
+8
*
[BRIDGE]: drop PAUSE frames
Stephen Hemminger
2007-04-25
1
-1
/
+6
[next]