summaryrefslogtreecommitdiffstats
path: root/net/bridge
AgeCommit message (Expand)AuthorLines
2014-02-10bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita-1/+34
2014-02-10bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita-4/+5
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_addressToshiaki Makita-1/+1
2014-02-10bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddrToshiaki Makita-9/+20
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita-7/+16
2014-02-06bridge: fix netconsole setup over bridgeCong Wang-23/+28
2014-01-22bridge: Remove unnecessary vlan_put_tag in br_handle_vlanToshiaki Makita-21/+0
2014-01-13bridge: move br_net_exit() to br.cWANG Cong-19/+18
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy-1/+1
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy-2/+2
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy-1/+1
2014-01-09netfilter: nf_tables: add missing module references to chain typesPatrick McHardy-0/+1
2014-01-07netfilter: nf_tables: add support for multi family tablesPatrick McHardy-0/+1
2014-01-07netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy-19/+19
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2014-01-06bridge: use DEVICE_ATTR_xx macrossfeldma@cumulusnetworks.com-141/+108
2014-01-06bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune-2/+2
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing-15/+7
2014-01-01netlink: cleanup rntl_af_registerstephen hemminger-4/+1
2013-12-19bridge: change the position of '{' to the pre linetanxiaojun-18/+9
2013-12-19bridge: change "foo* bar" to "foo *bar"tanxiaojun-10/+10
2013-12-19bridge: add space before '(/{', after ',', etc.tanxiaojun-12/+12
2013-12-19bridge: remove unnecessary parenthesestanxiaojun-3/+3
2013-12-19bridge: remove unnecessary condition judgmenttanxiaojun-4/+2
2013-12-18bridge: spelling fixestanxiaojun-3/+3
2013-12-10net: more spelling fixesstephen hemminger-2/+2
2013-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+11
2013-12-06br: fix use of ->rx_handler_data in code executed on non-rx_handler pathJiri Pirko-1/+11
2013-12-06netfilter: Fix FSF address in file headersJeff Kirsher-2/+1
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-3/+5
2013-11-20bridge: flush br's address entry in fdb when remove theDing Tianhong-0/+2
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-14/+11
2013-11-19netfilter: ebt_ip6: fix source and destination matchingLuís Fernando Cornachioni Estrozi-3/+5
2013-11-14bridge: Fix memory leak when deleting bridge with vlan filtering enabledToshiaki Makita-0/+1
2013-11-14bridge: Call vlan_vid_del for all vids at nbp_vlan_flushToshiaki Makita-0/+4
2013-11-14bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid c...Toshiaki Makita-14/+6
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+7
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz-0/+7
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-2/+40
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-0/+2
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-35/+27
2013-10-29bridge: pass correct vlan id to multicast codeVlad Yasevich-29/+25
2013-10-28netfilter: bridge: nf_tables: add filter chain typePablo Neira Ayuso-2/+39
2013-10-28netfilter: bridge: fix nf_tables bridge dependencies with main corePablo Neira Ayuso-0/+1
2013-10-27bridge: netfilter: orphan skb before invoking ip netfilter hooksFlorian Westphal-0/+2
2013-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-6/+3
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-79/+99
2013-10-22Revert "bridge: only expire the mdb entry when query is received"Linus Lüssing-22/+28
2013-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches-173/+150
2013-10-18bridge: Fix updating FDB entries when the PVID is appliedToshiaki Makita-0/+1