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
/
br_input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: bridge: fix dest lookup when vlan proto doesn't match
Nikolay Aleksandrov
2017-07-14
1
-1
/
+2
*
bridge: drop netfilter fake rtable unconditionally
Florian Westphal
2017-03-13
1
-0
/
+1
*
bridge: fdb: converge fdb searching functions into one
Nikolay Aleksandrov
2017-02-14
1
-2
/
+2
*
bridge: avoid unnecessary read of jiffies
stephen hemminger
2017-02-07
1
-2
/
+4
*
bridge: fdb: write to used and updated at most once per jiffy
Nikolay Aleksandrov
2017-02-06
1
-1
/
+2
*
bridge: vlan dst_metadata hooks in ingress and egress paths
Roopa Prabhu
2017-02-03
1
-1
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-12
1
-5
/
+2
|
\
|
*
net: bridge: don't increment tx_dropped in br_do_proxy_arp
Nikolay Aleksandrov
2016-09-01
1
-5
/
+2
*
|
net: bridge: change unicast boolean to exact pkt_type
Nikolay Aleksandrov
2016-09-01
1
-15
/
+25
*
|
bridge: switchdev: Add forward mark support for stacked devices
Ido Schimmel
2016-08-26
1
-0
/
+2
|
/
*
bridge: Fix incorrect re-injection of LLDP packets
Ido Schimmel
2016-07-25
1
-0
/
+8
*
net: bridge: remove _deliver functions and consolidate forward code
Nikolay Aleksandrov
2016-07-16
1
-3
/
+3
*
net: bridge: drop skb2/skb0 variables and use a local_rcv boolean
Nikolay Aleksandrov
2016-07-16
1
-15
/
+10
*
net: bridge: rearrange flood vs unicast receive paths
Nikolay Aleksandrov
2016-07-16
1
-15
/
+14
*
net: bridge: minor style adjustments in br_handle_frame_finish
Nikolay Aleksandrov
2016-07-16
1
-10
/
+8
*
net: bridge: extend MLD/IGMP query stats
Nikolay Aleksandrov
2016-07-09
1
-1
/
+1
*
net: bridge: add support for IGMP/MLD stats and export them via netlink
Nikolay Aleksandrov
2016-06-30
1
-0
/
+3
*
bridge: Fix incorrect re-injection of STP packets
Ido Schimmel
2016-06-10
1
-3
/
+12
*
bridge: fix potential use-after-free when hook returns QUEUE or STOLEN verdict
Florian Westphal
2016-03-14
1
-9
/
+7
*
bridge: vlan: use proper rcu for the vlgrp member
Nikolay Aleksandrov
2015-10-13
1
-2
/
+2
*
bridge: vlan: move pvid inside net_bridge_vlan_group
Nikolay Aleksandrov
2015-10-01
1
-1
/
+1
*
bridge: vlan: add per-vlan struct and move to rhashtables
Nikolay Aleksandrov
2015-09-29
1
-5
/
+5
*
netfilter: Pass net into okfn
Eric W. Biederman
2015-09-17
1
-3
/
+4
*
netfilter: Pass struct net into the netfilter hooks
Eric W. Biederman
2015-09-17
1
-6
/
+7
*
bridge: Add br_netif_receive_skb remove netif_receive_skb_sk
Eric W. Biederman
2015-09-17
1
-1
/
+6
*
netfilter: Pass socket pointer down through okfn().
David Miller
2015-04-07
1
-7
/
+9
*
bridge: Extend Proxy ARP design to allow optional rules for Wi-Fi
Jouni Malinen
2015-03-05
1
-7
/
+10
*
bridge: only provide proxy ARP when CONFIG_INET is enabled
Arnd Bergmann
2015-01-14
1
-1
/
+2
*
bridge: Add support for IEEE 802.11 Proxy ARP
Kyeyoon Park
2014-10-27
1
-0
/
+60
*
netfilter: bridge: move br_netfilter out of the core
Pablo Neira Ayuso
2014-09-26
1
-0
/
+1
*
bridge: Prepare for forwarding another bridge group addresses
Toshiaki Makita
2014-06-11
1
-2
/
+6
*
bridge: Prevent insertion of FDB entry with disallowed vlan
Toshiaki Makita
2014-06-02
1
-2
/
+2
*
bridge: Fix double free and memory leak around br_allowed_ingress
Toshiaki Makita
2014-04-11
1
-1
/
+1
*
bridge: Fix crash with vlan filtering and tcpdump
Vlad Yasevich
2014-03-28
1
-5
/
+6
*
bridge: Fix the way to find old local fdb entries in br_fdb_changeaddr
Toshiaki Makita
2014-02-10
1
-2
/
+2
*
net: unify the pcpu_tstats and br_cpu_netstats as one
Li RongQing
2014-01-04
1
-1
/
+1
*
bridge: pass correct vlan id to multicast code
Vlad Yasevich
2013-10-29
1
-1
/
+1
*
bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones
Linus Lüssing
2013-08-30
1
-1
/
+1
*
bridge: disable snooping if there is no querier
Linus Lüssing
2013-07-31
1
-1
/
+2
*
bridge: Add a flag to control unicast packet flood.
Vlad Yasevich
2013-06-11
1
-3
/
+6
*
bridge: Add flag to control mac learning.
Vlad Yasevich
2013-06-11
1
-2
/
+4
*
bridge: add missing vid to br_mdb_get()
Cong Wang
2013-03-07
1
-1
/
+1
*
bridge: Add vlan to unicast fdb entries
Vlad Yasevich
2013-02-13
1
-3
/
+6
*
bridge: Implement vlan ingress/egress policy with PVID.
Vlad Yasevich
2013-02-13
1
-1
/
+6
*
bridge: Verify that a vlan is allowed to egress on given port
Vlad Yasevich
2013-02-13
1
-0
/
+10
*
bridge: Validate that vlan is permitted on ingress
Vlad Yasevich
2013-02-13
1
-0
/
+4
*
eth: Make is_link_local() consistent with other address tests
Ben Hutchings
2012-11-02
1
-1
/
+1
*
net, ixgbe: handle link local multicast addresses in SR-IOV mode
John Fastabend
2012-10-29
1
-15
/
+0
*
bridge: Convert compare_ether_addr to ether_addr_equal
Joe Perches
2012-05-09
1
-1
/
+1
*
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
2011-10-31
1
-0
/
+1
[next]