aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge
AgeCommit message (Expand)Author
2018-04-09netfilter: ebtables: don't attempt to allocate 0-sized compat arrayFlorian Westphal
2018-03-31net: bridge: disable bridge MTU auto tuning if it was set manuallyNikolay Aleksandrov
2018-03-31net: bridge: set min MTU on port events and allow user to set maxNikolay Aleksandrov
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso
2018-03-30netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso
2018-03-30netfilter: ebt_stp: Use generic functions for comparisonsJoe Perches
2018-03-30netfilter: ebtables: Add support for specifying match revisionBernie Harris
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-23net: bridge: fix direct access to bridge vlan_enabled and use helperNikolay Aleksandrov
2018-03-23bridge: Allow max MTU when multiple VLANs presentChas Williams
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-20netfilter: ebtables: add support for matching IGMP typeMatthias Schiffer
2018-03-20netfilter: ebtables: add support for matching ICMP type and codeMatthias Schiffer
2018-03-20netfilter: ebtables: use ADD_COUNTER macroTaehee Yoo
2018-03-11netfilter: bridge: ebt_among: add more missing match size checksFlorian Westphal
2018-03-11netfilter: ebtables: fix erroneous reject of last ruleFlorian Westphal
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-05netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal
2018-03-05net: Convert log pernet_operationsKirill Tkhai
2018-03-05net: Convert broute_net_ops, frame_filter_net_ops and frame_nat_net_opsKirill Tkhai
2018-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-02-27net: Convert brnf_net_opsKirill Tkhai
2018-02-27net: Convert br_net_opsKirill Tkhai
2018-02-26bridge: Fix VLAN reference count problemIdo Schimmel
2018-02-25netfilter: increase IPSTATS_MIB_CSUMERRORS statTaehee Yoo
2018-02-25netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsetsFlorian Westphal
2018-02-25netfilter: ebtables: convert BUG_ONs to WARN_ONsFlorian Westphal
2018-02-25netfilter: bridge: ebt_among: add missing match size checksFlorian Westphal
2018-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-02-14netfilter: bridge: use pr ratelimitingFlorian Westphal
2018-02-12bridge: check brport attr show in brport_showXin Long
2018-02-01net: bridge: Fix uninitialized error in br_fdb_sync_static()Geert Uytterhoeven
2018-01-22bridge: return boolean instead of integer in br_multicast_is_routerGustavo A. R. Silva
2018-01-19netfilter: remove messages print and boot/module load timePablo Neira Ayuso
2018-01-10netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso
2018-01-10netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso
2018-01-10netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso
2018-01-08netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso
2018-01-08netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso
2018-01-08netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso
2018-01-08netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso
2018-01-08netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso
2018-01-08netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso
2018-01-08netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso
2018-01-08netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso
2018-01-08netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso
2018-01-08netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal