aboutsummaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)Author
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-10-07bridge: Save frag_max_size between PRE_ROUTING and POST_ROUTINGHerbert Xu
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-10-05bridge: Add filtering support for default_pvidVlad Yasevich
2014-10-05bridge: Simplify pvid checks.Vlad Yasevich
2014-10-05bridge: Add a default_pvid sysfs attributeVlad Yasevich
2014-10-02netfilter: explicit module dependency between br_netfilter and physdevPablo Neira Ayuso
2014-10-02netfilter: nf_tables: allow to filter from prerouting and postroutingPablo Neira Ayuso
2014-10-02netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso
2014-10-01net: bridge: add a br_set_state helper functionFlorian Fainelli
2014-09-30netfilter: bridge: build br_nf_core only if requiredFlorian Westphal
2014-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso
2014-09-26netfilter: bridge: nf_bridge_copy_header as static inline in headerPablo Neira Ayuso
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-15bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich
2014-09-13bridge: Allow clearing of pvid and untagged bitmapVlad Yasevich
2014-09-13bridge: Check if vlan filtering is enabled only once.Vlad Yasevich
2014-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-09-09bridge: Cleanup of unncessary check.Rami Rosen
2014-09-09bridge: implement rtnl_link_ops->changelinkJiri Pirko
2014-09-09bridge: implement rtnl_link_ops->get_size and rtnl_link_ops->fill_infoJiri Pirko
2014-09-09bridge: implement rtnl_link_ops->slave_changelinkJiri Pirko
2014-09-09bridge: implement rtnl_link_ops->get_slave_size and rtnl_link_ops->fill_slave...Jiri Pirko
2014-09-09bridge: switch order of rx_handler reg and upper dev linkJiri Pirko
2014-09-09netfilter: ebtables: create audit records for replacesNicolas Dichtel
2014-08-22br_multicast: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich
2014-08-08netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-08-05bridge: Update outdated comment on promiscuous modeToshiaki Makita
2014-08-04bridge: remove a useless commentMichael S. Tsirkin
2014-07-31bridge: Don't include NDA_VLAN for FDB entries with vid 0Toshiaki Makita
2014-07-25netfilter: kill remnants of ulog targetsPaul Bolle
2014-07-22netfilter: bridge: add reject supportPablo Neira Ayuso
2014-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-07-10bridge: netlink dump interface at par with brctlJamal Hadi Salim
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim
2014-07-08bridge: export knowledge about the presence of IGMP/MLD queriersLinus Lüssing
2014-06-27netfilter: bridge: add generic packet loggerPablo Neira Ayuso
2014-06-25netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso
2014-06-25netfilter: kill ulog targetsPablo Neira Ayuso
2014-06-21bridge: use list_for_each_entry_continue_reverseLi RongQing
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