1. 55af753 netfilter: nf_tables: rename struct nft_set_estimate class field by Pablo Neira Ayuso · 8 years ago
  2. 1f48ff6 netfilter: nf_tables: add flush field to struct nft_set_iter by Pablo Neira Ayuso · 8 years ago
  3. 1ba1c41 netfilter: nf_tables: rename deactivate_one() to flush() by Pablo Neira Ayuso · 8 years ago
  4. baa2d42 netfilter: nf_tables: use struct nft_set_iter in set element flush by Pablo Neira Ayuso · 8 years ago
  5. 5cb82a3 netfilter: nf_tables: pass netns to set->ops->remove() by Pablo Neira Ayuso · 8 years ago
  6. c078ca3 netfilter: nft_exthdr: Add support for existence check by Phil Sutter · 8 years ago
  7. 6e7bc47 net: skb_needs_check() accepts CHECKSUM_NONE for tx by Eric Dumazet · 8 years ago
  8. 79e7fff4 net: remove support for per driver ndo_busy_poll() by Eric Dumazet · 8 years ago
  9. 7a655c6 enic: Remove local ndo_busy_poll() implementation. by David S. Miller · 8 years ago
  10. 508aac6 ixgbevf: get rid of custom busy polling code by Eric Dumazet · 8 years ago
  11. 3ffc1af ixgbe: get rid of custom busy polling code by Eric Dumazet · 8 years ago
  12. 52e01b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  13. e60df62 Merge branch 'mlxsw-Introduce-TC-Flower-offload-using-TCAM' by David S. Miller · 8 years ago
  14. 7aa0f5a mlxsw: spectrum: Implement TC flower offload by Jiri Pirko · 8 years ago
  15. 69ca05c sched: cls_flower: expose priority to offloading netdevice by Jiri Pirko · 8 years ago
  16. 22a6776 mlxsw: spectrum: Introduce ACL core with simple TCAM implementation by Jiri Pirko · 8 years ago
  17. 44091d2 lib: Introduce priority array area manager by Jiri Pirko · 8 years ago
  18. b862815 list: introduce list_for_each_entry_from_reverse helper by Jiri Pirko · 8 years ago
  19. 8708ecf mlxsw: resources: Add ACL related resources by Jiri Pirko · 8 years ago
  20. b876b9a mlxsw: spectrum: Introduce basic set of flexible key blocks by Jiri Pirko · 8 years ago
  21. 4cda7d8 mlxsw: core: Introduce flexible actions support by Jiri Pirko · 8 years ago
  22. 3f1a84e mlxsw: core: Introduce flexible keys support by Jiri Pirko · 8 years ago
  23. e3426e12 mlxsw: reg: Add Policy-Engine Extended Flexible Action Register by Jiri Pirko · 8 years ago
  24. d120649 mlxsw: reg: Add Policy-Engine Policy Based Switching Register by Jiri Pirko · 8 years ago
  25. 937b682 mlxsw: reg: Add Policy-Engine Rules Copy Register by Jiri Pirko · 8 years ago
  26. af7170e mlxsw: reg: Add Policy-Engine Port Binding Table by Jiri Pirko · 8 years ago
  27. 0171cde mlxsw: reg: Add Policy-Engine TCAM Entry Register Version 2 by Jiri Pirko · 8 years ago
  28. d9c2661 mlxsw: reg: Add Policy-Engine TCAM Allocation Register by Jiri Pirko · 8 years ago
  29. 10fabef mlxsw: reg: Add Policy-Engine ACL Group Table register by Jiri Pirko · 8 years ago
  30. 3279da4 mlxsw: reg: Add Policy-Engine ACL Register by Jiri Pirko · 8 years ago
  31. d5e556c mlxsw: item: Add helpers for getting pointer into payload for char buffer item by Jiri Pirko · 8 years ago
  32. 2946fde mlxsw: item: Add 8bit item helpers by Jiri Pirko · 8 years ago
  33. 3d67576 bonding: Remove unnecessary returned value check by Zhu Yanjun · 8 years ago
  34. 38ab52e tcp: clear pfmemalloc on outgoing skb by Eric Dumazet · 8 years ago
  35. 5226b791 cxgb4: get rid of custom busy poll code by Eric Dumazet · 8 years ago
  36. 362108b myri10ge: get rid of custom busy poll code by Eric Dumazet · 8 years ago
  37. fb6113e be2net: get rid of custom busy poll code by Eric Dumazet · 8 years ago
  38. 94b5e0f net: ipv6: Set protocol to kernel for local routes by David Ahern · 8 years ago
  39. 3898fac trace: rename trace_print_hex_seq arg and add kdoc by Daniel Borkmann · 8 years ago
  40. f38c5ad MAINTAINERS: add Ivan as a switchdev maintainer by Jiri Pirko · 8 years ago
  41. 3b19860 Merge branch 'bridge-per-vlan-dst_metadata-support' by David S. Miller · 8 years ago
  42. 11538d0 bridge: vlan dst_metadata hooks in ingress and egress paths by Roopa Prabhu · 8 years ago
  43. efa5356 bridge: per vlan dst_metadata netlink support by Roopa Prabhu · 8 years ago
  44. b3c7ef0 bridge: uapi: add per vlan tunnel info by Roopa Prabhu · 8 years ago
  45. 3ad7a4b vxlan: support fdb and learning in COLLECT_METADATA mode by Roopa Prabhu · 8 years ago
  46. f35581d ip_tunnels: new IP_TUNNEL_INFO_BRIDGE flag for ip_tunnel_info mode by Roopa Prabhu · 8 years ago
  47. 5a0fd98 Merge branch 'ife-to-module' by David S. Miller · 8 years ago
  48. 295a6e0 net/sched: act_ife: Change to use ife module by Yotam Gigi · 8 years ago
  49. 1ce8460 net: Introduce ife encapsulation module by Yotam Gigi · 8 years ago
  50. 1d5e7c8 net/sched: act_ife: Unexport ife_tlv_meta_encode by Yotam Gigi · 8 years ago
  51. 3541f9e tcp: add tcp_mss_clamp() helper by Eric Dumazet · 8 years ago
  52. ff3edc9 hns_enet: use cpumask_var_t for on-stack mask by Arnd Bergmann · 8 years ago
  53. ceef438 virtio_net: remove custom busy_poll by Eric Dumazet · 8 years ago
  54. c45f8e1 atl1e: add GRO support by Eric Dumazet · 8 years ago
  55. 0d4b729 cxgb4: Fix uld_send() for ctrl pkts by Arjun V · 8 years ago
  56. 86bc8b3 sfc-falcon: get rid of custom busy polling code by Eric Dumazet · 8 years ago
  57. e7fe949 sfc: get rid of custom busy polling code by Eric Dumazet · 8 years ago
  58. 8fe809a9 net: add LINUX_MIB_PFMEMALLOCDROP counter by Eric Dumazet · 8 years ago
  59. 66109109 net: ipv4: remove fib_lookup.h from devinet.c include list by David Ahern · 8 years ago
  60. b9ea2a7 net: remove useless pfmemalloc setting by Eric Dumazet · 8 years ago
  61. bdcfa15 Merge branch 'MV88E6390-fixes' by David S. Miller · 8 years ago
  62. 740117a net: dsa: mv88e6xxx: Fix typ0 when configuring 2.5Gbps by Andrew Lunn · 8 years ago
  63. b91e055 net: dsa: mv88e6xxx: Fix ATU age timer for MV88E6390 by Andrew Lunn · 8 years ago
  64. 60f06fd net: phy: marvell: Add support for 88e1545 PHY by Andrew Lunn · 8 years ago
  65. fd3984e net: stmmac: Fix wrong message in stmmac_probe_config_dt by Heiner Kallweit · 8 years ago
  66. 722eef2 net: stmmac: add separate warning for PTP not being supported by HW by Heiner Kallweit · 8 years ago
  67. d6db61a net: stmmac: don't set tx delay in RGMII_ID and RGMII_TXID mode by Heiner Kallweit · 8 years ago
  68. ba94f30 unix: add ioctl to open a unix socket file with O_PATH by Andrey Vagin · 8 years ago
  69. 2a7b621 Merge branch 'mv88e6390-missing-phy-ID' by David S. Miller · 8 years ago
  70. e4cf8a3 net: phy: Marvell: Add mv88e6390 internal PHY by Andrew Lunn · 8 years ago
  71. da9f330 net: dsa: mv88e6xxx: Workaround missing PHY ID on mv88e6390 by Andrew Lunn · 8 years ago
  72. 1f3d620 xgene_enet: remove bogus forward declarations by Arnd Bergmann · 8 years ago
  73. e216015 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  74. 2851940 netfilter: allow logging from non-init namespaces by Michal Kubeček · 8 years ago
  75. 90c1aff ipvs: free ip_vs_dest structs when refcnt=0 by David Windsor · 8 years ago
  76. a9e419d netfilter: merge ctinfo into nfct pointer storage area by Florian Westphal · 8 years ago
  77. 3032230 netfilter: guarantee 8 byte minalign for template addresses by Florian Westphal · 8 years ago
  78. c74454f netfilter: add and use nf_ct_set helper by Florian Westphal · 8 years ago
  79. cb9c683 skbuff: add and use skb_nfct helper by Florian Westphal · 8 years ago
  80. 97a6ad1 netfilter: reduce direct skb->nfct usage by Florian Westphal · 8 years ago
  81. 6e10148 netfilter: reset netfilter state when duplicating packet by Florian Westphal · 8 years ago
  82. 11df4b7 netfilter: conntrack: no need to pass ctinfo to error handler by Florian Westphal · 8 years ago
  83. 10435c1 netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable() by Feng · 8 years ago
  84. 6d04dfc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  85. 62e1309 net: phy: broadcom: rehook BCM54612E specific init by Rafał Miłecki · 8 years ago
  86. 974c3f1 Merge branch 'act_sample-Little-fixes' by David S. Miller · 8 years ago
  87. f3b2031 net/sched: act_psample: Remove unnecessary ASSERT_RTNL by Yotam Gigi · 8 years ago
  88. cadb9c9 net/sched: act_sample: Fix error path in init by Yotam Gigi · 8 years ago
  89. 2883aae Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  90. 06425c3 tcp: fix 0 divide in __tcp_select_window() by Eric Dumazet · 8 years ago
  91. 6107dbd Merge branch 'sh_eth-fixes-for-MagicPacket-handling' by David S. Miller · 8 years ago
  92. 0cf45a3 sh_eth: fix wakeup event reporting from MagicPacket by Niklas Söderlund · 8 years ago
  93. 5e2ed13 sh_eth: align usage of sh_eth_modify() with rest of driver by Niklas Söderlund · 8 years ago
  94. 889711a Merge tag 'wireless-drivers-next-for-davem-2017-02-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 8 years ago
  95. ff1176f ethernet: aquantia: fix dma_mapping_error test by Dan Carpenter · 8 years ago
  96. 63117f0 ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim() by Dan Carpenter · 8 years ago
  97. cdb478e liquidio: fix for iq and droq cnts going negative by Satanand Burla · 8 years ago
  98. e387dc1 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  99. 3560950 Merge tag 'dmaengine-fix-4.10-rc7' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 8 years ago
  100. 1f5e29c net: ipv6: add NLM_F_APPEND in notifications when applicable by David Ahern · 8 years ago