summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
...
* | br_multicast: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-08-221-1/+1
|/
* net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-08-111-1/+1
* netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso2014-08-081-8/+2
* list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-051-1/+1
|\
| * bridge: Don't include NDA_VLAN for FDB entries with vid 0Toshiaki Makita2014-07-311-1/+1
* | bridge: Update outdated comment on promiscuous modeToshiaki Makita2014-08-051-4/+2
* | bridge: remove a useless commentMichael S. Tsirkin2014-08-041-1/+0
* | netfilter: kill remnants of ulog targetsPaul Bolle2014-07-251-1/+0
* | netfilter: bridge: add reject supportPablo Neira Ayuso2014-07-223-0/+74
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-205-451/+107
|\ \
| * | netfilter: bridge: add generic packet loggerPablo Neira Ayuso2014-06-274-43/+107
| * | netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso2014-06-251-0/+1
| * | netfilter: kill ulog targetsPablo Neira Ayuso2014-06-252-409/+0
* | | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1
* | | bridge: netlink dump interface at par with brctlJamal Hadi Salim2014-07-101-3/+12
* | | bridge: fdb dumping takes a filter deviceJamal Hadi Salim2014-07-102-1/+6
* | | bridge: export knowledge about the presence of IGMP/MLD queriersLinus Lüssing2014-07-081-0/+37
|/ /
* / bridge: use list_for_each_entry_continue_reverseLi RongQing2014-06-211-6/+4
|/
* bridge: fix compile error when compiling without IPv6 supportLinus Lüssing2014-06-121-0/+2
* bridge: fix smatch warning / potential null pointer dereferenceLinus Lüssing2014-06-121-0/+2
* bridge: Support 802.1ad vlan filteringToshiaki Makita2014-06-113-0/+130
* bridge: Prepare for forwarding another bridge group addressesToshiaki Makita2014-06-113-2/+10
* bridge: Prepare for 802.1ad vlan filtering supportToshiaki Makita2014-06-113-12/+51
* bridge: Add 802.1ad tx vlan accelerationToshiaki Makita2014-06-111-2/+3
* bridge: memorize and export selected IGMP/MLD querier portLinus Lüssing2014-06-102-6/+67
* bridge: add export of multicast database adjacent to net_devLinus Lüssing2014-06-102-12/+58
* bridge: adhere to querier election mechanism specified by RFCsLinus Lüssing2014-06-102-13/+95
* bridge: rename struct bridge_mcast_query/querierLinus Lüssing2014-06-103-95/+100
* bridge: Fix incorrect judgment of promiscToshiaki Makita2014-06-051-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-034-3/+44
|\
| * bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita2014-06-023-2/+37
| * bridge: notify user space after fdb updateJon Maxwell2014-06-011-1/+7
* | bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu2014-06-021-0/+3
* | bridge: fix the unbalanced promiscuous count when add_if failedwangweidong2014-06-011-1/+1
* | netfilter: bridge: fix Kconfig unmet dependenciesPablo Neira2014-05-262-6/+3
* | bridge: make br_device_notifier staticCong Wang2014-05-224-121/+99
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller2014-05-224-2/+154
|\ \
| * | netfilter: nf_tables: Add meta expression key for bridge interface nameTomasz Bursztyka2014-04-244-2/+154
* | | bridge: fix spelling of promiscuousstephen hemminger2014-05-181-1/+1
* | | net: bridge: fix buildAlexei Starovoitov2014-05-181-1/+1
* | | bridge: Automatically manage port promiscuous mode.Vlad Yasevich2014-05-164-7/+116
* | | bridge: Add addresses from static fdbs to non-promisc portsVlad Yasevich2014-05-161-6/+69
* | | bridge: Introduce BR_PROMISC flagVlad Yasevich2014-05-162-1/+3
* | | bridge: Add functionality to sync static fdb entries to hwVlad Yasevich2014-05-162-0/+58
* | | bridge: Keep track of ports capable of automatic discovery.Vlad Yasevich2014-05-164-1/+36
* | | bridge: Turn flag change macro into a function.Vlad Yasevich2014-05-161-10/+17
* | | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* | | vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong2014-05-121-1/+1
| |/ |/|
* | bridge: superfluous skb->nfct check in br_nf_dev_queue_xmitVasily Averin2014-05-051-2/+2