summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
* bridge: Fix error path for kobject_init_and_add()Tobin C. Harding2019-05-161-7/+6
* netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal2019-05-161-1/+2
* net: bridge: multicast: use rcu to access port list from br_multicast_start_q...Nikolay Aleksandrov2019-04-271-1/+3
* net: bridge: fix a bug on using a neighbour cache entry without checking its ...JianJhen Chen2019-01-261-1/+1
* ebtables: arpreply: Add the standard target sanity checkGao Feng2018-10-131-0/+3
* netfilter: ebtables: reject non-bridge targetsFlorian Westphal2018-07-221-0/+13
* netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-07-221-0/+2
* netfilter: ebtables: handle string from userspace with carePaolo Abeni2018-07-111-1/+2
* netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal2018-05-301-1/+5
* netfilter: ebtables: convert BUG_ONs to WARN_ONsFlorian Westphal2018-05-301-9/+18
* bridge: check iface upper dev when setting master via ioctlHangbin Liu2018-05-251-2/+2
* netfilter: bridge: ebt_among: add more missing match size checksFlorian Westphal2018-04-081-0/+34
* netfilter: bridge: ebt_among: add missing match size checksFlorian Westphal2018-03-181-2/+19
* netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal2018-03-181-1/+12
* bridge: check brport attr show in brport_showXin Long2018-03-111-0/+3
* netfilter: Fix switch statement warnings with recent gcc.David Miller2017-02-081-0/+2
* net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov2016-07-121-2/+3
* bridge: Only call /sbin/bridge-stp for the initial network namespaceHannes Frederic Sowa2016-02-151-1/+4
* bridge: mdb: fix double add notificationNikolay Aleksandrov2015-09-281-1/+0
* bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov2015-09-271-0/+2
* bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov2015-07-052-3/+3
* bridge: fix multicast router rlist endless loopNikolay Aleksandrov2015-07-051-4/+3
* bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov2015-06-151-0/+2
* bridge: fix br_multicast_query_expired() bugEric Dumazet2015-06-151-1/+1
* bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo2015-06-151-1/+1
* netfilter: bridge: really save frag_max_size between PRE and POST_ROUTINGFlorian Westphal2015-05-171-2/+15
* vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2015-04-271-2/+2
* bridge: Add missing policy entry for IFLA_BRPORT_FAST_LEAVEThomas Graf2014-11-261-0/+1
* bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated queriesLinus Lüssing2014-11-171-2/+1
* netfilter: nft_reject_bridge: Fix powerpc build errorGuenter Roeck2014-11-031-0/+1
* netfilter: nft_reject_bridge: restrict reject to prerouting and inputPablo Neira Ayuso2014-10-311-1/+32
* netfilter: nft_reject_bridge: don't use IP stack to reject trafficPablo Neira Ayuso2014-10-312-10/+254
* netfilter: nf_tables_bridge: update hook_mask to allow {pre,post}routingPablo Neira Ayuso2014-10-311-2/+4
* bridge: Do not compile options in br_parse_ip_optionsHerbert Xu2014-10-241-19/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-082-0/+15
|\
| * bridge: Save frag_max_size between PRE_ROUTING and POST_ROUTINGHerbert Xu2014-10-072-0/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-10-053-5/+97
|\ \
| * | netfilter: explicit module dependency between br_netfilter and physdevPablo Neira Ayuso2014-10-021-0/+5
| * | netfilter: nf_tables: allow to filter from prerouting and postroutingPablo Neira Ayuso2014-10-021-0/+2
| * | netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso2014-10-021-5/+90
* | | bridge: Add filtering support for default_pvidVlad Yasevich2014-10-054-7/+136
* | | bridge: Simplify pvid checks.Vlad Yasevich2014-10-052-7/+4
* | | bridge: Add a default_pvid sysfs attributeVlad Yasevich2014-10-053-0/+48
* | | net: bridge: add a br_set_state helper functionFlorian Fainelli2014-10-016-11/+17
|/ /
* | netfilter: bridge: build br_nf_core only if requiredFlorian Westphal2014-09-301-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-09-2910-119/+137
|\ \
| * | netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso2014-09-2610-91/+137
| * | netfilter: bridge: nf_bridge_copy_header as static inline in headerPablo Neira Ayuso2014-09-261-28/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-232-3/+16
|\ \ \ | |/ / |/| / | |/
| * bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich2014-09-151-1/+1