index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
/
br_forward.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bridge: use is_skb_forwardable in forward path
Vlad Yasevich
2014-03-31
1
-7
/
+2
*
bridge: remove unnecessary parentheses
tanxiaojun
2013-12-19
1
-2
/
+2
*
bridge: spelling fixes
tanxiaojun
2013-12-18
1
-1
/
+1
*
bridge: Add a flag to control unicast packet flood.
Vlad Yasevich
2013-06-11
1
-5
/
+9
*
bridge: Implement vlan ingress/egress policy with PVID.
Vlad Yasevich
2013-02-13
1
-0
/
+8
*
bridge: Verify that a vlan is allowed to egress on given port
Vlad Yasevich
2013-02-13
1
-0
/
+1
*
netpoll: check netpoll tx status on the right device
Amerigo Wang
2012-08-14
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-05-07
1
-0
/
+1
|
\
|
*
set fake_rtable's dst to NULL to avoid kernel Oops
Peter Huang (Peng)
2012-04-24
1
-0
/
+1
*
|
net: cleanup unsigned to unsigned int
Eric Dumazet
2012-04-15
1
-1
/
+1
|
/
*
bridge: add local MAC address to forwarding table (v2)
stephen hemminger
2011-12-08
1
-1
/
+1
*
net: bridge: check the length of skb after nf_bridge_maybe_copy_header()
Changli Gao
2011-01-06
1
-10
/
+6
*
bridge: add RCU annotation to bridge multicast table
Eric Dumazet
2010-11-15
1
-2
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-06-23
1
-2
/
+2
|
\
|
*
bridge: Fix OOM crash in deliver_clone
Herbert Xu
2010-06-15
1
-2
/
+2
*
|
bridge: Fix netpoll support
Herbert Xu
2010-06-15
1
-22
/
+12
|
/
*
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
2010-05-10
1
-10
/
+29
|
\
|
*
bridge: make bridge support netpoll
WANG Cong
2010-05-06
1
-1
/
+22
|
*
bridge: multicast_flood cleanup
stephen hemminger
2010-04-27
1
-5
/
+3
|
*
bridge: multicast port group RCU fix
stephen hemminger
2010-04-27
1
-2
/
+2
|
*
bridge: multicast flood
stephen hemminger
2010-04-27
1
-2
/
+2
*
|
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
2010-04-20
1
-0
/
+1
|
\
|
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
|
netfilter: bridge-netfilter: update a comment in br_forward.c about ip_fragme...
Bart De Schuymer
2010-04-13
1
-1
/
+1
*
|
netfilter: bridge: use NFPROTO values for NF_HOOK invocation
Jan Engelhardt
2010-03-25
1
-5
/
+5
|
/
*
bridge: Make first arg to deliver_clone const.
David S. Miller
2010-03-16
1
-2
/
+4
*
bridge: Fix br_forward crash in promiscuous mode
Michael Braun
2010-03-16
1
-3
/
+11
*
bridge: Add multicast forwarding functions
Herbert Xu
2010-02-28
1
-0
/
+67
*
bridge: Split may_deliver/deliver_clone out of br_flood
Herbert Xu
2010-02-28
1
-23
/
+46
*
bridge: Use BR_INPUT_SKB_CB on xmit path
Herbert Xu
2010-02-28
1
-2
/
+3
*
bridge: Avoid unnecessary clone on forward path
Herbert Xu
2010-02-28
1
-11
/
+22
*
net/bridge: Add 'hairpin' port forwarding mode
Fischer, Anna
2009-08-13
1
-1
/
+2
*
bridge: Fix LRO crash with tun
Herbert Xu
2009-02-09
1
-1
/
+6
*
net: Discard and warn about LRO'd skbs received for forwarding
Ben Hutchings
2008-06-19
1
-1
/
+1
*
net: remove CVS keywords
Adrian Bunk
2008-06-11
1
-2
/
+0
*
bridge: Use on-device stats instead of private ones.
Pavel Emelyanov
2008-05-21
1
-1
/
+1
*
[BRIDGE]: Kill clone argument to br_flood_*
Herbert Xu
2007-09-16
1
-16
/
+5
*
[NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETE
Herbert Xu
2007-04-25
1
-1
/
+1
*
[NET] BRIDGE: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-10
1
-2
/
+2
*
[NETFILTER] bridge: code rearrangement for clarity
Stephen Hemminger
2006-09-22
1
-4
/
+1
*
[BRIDGE] netfilter: memory corruption fix
Stephen Hemminger
2006-08-26
1
-3
/
+7
*
[NET] gso: Add skb_is_gso
Herbert Xu
2006-07-08
1
-1
/
+1
*
[NET]: Merge TSO/UFO fields in sk_buff
Herbert Xu
2006-06-23
1
-2
/
+2
*
[BRIDGE]: optimize conditional in forward path
Stephen Hemminger
2006-06-17
1
-8
/
+4
*
[BRIDGE]: allow full size vlan packets
Stephen Hemminger
2006-04-26
1
-1
/
+7
*
[BRIDGE]: TSO fix in br_dev_queue_push_xmit
Vlad Drukker
2005-09-22
1
-1
/
+2
*
[NETFILTER]: Kill nf_debug
Patrick McHardy
2005-06-21
1
-3
/
+0
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+159