summaryrefslogtreecommitdiff
path: root/net/bridge
AgeCommit message (Expand)AuthorFilesLines
2019-01-23netfilter: ebtables: account ebt_table_info to kmemcgShakeel Butt1-2/+4
2019-01-23net: bridge: fix a bug on using a neighbour cache entry without checking its ...JianJhen Chen1-1/+1
2018-11-04net: bridge: remove ipv6 zero address check in mcast queriesNikolay Aleksandrov1-2/+1
2018-11-04bridge: do not add port to router list when receives query with source 0.0.0.0Hangbin Liu1-1/+9
2018-11-04netfilter: bridge: Don't sabotage nf_hook calls from an l3mdevDavid Ahern1-1/+2
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-07-08netfilter: 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-05-16netfilter: ebtables: don't attempt to allocate 0-sized compat arrayFlorian Westphal1-5/+6
2018-04-26netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal1-2/+8
2018-04-08netfilter: bridge: ebt_among: add more missing match size checksFlorian Westphal1-0/+34
2018-03-15netfilter: bridge: ebt_among: add missing match size checksFlorian Westphal1-2/+19
2018-03-15netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal1-1/+12
2018-03-09bridge: Fix VLAN reference count problemIdo Schimmel1-0/+2
2018-03-09bridge: 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-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-22net: bridge: fix returning of vlan range op errorsNikolay Aleksandrov1-1/+1
2017-09-29netfilter: ebtables: fix race condition in frame_filter_net_init()Artem Savkov4-14/+15
2017-09-05bridge: switchdev: Use an helper to clear forward markIdo Schimmel2-3/+10
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao1-12/+8
2017-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-23/+21
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+4
2017-09-01bridge: switchdev: Clear forward mark when transmitting packetIdo Schimmel1-0/+3
2017-08-31bridge: add tracepoint in br_fdb_updateRoopa Prabhu1-1/+4
2017-08-30bridge: fdb add and delete tracepointsRoopa Prabhu1-0/+7
2017-08-29bridge: check for null fdb->dst before notifying switchdev driversRoopa Prabhu1-1/+1
2017-08-28bridge: make ebt_table constBhumika Goyal1-1/+1
2017-08-28netfilter: convert hook list to an arrayAaron Conole1-8/+11
2017-08-24netfilter: ebtables: fix indent on if statementsColin Ian King2-3/+3
2017-08-19netfilter: use audit_log()Geliang Tang1-9/+4
2017-08-10rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-3/+3
2017-08-08net: bridge: Remove FDB deletion through switchdev objectArkadi Sharshevsky1-18/+0
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal3-3/+3
2017-07-14net: bridge: fix dest lookup when vlan proto doesn't matchNikolay Aleksandrov2-2/+4
2017-07-12bridge: mdb: fix leak on complete_info ptr on fail pathEduardo Valentin1-1/+2
2017-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2017-07-05net, bridge: convert net_bridge_vlan.refcnt from atomic_t to refcount_tReshetova, Elena2-5/+6
2017-07-04bridge: allow ext learned entries to change portsNikolay Aleksandrov1-8/+20
2017-07-01net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-4/+4
2017-06-29net: bridge: constify attribute_group structures.Arvind Yadav1-1/+1
2017-06-29netfilter: ebt_nflog: fix unexpected truncated packetLiping Zhang1-0/+1
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer1-1/+2
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+3
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-2/+3
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2