summaryrefslogtreecommitdiffstats
path: root/net/bridge
AgeCommit message (Expand)Author
2014-06-02bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita
2014-06-01bridge: notify user space after fdb updateJon Maxwell
2014-05-05bridge: superfluous skb->nfct check in br_nf_dev_queue_xmitVasily Averin
2014-04-27bridge: Handle IFLA_ADDRESS correctly when creating bridge deviceToshiaki Makita
2014-04-11bridge: Fix double free and memory leak around br_allowed_ingressToshiaki Makita
2014-04-05netfilter: Can't fail and free after table replacementThomas Graf
2014-03-31bridge: use is_skb_forwardable in forward pathVlad Yasevich
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman
2014-03-28bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich
2014-03-28bridge: Fix handling stacked vlan tagsToshiaki Makita
2014-03-28bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita
2014-03-27net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.cMonam Agarwal
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-11bridge: multicast: enable snooping on general queries onlyLinus Lüssing
2014-03-11bridge: multicast: add sanity check for general query destinationLinus Lüssing
2014-03-06inet: remove now unused flag DST_NOPEERHannes Frederic Sowa
2014-03-05bridge: multicast: add sanity check for query source addressesLinus Lüssing
2014-02-24bridge: netfilter: Use ether_addr_copyJoe Perches
2014-02-24bridge: Use ether_addr_copy and ETH_ALENJoe Perches
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-02-10bridge: Prevent possible race condition in br_fdb_change_mac_addressToshiaki Makita
2014-02-10bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...Toshiaki Makita
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...Toshiaki Makita
2014-02-10bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita
2014-02-10bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_addressToshiaki Makita
2014-02-10bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddrToshiaki Makita
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita
2014-02-06bridge: fix netconsole setup over bridgeCong Wang
2014-01-22bridge: Remove unnecessary vlan_put_tag in br_handle_vlanToshiaki Makita
2014-01-13bridge: move br_net_exit() to br.cWANG Cong
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy
2014-01-09netfilter: nf_tables: add missing module references to chain typesPatrick McHardy
2014-01-07netfilter: nf_tables: add support for multi family tablesPatrick McHardy
2014-01-07netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-06bridge: use DEVICE_ATTR_xx macrossfeldma@cumulusnetworks.com
2014-01-06bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing
2014-01-01netlink: cleanup rntl_af_registerstephen hemminger
2013-12-19bridge: change the position of '{' to the pre linetanxiaojun
2013-12-19bridge: change "foo* bar" to "foo *bar"tanxiaojun
2013-12-19bridge: add space before '(/{', after ',', etc.tanxiaojun
2013-12-19bridge: remove unnecessary parenthesestanxiaojun
2013-12-19bridge: remove unnecessary condition judgmenttanxiaojun