1. e8238fc bridge: check iface upper dev when setting master via ioctl by Hangbin Liu · 7 years ago
  2. 3f1e53a netfilter: ebtables: don't attempt to allocate 0-sized compat array by Florian Westphal · 7 years ago
  3. 804b854 net: bridge: disable bridge MTU auto tuning if it was set manually by Nikolay Aleksandrov · 7 years ago
  4. f40aa23 net: bridge: set min MTU on port events and allow user to set max by Nikolay Aleksandrov · 7 years ago
  5. d162190 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  6. 02c7b25 netfilter: nf_tables: build-in filter chain type by Pablo Neira Ayuso · 7 years ago
  7. cc07eeb netfilter: nf_tables: nft_register_chain_type() returns void by Pablo Neira Ayuso · 7 years ago
  8. 32537e9 netfilter: nf_tables: rename struct nf_chain_type by Pablo Neira Ayuso · 7 years ago
  9. 9124a20 netfilter: ebt_stp: Use generic functions for comparisons by Joe Perches · 7 years ago
  10. 39c202d2 netfilter: ebtables: Add support for specifying match revision by Bernie Harris · 7 years ago
  11. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  12. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  13. 82792a0 net: bridge: fix direct access to bridge vlan_enabled and use helper by Nikolay Aleksandrov · 7 years ago
  14. 419d14a bridge: Allow max MTU when multiple VLANs present by Chas Williams · 7 years ago
  15. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  16. 78d9f4d netfilter: ebtables: add support for matching IGMP type by Matthias Schiffer · 7 years ago
  17. 5adc166 netfilter: ebtables: add support for matching ICMP type and code by Matthias Schiffer · 7 years ago
  18. d72133e netfilter: ebtables: use ADD_COUNTER macro by Taehee Yoo · 7 years ago
  19. c8d70a7 netfilter: bridge: ebt_among: add more missing match size checks by Florian Westphal · 7 years ago
  20. 932909d netfilter: ebtables: fix erroneous reject of last rule by Florian Westphal · 7 years ago
  21. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  22. 9782a11 netfilter: compat: prepare xt_compat_init_offsets to return errors by Florian Westphal · 7 years ago
  23. 3822034 net: Convert log pernet_operations by Kirill Tkhai · 7 years ago
  24. ec012f3 net: Convert broute_net_ops, frame_filter_net_ops and frame_nat_net_ops by Kirill Tkhai · 7 years ago
  25. 4a0c719 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  26. 7ca9e67 net: Convert brnf_net_ops by Kirill Tkhai · 7 years ago
  27. 3cec5fb net: Convert br_net_ops by Kirill Tkhai · 7 years ago
  28. 0e5a82e bridge: Fix VLAN reference count problem by Ido Schimmel · 7 years ago
  29. 2412d89 netfilter: increase IPSTATS_MIB_CSUMERRORS stat by Taehee Yoo · 7 years ago
  30. b718121 netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets by Florian Westphal · 7 years ago
  31. fc6a5d0 netfilter: ebtables: convert BUG_ONs to WARN_ONs by Florian Westphal · 7 years ago
  32. c4585a2 netfilter: bridge: ebt_among: add missing match size checks by Florian Westphal · 7 years ago
  33. 943a0d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  34. 7ecbf10 netfilter: bridge: use pr ratelimiting by Florian Westphal · 7 years ago
  35. 1b12580 bridge: check brport attr show in brport_show by Xin Long · 7 years ago
  36. 367dc65 net: bridge: Fix uninitialized error in br_fdb_sync_static() by Geert Uytterhoeven · 7 years ago
  37. 03aaa9e bridge: return boolean instead of integer in br_multicast_is_router by Gustavo A. R. Silva · 7 years ago
  38. e553116 netfilter: remove messages print and boot/module load time by Pablo Neira Ayuso · 7 years ago
  39. 98319cb netfilter: nf_tables: get rid of struct nft_af_info abstraction by Pablo Neira Ayuso · 7 years ago
  40. dd4cbef netfilter: nf_tables: get rid of pernet families by Pablo Neira Ayuso · 7 years ago
  41. fe19c04 netfilter: nf_tables: remove nhooks field from struct nft_af_info by Pablo Neira Ayuso · 7 years ago
  42. b3a6125 netfilter: remove struct nf_afinfo and its helper functions by Pablo Neira Ayuso · 7 years ago
  43. ce388f4 netfilter: move reroute indirection to struct nf_ipv6_ops by Pablo Neira Ayuso · 7 years ago
  44. 3f87c08 netfilter: move route indirection to struct nf_ipv6_ops by Pablo Neira Ayuso · 7 years ago
  45. 7db9a51 netfilter: remove saveroute indirection in struct nf_afinfo by Pablo Neira Ayuso · 7 years ago
  46. f7dcbe2 netfilter: move checksum_partial indirection to struct nf_ipv6_ops by Pablo Neira Ayuso · 7 years ago
  47. ef71fe2 netfilter: move checksum indirection to struct nf_ipv6_ops by Pablo Neira Ayuso · 7 years ago
  48. c2f9eaf netfilter: nf_tables: remove hooks from family definition by Pablo Neira Ayuso · 7 years ago
  49. c974a3a3 netfilter: nf_tables: remove multihook chains and families by Pablo Neira Ayuso · 7 years ago
  50. 7a4473a netfilter: nf_tables: explicit nft_set_pktinfo() call from hook path by Pablo Neira Ayuso · 7 years ago
  51. 2a95183 netfilter: don't allocate space for arp/bridge hooks unless needed by Florian Westphal · 7 years ago
  52. b0f3833 netfilter: reduce size of hook entry point locations by Florian Westphal · 7 years ago
  53. fba961a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  54. 223b229 bridge: Use helpers to handle MAC address by Andy Shevchenko · 7 years ago
  55. 84aeb43 net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaks by Nikolay Aleksandrov · 7 years ago
  56. eb79358 net: bridge: use rhashtable for fdbs by Nikolay Aleksandrov · 7 years ago
  57. c1c502b net: use rtnl_register_module where needed by Florian Westphal · 7 years ago
  58. 0f6c480 xfrm: Move dst->path into struct xfrm_dst by David Miller · 7 years ago
  59. fbec443 net: bridge: add vlan_tunnel to bridge port policies by Nikolay Aleksandrov · 7 years ago
  60. 47d5b6d net: bridge: Add/del switchdev object on host join/leave by Andrew Lunn · 7 years ago
  61. 2a26028 net: bridge: Send notification when host join/leaves a group by Andrew Lunn · 7 years ago
  62. ff0fd34 net: bridge: Rename mglist to host_joined by Andrew Lunn · 7 years ago
  63. 2eb3ed3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  64. 9912156 netfilter: ebtables: clean up initialization of buf by Colin Ian King · 7 years ago
  65. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  66. 1a3deb1 net: bridge: Convert timers to use timer_setup() by Allen Pais · 7 years ago
  67. 88c1f37 net: bridge: Convert timers to use timer_setup() by Allen Pais · 7 years ago
  68. 0542872 net: Define eth_stp_addr in linux/etherdevice.h by Egil Hjelmeland · 7 years ago
  69. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  70. 9289906 net: bridge: add notifications for the bridge dev on vlan change by Nikolay Aleksandrov · 7 years ago
  71. 1a3fbd3 net: bridge: add neigh_suppress to bridge port policies by Nikolay Aleksandrov · 7 years ago
  72. f418af6 bridge: vlan: signal if anything changed on vlan add by Nikolay Aleksandrov · 7 years ago
  73. e19b42a bridge: netlink: make setlink/dellink notifications more accurate by Nikolay Aleksandrov · 7 years ago
  74. fbb85b3 bridge: remove rtmsg_ifinfo called in add_del_if by Xin Long · 7 years ago
  75. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  76. 66c5451 net: bridge: fix returning of vlan range op errors by Nikolay Aleksandrov · 7 years ago
  77. d93fa2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  78. 0912bda net: bridge: Export bridge multicast router state by Yotam Gigi · 7 years ago
  79. 7704142 net: bridge: Notify on bridge device mrouter state changes by Yotam Gigi · 7 years ago
  80. ed842fa bridge: suppress nd pkts on BR_NEIGH_SUPPRESS ports by Roopa Prabhu · 7 years ago
  81. 057658c bridge: suppress arp pkts on BR_NEIGH_SUPPRESS ports by Roopa Prabhu · 7 years ago
  82. 821f1b2 bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd flood by Roopa Prabhu · 7 years ago
  83. ca752be net: bridge: Pass extack to down to netdev_master_upper_dev_link by David Ahern · 7 years ago
  84. 42ab19e net: Add extack to upper device linking by David Ahern · 7 years ago
  85. 33eaf2a net: Add extack to ndo_add_slave by David Ahern · 7 years ago
  86. e6b72ee netfilter: ebtables: fix race condition in frame_filter_net_init() by Artem Savkov · 7 years ago
  87. 5af48b5 net: bridge: add per-port group_fwd_mask with less restrictions by Nikolay Aleksandrov · 7 years ago
  88. 8701352 bridge: trigger RTM_NEWLINK when interface is modified by bridge ioctl by Vincent Bernat · 7 years ago
  89. eccaa9e Revert "bridge: also trigger RTM_NEWLINK when interface is released from bridge" by David S. Miller · 7 years ago
  90. 00ba4cb bridge: also trigger RTM_NEWLINK when interface is released from bridge by Vincent Bernat · 7 years ago
  91. f1c2edd bridge: switchdev: Use an helper to clear forward mark by Ido Schimmel · 7 years ago
  92. 9efdb14 net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros. by Varsha Rao · 7 years ago
  93. b63f604 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  94. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  95. 79e99bd bridge: switchdev: Clear forward mark when transmitting packet by Ido Schimmel · 7 years ago
  96. e3cfddd bridge: add tracepoint in br_fdb_update by Roopa Prabhu · 7 years ago
  97. b74fd30 bridge: fdb add and delete tracepoints by Roopa Prabhu · 7 years ago
  98. ef9a5a6 bridge: check for null fdb->dst before notifying switchdev drivers by Roopa Prabhu · 7 years ago
  99. eb73dde bridge: make ebt_table const by Bhumika Goyal · 7 years ago
  100. 960632e netfilter: convert hook list to an array by Aaron Conole · 7 years ago