summaryrefslogtreecommitdiffstats
path: root/net/bridge
AgeCommit message (Expand)AuthorLines
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+15
2014-10-07bridge: Save frag_max_size between PRE_ROUTING and POST_ROUTINGHerbert Xu-0/+15
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-5/+97
2014-10-05bridge: Add filtering support for default_pvidVlad Yasevich-7/+136
2014-10-05bridge: Simplify pvid checks.Vlad Yasevich-7/+4
2014-10-05bridge: Add a default_pvid sysfs attributeVlad Yasevich-0/+48
2014-10-02netfilter: explicit module dependency between br_netfilter and physdevPablo Neira Ayuso-0/+5
2014-10-02netfilter: nf_tables: allow to filter from prerouting and postroutingPablo Neira Ayuso-0/+2
2014-10-02netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso-5/+90
2014-10-01net: bridge: add a br_set_state helper functionFlorian Fainelli-11/+17
2014-09-30netfilter: bridge: build br_nf_core only if requiredFlorian Westphal-2/+3
2014-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-119/+137
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso-91/+137
2014-09-26netfilter: bridge: nf_bridge_copy_header as static inline in headerPablo Neira Ayuso-28/+0
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+16
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-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-0/+15
2014-09-09bridge: Cleanup of unncessary check.Rami Rosen-3/+0
2014-09-09bridge: implement rtnl_link_ops->changelinkJiri Pirko-0/+39
2014-09-09bridge: implement rtnl_link_ops->get_size and rtnl_link_ops->fill_infoJiri Pirko-0/+25
2014-09-09bridge: implement rtnl_link_ops->slave_changelinkJiri Pirko-2/+16
2014-09-09bridge: implement rtnl_link_ops->get_slave_size and rtnl_link_ops->fill_slave...Jiri Pirko-6/+21
2014-09-09bridge: switch order of rx_handler reg and upper dev linkJiri Pirko-7/+8
2014-09-09netfilter: ebtables: create audit records for replacesNicolas Dichtel-0/+15
2014-08-22br_multicast: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat-1/+1
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