1. 603d4cf net: fix use-after-free in GRO with ESP by Sabrina Dubroca · 7 years ago
  2. 1236f22 tcp: prevent bogus FRTO undos with non-SACK flows by Ilpo Järvinen · 7 years ago
  3. 271b955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  4. bf2b866 Merge branch 'bpf-sockmap-fixes' by Daniel Borkmann · 7 years ago
  5. caac76a bpf: sockhash, add release routine by John Fastabend · 7 years ago
  6. e9db4ef bpf: sockhash fix omitted bucket lock in sock_close by John Fastabend · 7 years ago
  7. 54fedb4 bpf: sockmap, fix smap_list_map_remove when psock is in many maps by John Fastabend · 7 years ago
  8. 9901c5d bpf: sockmap, fix crash when ipv6 sock is added by John Fastabend · 7 years ago
  9. 35e8c7b net: fib_rules: bring back rule_exists to match rule during add by Roopa Prabhu · 7 years ago
  10. 3ffe64f hv_netvsc: split sub-channel setup into async and sync by Stephen Hemminger · 7 years ago
  11. 3f76df1 net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN by Cong Wang · 7 years ago
  12. ced9e19 atm: zatm: Fix potential Spectre v1 by Gustavo A. R. Silva · 7 years ago
  13. c7f653e Merge branch 's390-qeth-fixes' by David S. Miller · 7 years ago
  14. d025da9 s390/qeth: consistently re-enable device features by Julian Wiedmann · 7 years ago
  15. ce28867 s390/qeth: don't clobber buffer on async TX completion by Julian Wiedmann · 7 years ago
  16. 9d0a58f s390/qeth: avoid using is_multicast_ether_addr_64bits on (u8 *)[6] by Vasily Gorbik · 7 years ago
  17. 4789a21 s390/qeth: fix race when setting MAC address by Julian Wiedmann · 7 years ago
  18. 4664610 Revert "s390/qeth: use Read device to query hypervisor for MAC" by Julian Wiedmann · 7 years ago
  19. bc800e8 alx: take rtnl before calling __alx_open from resume by Sabrina Dubroca · 7 years ago
  20. cafb396 sfc: correctly initialise filter rwsem for farch by Bert Kenward · 7 years ago
  21. 713b4a3 net: phy: DP83TC811: Fix disabling interrupts by Dan Murphy · 7 years ago
  22. e7c7faa net/ipv6: Fix updates to prefix route by David Ahern · 7 years ago
  23. d14b56f net: cleanup gfp mask in alloc_skb_with_frags by Michal Hocko · 7 years ago
  24. 7009828 Merge branch 'DPAA-fixes' by David S. Miller · 7 years ago
  25. 595e802 dpaa_eth: DPAA SGT needs to be 256B by Madalin Bucur · 7 years ago
  26. b95f6fb fsl/fman: fix parser reporting bad checksum on short frames by Madalin Bucur · 7 years ago
  27. 484c016 bnx2x: Fix receiving tx-timeout in error or recovery state. by Sudarsana Reddy Kalluru · 7 years ago
  28. 5037c62 cnic: tidy up a size calculation by Dan Carpenter · 7 years ago
  29. 92291c9 atm: iphase: fix a 64 bit bug by Dan Carpenter · 7 years ago
  30. c860e99 tcp: fix Fast Open key endianness by Yuchung Cheng · 7 years ago
  31. ca09cb0 Merge branch 'bpf-fixes' by Alexei Starovoitov · 7 years ago
  32. 85782e0 bpf: undo prog rejection on read-only lock failure by Daniel Borkmann · 7 years ago
  33. f605ce5 bpf, s390: fix potential memleak when later bpf_jit_prog fails by Daniel Borkmann · 7 years ago
  34. 18d405a bpf, arm32: fix to use bpf_jit_binary_lock_ro api by Daniel Borkmann · 7 years ago
  35. 0933cc2 Merge tag 'mac80211-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  36. e699e2c net, mm: account sock objects to kmemcg by Shakeel Butt · 7 years ago
  37. 95bca62 nl80211: check nla_parse_nested() return values by Johannes Berg · 7 years ago
  38. 188f60a nl80211: relax ht operation checks for mesh by Bob Copeland · 7 years ago
  39. e7441c9 mac80211: disable BHs/preemption in ieee80211_tx_control_port() by Denis Kenzior · 7 years ago
  40. 4c79579 bpf: Change bpf_fib_lookup to return lookup status by David Ahern · 7 years ago
  41. 3203c90 test_bpf: flag tests that cannot be jited on s390 by Kleber Sacilotto de Souza · 7 years ago
  42. 4205c88e net: stmmac: Set DMA buffer size in HW by Jose Abreu · 7 years ago
  43. 24ac3a0 net/smc: rebuild nonblocking connect by Ursula Braun · 7 years ago
  44. 15ecbe9 tcp: add one more quick ack after after ECN events by Eric Dumazet · 7 years ago
  45. 8e75887 bpfilter: include bpfilter_umh in assembly instead of using objcopy by Masahiro Yamada · 7 years ago
  46. 977c711 strparser: Remove early eaten to fix full tcp receive buffer stall by Doron Roberts-Kedes · 7 years ago
  47. 04c6faa Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 7 years ago
  48. 933e671 selftests/net: Fix permissions for fib_tests.sh by Shuah Khan · 7 years ago
  49. 12bd45b Merge branch 'xdp-flush' by David S. Miller · 7 years ago
  50. 2471c75 virtio_net: split XDP_TX kick and XDP_REDIRECT map flushing by Jesper Dangaard Brouer · 7 years ago
  51. 2e68931 i40e: split XDP_TX tail and XDP_REDIRECT map flushing by Jesper Dangaard Brouer · 7 years ago
  52. ad088ec ixgbe: split XDP_TX tail and XDP_REDIRECT map flushing by Jesper Dangaard Brouer · 7 years ago
  53. fec9d3b net: macb: initialize bp->queues[0].bp for at91rm9200 by Alexandre Belloni · 7 years ago
  54. 88e85a7 bpfilter: check compiler capability in Kconfig by Masahiro Yamada · 7 years ago
  55. 82be2ab hinic: reset irq affinity before freeing irq by Wei Yongjun · 7 years ago
  56. 0901441 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  57. 2d25957 nfp: cast sizeof() to int when comparing with error code by Chengguang Xu · 7 years ago
  58. f3c2c5e Merge branch 'nfp-MPLS-and-shared-blocks-TC-offload-fixes' by David S. Miller · 7 years ago
  59. 951a8ee nfp: reject binding to shared blocks by John Hurley · 7 years ago
  60. a641194 nfp: flower: fix mpls ether type detection by Pieter Jansen van Vuuren · 7 years ago
  61. 7c8f4e6 fib_rules: match rules based on suppress_* properties too by Jason A. Donenfeld · 7 years ago
  62. c809195f rds: clean up loopback rds_connections on netns deletion by Sowmini Varadhan · 7 years ago
  63. d412c31 net/mlx5: Fix command interface race in polling mode by Alex Vesker · 7 years ago
  64. 603b7bc net/mlx5: Fix incorrect raw command length parsing by Alex Vesker · 7 years ago
  65. d14fcb8 net/mlx5: Fix wrong size allocation for QoS ETC TC regitster by Shay Agroskin · 7 years ago
  66. f811980 net/mlx5: Fix required capability for manipulating MPFS by Eli Cohen · 7 years ago
  67. a8d70a0 net/mlx5: E-Switch, Disallow vlan/spoofcheck setup if not being esw manager by Eli Cohen · 7 years ago
  68. aff2252 IB/mlx5: Avoid dealing with vport representors if not being e-switch manager by Or Gerlitz · 7 years ago
  69. 733d3e5 net/mlx5e: Avoid dealing with vport representors if not being e-switch manager by Or Gerlitz · 7 years ago
  70. 0efc856 net/mlx5: E-Switch, Avoid setup attempt if not being e-switch manager by Or Gerlitz · 7 years ago
  71. 8ffd569 net/mlx5e: Don't attempt to dereference the ppriv struct if not being eswitch manager by Or Gerlitz · 7 years ago
  72. b36e452 netfilter: nf_conncount: fix garbage collection confirm race by Florian Westphal · 7 years ago
  73. ce00bf0 netfilter: nf_log: don't hold nf_log_mutex during user access by Jann Horn · 7 years ago
  74. dffd22a netfilter: nf_log: fix uninit read in nf_log_proc_dostring by Jann Horn · 7 years ago
  75. 094bdad Merge branch 'lan78xx-minor-fixes' by David S. Miller · 7 years ago
  76. 9343ac8 net: lan78xx: Use s/w csum check on VLANs without tag stripping by Dave Stevenson · 7 years ago
  77. ec21ecf net: lan78xx: Add support for VLAN tag stripping. by Dave Stevenson · 7 years ago
  78. 4a27327 net: lan78xx: Add support for VLAN filtering. by Dave Stevenson · 7 years ago
  79. 2259b7a net: lan78xx: Allow for VLAN headers in timeout calcs by Dave Stevenson · 7 years ago
  80. dd349c3 selftests: bpf: notification about privilege required to run test_lwt_seg6local.sh testing script by Jeffrin Jose T · 7 years ago
  81. b0e4b8b selftests: bpf: notification about privilege required to run test_lirc_mode2.sh testing script by Jeffrin Jose T · 7 years ago
  82. 5fadfc6 selftests: bpf: add missing NET_SCHED to config by Anders Roxell · 7 years ago
  83. fdb5c45 bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPF by Sean Young · 7 years ago
  84. 0ee1f47 r8152: napi hangup fix after disconnect by Jiri Slaby · 7 years ago
  85. 68d676a nfp: bpf: don't stop offload if replace failed by Jakub Kicinski · 7 years ago
  86. 6f0d349 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  87. 829eb05 sfc: make function efx_rps_hash_bucket static by Colin Ian King · 7 years ago
  88. 7daf201 Linux 4.18-rc2 by Linus Torvalds · 7 years ago
  89. c81b995 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  90. 2ce413e Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  91. 64dd765 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  92. d3a6749 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  93. d4e860e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  94. 177d363 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  95. 2da2ca2 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  96. a43de48 Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  97. 6242258 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  98. 78fea63 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  99. e0bc833 Merge tag 'mips_fixes_4.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 7 years ago
  100. 3531456 strparser: Corrected typo in documentation. by Vakul Garg · 7 years ago