1. 86484de mlxsw: spectrum: Register for IPIP_DECAP_ERROR trap by Petr Machata · 7 years ago
  2. 1cc38fb mlxsw: spectrum_router: Use existing decap route by Petr Machata · 7 years ago
  3. 4607f6d mlxsw: spectrum_router: Support IPv4 underlay decap by Petr Machata · 7 years ago
  4. 8f28a30 mlxsw: spectrum_router: Support IPv6 overlay encap by Petr Machata · 7 years ago
  5. 1012b9a mlxsw: spectrum_router: Support IPv4 overlay encap by Petr Machata · 7 years ago
  6. 35225e4 mlxsw: spectrum_router: Make nexthops typed by Petr Machata · 7 years ago
  7. f6050ee mlxsw: spectrum_router: Extract mlxsw_sp_rt6_is_gateway() by Petr Machata · 7 years ago
  8. 9b01451 mlxsw: spectrum_router: Extract mlxsw_sp_fi_is_gateway() by Petr Machata · 7 years ago
  9. 6ddb742 mlxsw: spectrum_router: Introduce loopback RIFs by Petr Machata · 7 years ago
  10. 010cadf mlxsw: spectrum_router: Support FID-less RIFs by Petr Machata · 7 years ago
  11. 38ebc0f mlxsw: spectrum_router: Add mlxsw_sp_ipip_ops by Petr Machata · 7 years ago
  12. ff1f06c mlxsw: spectrum_router: Publish mlxsw_sp_l3proto by Petr Machata · 7 years ago
  13. 89e4198 mlxsw: reg: Give mlxsw_reg_ratr_pack a type parameter by Petr Machata · 7 years ago
  14. 9571e82 mlxsw: reg: Extract mlxsw_reg_ritr_mac_pack() by Petr Machata · 7 years ago
  15. 1e659eb mlxsw: reg: Add Routing Tunnel Decap Properties Register by Petr Machata · 7 years ago
  16. a43da82 mlxsw: reg: Add mlxsw_reg_ralue_act_ip2me_tun_pack() by Petr Machata · 7 years ago
  17. 6c4153b mlxsw: reg: Move enum mlxsw_reg_ratr_trap_id by Petr Machata · 7 years ago
  18. 7c819de mlxsw: reg: Update RATR to support IP-in-IP tunnels by Petr Machata · 7 years ago
  19. 99ae8e3 mlxsw: reg: Update RITR to support loopback device by Petr Machata · 7 years ago
  20. 45f7929 Merge branch 'mvpp2-improve-the-mac-address-retrieval-logic' by David S. Miller · 7 years ago
  21. 688cbaf net: mvpp2: fallback using h/w and random mac if the dt one isn't valid by Antoine Tenart · 7 years ago
  22. d2a6e48 net: mvpp2: fix use of the random mac address for PPv2.2 by Antoine Tenart · 7 years ago
  23. 3ba8c81 net: mvpp2: move the mac retrieval/copy logic into its own function by Antoine Tenart · 7 years ago
  24. b63f604 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  25. 942e7e5 net/mlx4_core: fix incorrect size allocation for dev->caps.spec_qps by Colin Ian King · 7 years ago
  26. 542deb8 net/mlx4_core: fix memory leaks on error exit path by Colin Ian King · 7 years ago
  27. 32d9b70 Merge branch 'hv_netvsc-channel-settings-cleanups-and-fixes' by David S. Miller · 7 years ago
  28. db3cd7a hv_netvsc: Fix the channel limit in netvsc_set_rxfh() by Haiyang Zhang · 7 years ago
  29. 06be580 hv_netvsc: Simplify the limit check in netvsc_set_channels() by Haiyang Zhang · 7 years ago
  30. 5c4217d hv_netvsc: Simplify num_chn checking in rndis_filter_device_add() by Haiyang Zhang · 7 years ago
  31. 715e2ec hv_netvsc: Clean up an unused parameter in rndis_filter_set_rss_param() by Haiyang Zhang · 7 years ago
  32. 864150d net: Add module reference to FIB notifiers by Ido Schimmel · 7 years ago
  33. 9e2cf36 Merge branch 'netvsc-vf-cleanups' by David S. Miller · 7 years ago
  34. ec158f7 netvsc: allow driver to be removed even if VF is present by Stephen Hemminger · 7 years ago
  35. 9a0c48d netvsc: cleanup datapath switch by Stephen Hemminger · 7 years ago
  36. 90a9631 bpf: sockmap update/simplify memory accounting scheme by John Fastabend · 7 years ago
  37. 250b0f7 Merge branch 'net-ubuf_info-refcnt-conversion' by David S. Miller · 7 years ago
  38. c1d1b43 net: convert (struct ubuf_info)->refcnt to refcount_t by Eric Dumazet · 7 years ago
  39. db5bce3 net: prepare (struct ubuf_info)->refcnt conversion by Eric Dumazet · 7 years ago
  40. 487234c net: systemport: Correctly set TSB endian for host by Florian Fainelli · 7 years ago
  41. d49e3a9 Merge branch 'inet_diag-TCP-MD5' by David S. Miller · 7 years ago
  42. c03fa9b tcp_diag: report TCP MD5 signing keys and addresses by Ivan Delalande · 7 years ago
  43. b37e884 inet_diag: allow protocols to provide additional data by Ivan Delalande · 7 years ago
  44. 6391c4f ipv6: sr: Use ARRAY_SIZE macro by Thomas Meyer · 7 years ago
  45. 5debc53 net: qualcomm: rmnet: remove unused variable priv by Colin Ian King · 7 years ago
  46. 33c8182 net: phy: bcm7xxx: make array bcm7xxx_suspend_cfg static, reduces object code size by Colin Ian King · 7 years ago
  47. d05071e fsl/fman: make arrays port_ids static, reduces object code size by Colin Ian King · 7 years ago
  48. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  49. 4cc5b44 inetpeer: fix RCU lookup() by Eric Dumazet · 7 years ago
  50. 138e4ad epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove() by Oleg Nesterov · 7 years ago
  51. 8cf9f2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  52. b8a78bb Merge tag 'ceph-for-4.13-rc8' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  53. 3e1d79c8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  54. bbd9644 selftests: correct define in msg_zerocopy.c by Willem de Bruijn · 7 years ago
  55. d7e44b8 Merge tag 'mmc-v4.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  56. cc8889a doc: document MSG_ZEROCOPY by Willem de Bruijn · 7 years ago
  57. 381cce5 Merge tag 'sound-4.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  58. 9df5905 bpf: Collapse offset checks in sock_filter_is_valid_access by David Ahern · 7 years ago
  59. c54a504 mvneta: Driver and hardware supports IPv6 offload, so enable it by Andrew Pilloud · 7 years ago
  60. bba2a5b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  61. 5dd6fc7 Merge tag 'wireless-drivers-next-for-davem-2017-09-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 7 years ago
  62. f6849d0 qlcnic: remove redundant zero check on retries counter by Colin Ian King · 7 years ago
  63. a1c516a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  64. e8a732d udp: fix secpath leak by Yossi Kuperman · 7 years ago
  65. abd21a8 Merge branch 'mdio-mux-Misc-fix' by David S. Miller · 7 years ago
  66. 60f78652 net: mdio-mux: fix unbalanced put_device by Corentin Labbe · 7 years ago
  67. c642bbb net: mdio-mux-mmioreg: Can handle 8/16/32 bits registers by Corentin Labbe · 7 years ago
  68. 1e4ccf3 net: mdio-mux: printing driver version is useless by Corentin Labbe · 7 years ago
  69. b1b123c net: mdio-mux: Remove unnecessary 'out of memory' message by Corentin Labbe · 7 years ago
  70. 2d00cd8 net: mdio-mux: Fix NULL Comparison style by Corentin Labbe · 7 years ago
  71. 79e99bd bridge: switchdev: Clear forward mark when transmitting packet by Ido Schimmel · 7 years ago
  72. c5b2cef Merge branch 'mvpp2-optional-PHYs-and-GoP-link-irq' by David S. Miller · 7 years ago
  73. db40b4d Documentation/bindings: net: marvell-pp2: add the link interrupt by Antoine Tenart · 7 years ago
  74. fd3651b net: mvpp2: use the GoP interrupt for link status changes by Antoine Tenart · 7 years ago
  75. 5997c86 net: mvpp2: make the phy optional by Antoine Tenart · 7 years ago
  76. 1df2270 net: mvpp2: take advantage of the is_rgmii helper by Antoine Tenart · 7 years ago
  77. 0d22a3c Merge branch 'mlxsw-next-fixes' by David S. Miller · 7 years ago
  78. 241bc85 mlxsw: spectrum_router: Set abort trap in all virtual routers by Ido Schimmel · 7 years ago
  79. d3b6d37 mlxsw: spectrum_router: Trap packets hitting anycast routes by Ido Schimmel · 7 years ago
  80. 25cc72a mlxsw: spectrum: Forbid linking to devices that have uppers by Ido Schimmel · 7 years ago
  81. 843bd2b Merge branch 'bpf-Improve-LRU-map-lookup-performance' by David S. Miller · 7 years ago
  82. bb9b9f8 bpf: Only set node->ref = 1 if it has not been set by Martin KaFai Lau · 7 years ago
  83. cc55542 bpf: Inline LRU map lookup by Martin KaFai Lau · 7 years ago
  84. 637cd8c bpf: Add lru_hash_lookup performance test by Martin KaFai Lau · 7 years ago
  85. 08daaec Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  86. 8fd6820 Merge branch 'bpf-Add-option-to-set-mark-and-priority-in-cgroup-sock-programs' by David S. Miller · 7 years ago
  87. 0adc3dd samples/bpf: Update cgroup socket examples to use uid gid helper by David Ahern · 7 years ago
  88. 33aeb5e samples/bpf: Update cgrp2 socket tests by David Ahern · 7 years ago
  89. f776d46 samples/bpf: Add option to dump socket settings by David Ahern · 7 years ago
  90. 609b1c3 samples/bpf: Add detach option to test_cgrp2_sock by David Ahern · 7 years ago
  91. fa38aa1 samples/bpf: Update sock test to allow setting mark and priority by David Ahern · 7 years ago
  92. ae2cf1c bpf: Allow cgroup sock filters to use get_current_uid_gid helper by David Ahern · 7 years ago
  93. 482dca9 bpf: Add mark and priority to sock options that can be set by David Ahern · 7 years ago
  94. e89ce1f Merge tag 'cifs-fixes-for-4.13-rc7-and-stable' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  95. 501d9f7 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  96. 73adb8c Merge tag 'for-4.13/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  97. 1b2614f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  98. ea25c43 Merge branch 'mmu_notifier_fixes' by Linus Torvalds · 7 years ago
  99. c227390 jfs should use MAX_LFS_FILESIZE when calculating s_maxbytes by Dave Kleikamp · 7 years ago
  100. e661869 scripts/dtc: fix '%zx' warning by Russell King · 7 years ago