index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-16
[BRIDGE]: Assign random address.
Stephen Hemminger
1
-2
/
+1
2007-12-07
[BRIDGE]: Section fix.
Andrew Morton
1
-1
/
+1
2007-11-29
[BRIDGE]: Properly dereference the br_should_route_hook
Pavel Emelyanov
2
-5
/
+6
2007-11-29
[BRIDGE]: Lost call to br_fdb_fini() in br_init() error path
Pavel Emelyanov
1
-1
/
+3
2007-11-19
[BRIDGE]: Add missing "space"
Joe Perches
1
-1
/
+1
2007-11-13
[NETFILTER]: bridge: fix double POSTROUTING hook invocation
Patrick McHardy
1
-0
/
+3
2007-11-07
[NETFILTER]: ebt_arp: fix --arp-gratuitous matching dependence on --arp-ip-{s...
Bart De Schuymer
1
-1
/
+1
2007-10-19
Convert files to UTF-8 and some cleanups
Jan Engelhardt
1
-1
/
+1
2007-10-15
[BRIDGE]: Remove SKB share checks in br_nf_pre_routing().
Patrick McHardy
1
-3
/
+0
2007-10-15
[NETFILTER]: Replace sk_buff ** with sk_buff *
Herbert Xu
12
-57
/
+49
2007-10-15
[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom
Herbert Xu
3
-30
/
+9
2007-10-15
[BRIDGE]: Unshare skb upon entry
Herbert Xu
1
-0
/
+4
2007-10-12
kobjects: fix up improper use of the kobject name field
Greg Kroah-Hartman
1
-1
/
+1
2007-10-10
[NETFILTER]: bridge: remove broken netfilter binary sysctls
Joseph Fannin
1
-5
/
+0
2007-10-10
[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls
Jeff Garzik
1
-3
/
+0
2007-10-10
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
1
-1
/
+0
2007-10-10
[NET]: Make the device list and device lookups per namespace.
Eric W. Biederman
4
-8
/
+10
2007-10-10
[NET]: Support multiple network namespaces with netlink
Eric W. Biederman
1
-2
/
+3
2007-10-10
[NET]: Make device event notification network namespace safe
Eric W. Biederman
1
-0
/
+4
2007-10-10
[NET]: Make packet reception network namespace safe
Eric W. Biederman
1
-0
/
+4
2007-10-10
[NET]: DIV_ROUND_UP cleanup (part two)
Ilpo Järvinen
1
-1
/
+1
2007-09-16
[NET] skbuff: Add skb_cow_head
Herbert Xu
1
-1
/
+1
2007-09-16
[BRIDGE]: Kill clone argument to br_flood_*
Herbert Xu
4
-50
/
+31
2007-09-11
[NETFILTER]: Fix/improve deadlock condition on module removal netfilter
Neil Horman
1
-0
/
+1
2007-08-30
[BRIDGE]: Fix OOPS when bridging device without ethtool.
Stephen Hemminger
1
-8
/
+8
2007-08-30
[BRIDGE]: Packets leaking out of disabled/blocked ports.
Stephen Hemminger
2
-2
/
+6
2007-08-26
[VLAN/BRIDGE]: Fix "skb_pull_rcsum - Fatal exception in interrupt"
Evgeniy Polyakov
1
-5
/
+7
2007-08-19
missing return in bridge sysfs code
Al Viro
1
-0
/
+1
2007-08-14
[BRIDGE]: Fix typo in net/bridge/br_stp_if.c
Jussi Kivilinna
1
-1
/
+1
2007-08-14
[BRIDGE]: sysfs locking fix.
Stephen Hemminger
1
-9
/
+15
2007-08-13
[NET]: Share correct feature code between bridging and bonding
Herbert Xu
2
-33
/
+5
2007-07-31
[NET]: ethtool ops are the only way
Matthew Wilcox
1
-26
/
+15
2007-07-26
net/* misc endianness annotations
Al Viro
1
-3
/
+3
2007-07-24
[NETFILTER]: Clean up duplicate includes in net/bridge/
Jesper Juhl
2
-2
/
+0
2007-07-24
[NETFILTER]: Fix logging regression
Patrick McHardy
2
-10
/
+4
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-1
/
+1
2007-07-18
usermodehelper: Tidy up waiting
Jeremy Fitzhardinge
1
-1
/
+1
2007-07-14
[NETFILTER]: Lower *tables printk severity
Patrick McHardy
1
-2
/
+2
2007-07-12
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2
-6
/
+5
2007-07-11
sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...
Zhang Rui
1
-2
/
+3
2007-07-11
sysfs: kill unnecessary attribute->owner
Tejun Heo
2
-4
/
+2
2007-07-10
[NET]: IPV6 checksum offloading in network devices
Stephen Hemminger
1
-1
/
+9
2007-05-31
[BRIDGE]: Round off STP perodic timers.
Stephen Hemminger
2
-2
/
+3
2007-05-31
[BRIDGE]: Reduce frequency of forwarding cleanup timer in bridge.
Baruch Even
1
-3
/
+11
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
3
-3
/
+0
2007-05-03
[NET]: Rework dev_base via list_head (v3)
Pavel Emelianov
3
-5
/
+6
2007-05-03
[NETFILTER]: bridge netfilter: consolidate header pushing/pulling code
Patrick McHardy
1
-98
/
+40
2007-04-25
[BRIDGE]: Missing rtnl.
Stephen Hemminger
1
-0
/
+2
2007-04-25
[BRIDGE]: if no STP then forward all BPDUs
Stephen Hemminger
1
-2
/
+8
2007-04-25
[BRIDGE]: drop PAUSE frames
Stephen Hemminger
1
-1
/
+6
[next]