summaryrefslogtreecommitdiffstats
path: root/net/bridge
AgeCommit message (Expand)AuthorLines
2014-09-15bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich-1/+1
2014-09-13bridge: Allow clearing of pvid and untagged bitmapVlad Yasevich-0/+4
2014-09-13bridge: Check if vlan filtering is enabled only once.Vlad Yasevich-4/+13
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich-1/+1
2014-08-08netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso-8/+2
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias-1/+1
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2014-08-05bridge: Update outdated comment on promiscuous modeToshiaki Makita-4/+2
2014-08-04bridge: remove a useless commentMichael S. Tsirkin-1/+0
2014-07-31bridge: Don't include NDA_VLAN for FDB entries with vid 0Toshiaki Makita-1/+1
2014-07-25netfilter: kill remnants of ulog targetsPaul Bolle-1/+0
2014-07-22netfilter: bridge: add reject supportPablo Neira Ayuso-0/+74
2014-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-451/+107
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen-1/+1
2014-07-10bridge: netlink dump interface at par with brctlJamal Hadi Salim-3/+12
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim-1/+6
2014-07-08bridge: export knowledge about the presence of IGMP/MLD queriersLinus Lüssing-0/+37
2014-06-27netfilter: bridge: add generic packet loggerPablo Neira Ayuso-43/+107
2014-06-25netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso-0/+1
2014-06-25netfilter: kill ulog targetsPablo Neira Ayuso-409/+0
2014-06-21bridge: use list_for_each_entry_continue_reverseLi RongQing-6/+4
2014-06-12bridge: fix compile error when compiling without IPv6 supportLinus Lüssing-0/+2
2014-06-12bridge: fix smatch warning / potential null pointer dereferenceLinus Lüssing-0/+2
2014-06-11bridge: Support 802.1ad vlan filteringToshiaki Makita-0/+130
2014-06-11bridge: Prepare for forwarding another bridge group addressesToshiaki Makita-2/+10
2014-06-11bridge: Prepare for 802.1ad vlan filtering supportToshiaki Makita-12/+51
2014-06-11bridge: Add 802.1ad tx vlan accelerationToshiaki Makita-2/+3
2014-06-10bridge: memorize and export selected IGMP/MLD querier portLinus Lüssing-6/+67
2014-06-10bridge: add export of multicast database adjacent to net_devLinus Lüssing-12/+58
2014-06-10bridge: adhere to querier election mechanism specified by RFCsLinus Lüssing-13/+95
2014-06-10bridge: rename struct bridge_mcast_query/querierLinus Lüssing-95/+100
2014-06-05bridge: Fix incorrect judgment of promiscToshiaki Makita-1/+2
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+44
2014-06-02bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu-0/+3
2014-06-02bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita-2/+37
2014-06-01bridge: notify user space after fdb updateJon Maxwell-1/+7
2014-06-01bridge: fix the unbalanced promiscuous count when add_if failedwangweidong-1/+1
2014-05-26netfilter: bridge: fix Kconfig unmet dependenciesPablo Neira-6/+3
2014-05-22bridge: make br_device_notifier staticCong Wang-121/+99
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller-2/+154
2014-05-18bridge: fix spelling of promiscuousstephen hemminger-1/+1
2014-05-18net: bridge: fix buildAlexei Starovoitov-1/+1
2014-05-16bridge: Automatically manage port promiscuous mode.Vlad Yasevich-7/+116
2014-05-16bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich-6/+69
2014-05-16bridge: Introduce BR_PROMISC flagVlad Yasevich-1/+3
2014-05-16bridge: Add functionality to sync static fdb entries to hwVlad Yasevich-0/+58
2014-05-16bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich-1/+36
2014-05-16bridge: Turn flag change macro into a function.Vlad Yasevich-10/+17
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe-1/+1
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong-1/+1