summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2014-06-12bridge: fix compile error when compiling without IPv6 supportLinus Lüssing
2014-06-12bridge: fix smatch warning / potential null pointer dereferenceLinus Lüssing
2014-06-11bridge: Support 802.1ad vlan filteringToshiaki Makita
2014-06-11bridge: Prepare for forwarding another bridge group addressesToshiaki Makita
2014-06-11bridge: Prepare for 802.1ad vlan filtering supportToshiaki Makita
2014-06-11bridge: Add 802.1ad tx vlan accelerationToshiaki Makita
2014-06-10bridge: memorize and export selected IGMP/MLD querier portLinus Lüssing
2014-06-10bridge: add export of multicast database adjacent to net_devLinus Lüssing
2014-06-10bridge: adhere to querier election mechanism specified by RFCsLinus Lüssing
2014-06-10bridge: rename struct bridge_mcast_query/querierLinus Lüssing
2014-06-05bridge: Fix incorrect judgment of promiscToshiaki Makita
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-02bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu
2014-06-02bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita
2014-06-01bridge: notify user space after fdb updateJon Maxwell
2014-06-01bridge: fix the unbalanced promiscuous count when add_if failedwangweidong
2014-05-26netfilter: bridge: fix Kconfig unmet dependenciesPablo Neira
2014-05-22bridge: make br_device_notifier staticCong Wang
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller
2014-05-18bridge: fix spelling of promiscuousstephen hemminger
2014-05-18net: bridge: fix buildAlexei Starovoitov
2014-05-16bridge: Automatically manage port promiscuous mode.Vlad Yasevich
2014-05-16bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich
2014-05-16bridge: Introduce BR_PROMISC flagVlad Yasevich
2014-05-16bridge: Add functionality to sync static fdb entries to hwVlad Yasevich
2014-05-16bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich
2014-05-16bridge: Turn flag change macro into a function.Vlad Yasevich
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong
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-24netfilter: nf_tables: Add meta expression key for bridge interface nameTomasz Bursztyka
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