summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)AuthorFilesLines
2018-07-22netfilter: ebtables: reject non-bridge targetsFlorian Westphal1-0/+13
2018-07-17netfilter: x_tables: initialise match/target check parameter structFlorian Westphal1-0/+2
2018-06-26netfilter: ebtables: handle string from userspace with carePaolo Abeni1-1/+2
2018-05-30netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal1-1/+5
2018-05-30netfilter: ebtables: convert BUG_ONs to WARN_ONsFlorian Westphal1-9/+18
2018-05-19bridge: check iface upper dev when setting master via ioctlHangbin Liu1-2/+2
2018-04-08netfilter: bridge: ebt_among: add more missing match size checksFlorian Westphal1-0/+34
2018-03-18netfilter: bridge: ebt_among: add missing match size checksFlorian Westphal1-2/+19
2018-03-18netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal1-1/+12
2018-03-11bridge: check brport attr show in brport_showXin Long1-0/+3
2018-01-02net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov1-5/+6
2017-12-20netfilter: bridge: honor frag_max_size when refragmentingFlorian Westphal1-5/+7
2017-10-08bridge: netlink: register netdevice before executing changelinkIdo Schimmel1-2/+5
2017-09-20bridge: switchdev: Clear forward mark when transmitting packetIdo Schimmel1-0/+3
2017-07-21bridge: mdb: fix leak on complete_info ptr on fail pathEduardo Valentin1-1/+2
2017-06-14net: bridge: start hello timer only if device is upNikolay Aleksandrov1-1/+2
2017-06-07bridge: start hello_timer when enabling KERNEL_STP in br_stp_startXin Long2-1/+2
2017-06-07bridge: netlink: check vlan_default_pvid rangeTobias Jungel1-0/+7
2017-03-22bridge: drop netfilter fake rtable unconditionallyFlorian Westphal2-21/+1
2017-03-22net: bridge: allow IPv6 when multicast flood is disabledMike Manning1-1/+2
2017-02-04bridge: netlink: call br_changelink() during br_dev_newlink()Ivan Vecera1-14/+19
2017-01-19bridge: netfilter: Fix dropping packets that moving through bridge interfaceArtur Molchanov1-1/+1
2016-12-05net: bridge: set error code on failurePan Bian1-0/+1
2016-10-18bridge: multicast: restore perm router ports on multicast enableNikolay Aleksandrov1-9/+14
2016-10-13net: bridge: add the multicast_flood flag attribute to brport_attrsNikolay Aleksandrov1-0/+1
2016-10-03netfilter: bridge: clarify bridge/netfilter messageStefan Agner1-2/+4
2016-09-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso5-18/+37
2016-09-26netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang1-1/+1
2016-09-25netfilter: replace list_head with single linked listAaron Conole1-13/+6
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole2-2/+2
2016-09-24netfilter: bridge: add and use br_nf_hook_threshFlorian Westphal2-16/+56
2016-09-13net: bridge: add helper to call /sbin/bridge-stpVivien Didelot1-12/+31
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+6
2016-09-12netfilter: Add the missed return value check of nft_register_chain_typeGao Feng1-5/+13
2016-09-12netfilter: nf_tables_bridge: use nft_set_pktinfo_ipv{4, 6}_validatePablo Neira Ayuso2-71/+45
2016-09-12netfilter: nf_tables: ensure proper initialization of nft_pktinfo fieldsPablo Neira Ayuso1-3/+3
2016-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-2/+1
2016-09-02net: bridge: add per-port multicast flood flagNikolay Aleksandrov4-4/+14
2016-09-02net: bridge: change unicast boolean to exact pkt_typeNikolay Aleksandrov4-22/+37
2016-09-02rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu2-12/+13
2016-09-02net: bridge: don't increment tx_dropped in br_do_proxy_arpNikolay Aleksandrov1-5/+2
2016-08-31bridge: re-introduce 'fix parsing of MLDv2 reports'Davide Caratti1-1/+1
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGao Feng1-2/+1
2016-08-26bridge: switchdev: Add forward mark support for stacked devicesIdo Schimmel6-4/+107
2016-08-26net: bridge: export also pvid flag in the xstats flagsNikolay Aleksandrov1-0/+5
2016-08-25netfilter: ebtables: put module reference when an incorrect extension is foundSabrina Dubroca1-0/+2
2016-08-25netfilter: nft_meta: improve the validity check of pkttype set exprLiping Zhang1-0/+1
2016-08-19net: bridge: export vlan flags with the statsNikolay Aleksandrov1-0/+1
2016-08-19net: bridge: consolidate bridge and port linkxstats callsNikolay Aleksandrov1-75/+39
2016-08-10bridge: Fix problems around fdb entries pointing to the bridge deviceToshiaki Makita1-25/+27