1. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  2. 1ea2d02 bridge: vlan: flush the dynamically learned entries on port vlan delete by Nikolay Aleksandrov · 9 years ago
  3. 9aa6638 bridge: multicast: add a comment to br_port_state_selection about blocking state by Nikolay Aleksandrov · 9 years ago
  4. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  5. cb8a4de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  6. 3e3a78b switchdev: rename vlan vid_start to vid_begin by Scott Feldman · 9 years ago
  7. 754bc54 bridge: multicast: restore router configuration on port link down/up by Satish Ashok · 9 years ago
  8. 7ce42de bridge: multicast: start querier timer when running user-space stp by Nikolay Aleksandrov · 9 years ago
  9. 230ac49 netfilter: bridge: split ipv6 code into separated file by Pablo Neira Ayuso · 9 years ago
  10. c4e70a8 netfilter: bridge: rename br_netfilter.c to br_netfilter_hooks.c by Pablo Neira Ayuso · 9 years ago
  11. 2dab80a bridge: fix br_stp_set_bridge_priority race conditions by Nikolay Aleksandrov · 9 years ago
  12. b4ad7ba bridge: del external_learned fdbs from device on flush or ageout by Scott Feldman · 9 years ago
  13. 7f10953 bridge: use either ndo VLAN ops or switchdev VLAN ops to install MASTER vlans by Scott Feldman · 9 years ago
  14. ada6c1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  15. 25c43bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  16. d7b5974 netfilter: bridge: restore vlan tag when refragmenting by Florian Westphal · 9 years ago
  17. 33b1f31 net: ip_fragment: remove BRIDGE_NETFILTER mtu special handling by Florian Westphal · 9 years ago
  18. efb6de9 netfilter: bridge: forward IPv6 fragmented packets by Bernhard Thaler · 9 years ago
  19. a4611d3 netfilter: bridge: re-order check_hbh_len() by Bernhard Thaler · 9 years ago
  20. 77d574e netfilter: bridge: rename br_parse_ip_options by Bernhard Thaler · 9 years ago
  21. 411ffb4 netfilter: bridge: refactor frag_max_size by Bernhard Thaler · 9 years ago
  22. 72b31f7 netfilter: bridge: detect NAT66 correctly and change MAC address by Bernhard Thaler · 9 years ago
  23. 8cae308 netfilter: bridge: re-order br_nf_pre_routing_finish_ipv6() by Bernhard Thaler · 9 years ago
  24. d39a33e netfilter: bridge: refactor clearing BRNF_NF_BRIDGE_PREROUTING by Bernhard Thaler · 9 years ago
  25. 1a040ea bridge: fix multicast router rlist endless loop by Nikolay Aleksandrov · 9 years ago
  26. 8c86f96 bridge: make br_fdb_delete also check if the port matches by Nikolay Aleksandrov · 9 years ago
  27. 941742f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  28. c4c832f bridge: disable softirqs around br_fdb_update to avoid lockup by Nikolay Aleksandrov · 9 years ago
  29. 7ff46e7 Revert "bridge: use _bh spinlock variant for br_fdb_update to avoid lockup" by David S. Miller · 9 years ago
  30. 1d7c490 bridge: use _bh spinlock variant for br_fdb_update to avoid lockup by Wilson Kok · 9 years ago
  31. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  32. e453581 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  33. d26e2c9 Revert "netfilter: ensure number of counters is >0 in do_replace()" by Bernhard Thaler · 9 years ago
  34. 71d9f61 bridge: fix br_multicast_query_expired() bug by Eric Dumazet · 9 years ago
  35. 069d4a7 netfilter: ebtables: fix comment grammar by Geert Uytterhoeven · 9 years ago
  36. eb8d7ba bridge: skip fdb add if the port shouldn't learn by Wilson Kok · 9 years ago
  37. 6ae4ae8 bridge: allow setting hash_max + multicast_router if interface is down by Linus Lüssing · 9 years ago
  38. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  39. 93a33a5 bridge: fix lockdep splat by Eric Dumazet · 9 years ago
  40. 47cc84c bridge: fix parsing of MLDv2 reports by Thadeu Lima de Souza Cascardo · 9 years ago
  41. faecbb4 Revert "netfilter: bridge: query conntrack about skb dnat" by Florian Westphal · 9 years ago
  42. 1086bbe netfilter: ensure number of counters is >0 in do_replace() by Dave Jones · 9 years ago
  43. 49d16b2 bridge_netfilter: No ICMP packet on IPv4 fragmentation error by Andy Zhou · 9 years ago
  44. 0bc4c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  45. 55917a2 netfilter: x_tables: add context to know if extension runs from nft_compat by Pablo Neira Ayuso · 9 years ago
  46. a9fcc6a netfilter: bridge: free nf_bridge info on xmit by Florian Westphal · 9 years ago
  47. 7fb48c5 netfilter: bridge: neigh_head and physoutdev can't be used at same time by Florian Westphal · 9 years ago
  48. 42275bd switchdev: don't use anonymous union on switchdev attr/obj structs by Scott Feldman · 9 years ago
  49. 8508025 bridge: revert br_dellink change back to original by Scott Feldman · 9 years ago
  50. 41c498b bridge: restore br_setlink back to original by Scott Feldman · 9 years ago
  51. 3563606 switchdev: convert STP update to switchdev attr set by Scott Feldman · 9 years ago
  52. ebb9a03 switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/ by Jiri Pirko · 9 years ago
  53. 27cf6a6 ebtables: Use eth_proto_is_802_3 by Alexander Duyck · 9 years ago
  54. 784b58a bridge: change BR_GROUPFWD_RESTRICTED to allow forwarding of LLDP frames by Bernhard Thaler · 9 years ago
  55. 9afd85c net: Export IGMP/MLD message validation code by Linus Lüssing · 9 years ago
  56. 3c9e4f8 bridge: multicast: call skb_checksum_{simple_, }validate by Linus Lüssing · 9 years ago
  57. 46c264d bridge/nl: remove wrong use of NLM_F_MULTI by Nicolas Dichtel · 9 years ago
  58. 8219967 bridge/mdb: remove wrong use of NLM_F_MULTI by Nicolas Dichtel · 9 years ago
  59. 49499c3 netfilter: nf_tables: switch registers to 32 bit addressing by Patrick McHardy · 9 years ago
  60. b1c96ed netfilter: nf_tables: add register parsing/dumping helpers by Patrick McHardy · 9 years ago
  61. fad136e netfilter: nf_tables: convert expressions to u32 register pointers by Patrick McHardy · 9 years ago
  62. a55e22e netfilter: nf_tables: get rid of NFT_REG_VERDICT usage by Patrick McHardy · 9 years ago
  63. 27e6d20 netfilter: nf_tables: kill nft_validate_output_register() by Patrick McHardy · 9 years ago
  64. 1ec1021 netfilter: nf_tables: rename nft_validate_data_load() by Patrick McHardy · 9 years ago
  65. 45d9bcd netfilter: nf_tables: validate len in nft_validate_data_load() by Patrick McHardy · 9 years ago
  66. ca69d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  67. c1f8667 netfilter: Fix switch statement warnings with recent gcc. by David Miller · 9 years ago
  68. aadd51a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  69. a1e6795 netfilter: bridge: make BRNF_PKT_TYPE flag a bool by Florian Westphal · 9 years ago
  70. 3eaf402 netfilter: bridge: start splitting mask into public/private chunks by Florian Westphal · 9 years ago
  71. 3833078 netfilter: bridge: add and use nf_bridge_info_get helper by Florian Westphal · 9 years ago
  72. e70deec netfilter: bridge: don't use nf_bridge_info data to store mac header by Florian Westphal · 9 years ago
  73. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  74. 073bfd5 netfilter: Pass nf_hook_state through nft_set_pktinfo*(). by David S. Miller · 9 years ago
  75. 238e54c netfilter: Make nf_hookfn use nf_hook_state. by David S. Miller · 9 years ago
  76. a54acb3 dev: introduce dev_get_iflink() by Nicolas Dichtel · 9 years ago
  77. 0b67c43 netfilter: bridge: really save frag_max_size between PRE and POST_ROUTING by Florian Westphal · 9 years ago
  78. 40451fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  79. 8d04516 netfilter: bridge: kill nf_bridge_pad by Florian Westphal · 9 years ago
  80. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  81. af61576 bridge: add ageing_time, stp_state, priority over netlink by Jörg Thalheim · 9 years ago
  82. e4bb9bc netfilter: bridge: remove BRNF_STATE_BRIDGED flag by Florian Westphal · 9 years ago
  83. c055d5b netfilter: bridge: query conntrack about skb dnat by Florian Westphal · 9 years ago
  84. 4c906c2 bridge: reset bridge mtu after deleting an interface by Venkat Venkatsubra · 9 years ago
  85. 1a4ba64 netfilter: bridge: use rcu hook to resolve br_netfilter dependency by Pablo Neira Ayuso · 9 years ago
  86. a03a8db netfilter: fix sparse warnings in reject handling by Florian Westphal · 9 years ago
  87. ddb3b60 net: Remove protocol from struct dst_ops by Eric W. Biederman · 9 years ago
  88. 5428aef Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  89. e5de75b netfilter: bridge: move DNAT helper to br_netfilter by Pablo Neira Ayuso · 9 years ago
  90. 7a8d831 netfilter: bridge: refactor conditional in br_nf_dev_queue_xmit by Florian Westphal · 9 years ago
  91. 4a9d2f2 netfilter: bridge: move nf_bridge_update_protocol to where its used by Florian Westphal · 9 years ago
  92. 8bd63cf bridge: move mac header copying into br_netfilter by Florian Westphal · 9 years ago
  93. 842a9ae bridge: Extend Proxy ARP design to allow optional rules for Wi-Fi by Jouni Malinen · 9 years ago
  94. 2f56f6b bridge: fix bridge netlink RCU usage by Johannes Berg · 9 years ago
  95. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  96. 71e168b net: bridge: add compile-time assert for cb struct size by Florian Westphal · 9 years ago
  97. 72500bc netfilter: bridge: rework reject handling by Florian Westphal · 9 years ago
  98. fed0a15 bridge: fix link notification skb size calculation to include vlan ranges by Roopa Prabhu · 9 years ago
  99. b7853d7 bridge: add vlan info to bridge setlink and dellink notification messages by Roopa Prabhu · 9 years ago
  100. 9672723 bridge: netfilter: Move sysctl-specific error code inside #ifdef by Geert Uytterhoeven · 9 years ago