1. dafa5f6 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  2. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  3. e026bcc Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  4. 8c32685 Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  5. c07b368 Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 6 years ago
  6. 4597b62 net: filter: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  7. f6f7a26 rds: fix building with IPV6=m by Arnd Bergmann · 6 years ago
  8. 66b51b0 net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() by Jeremy Cline · 6 years ago
  9. c2ebc25 l2tp: fix unused function warning by Arnd Bergmann · 6 years ago
  10. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  11. 008369d net_sched: Fix missing res info when create new tc_index filter by Hangbin Liu · 6 years ago
  12. 2df8bee net_sched: fix NULL pointer dereference when delete tcindex filter by Hangbin Liu · 6 years ago
  13. de5d1b3 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  14. 42c625a net: sched: act_ife: disable bh when taking ife_mod_lock by Vlad Buslov · 6 years ago
  15. c1617fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  16. 71e4128 packet: switch kvzalloc to allocate memory by Li RongQing · 6 years ago
  17. 7c5790c net: sched: act_mirred method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  18. 8aa7f22 net: sched: act_vlan method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  19. 353d2c2 net: sched: act_skbmod method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  20. 45da1da net: sched: act_skbedit method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  21. 798de37 net: sched: act_simple method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  22. 2ac06347 net: sched: act_police method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  23. 6a2b401 net: sched: act_pedit method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  24. 0390514 net: sched: act_nat method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  25. 11b9695 net: sched: act_ipt method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  26. 1740005 net: sched: act_gact method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  27. c831549 net: sched: act_sum method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  28. 2fbec27 net: sched: act_bpf method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  29. 962ad1f9 net: sched: act_connmark method rename for grep-ability and consistency by Jamal Hadi Salim · 6 years ago
  30. 6d37fa4 l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache by Wei Wang · 6 years ago
  31. e6f86b0 ipv6: Add icmp_echo_ignore_all support for ICMPv6 by Virgile Jarry · 6 years ago
  32. 0b243d0 net/tls: Combined memory allocation for decryption request by Vakul Garg · 6 years ago
  33. 7723628 bpf: Introduce bpf_skb_ancestor_cgroup_id helper by Andrey Ignatov · 6 years ago
  34. a4fd284 ip: process in-order fragments efficiently by Peter Oskolkov · 6 years ago
  35. 353c9cb ip: add helpers to process in-order fragments faster. by Peter Oskolkov · 6 years ago
  36. e329bc4 net: sched: act_police: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  37. 51a9f5a net: core: protect rate estimator statistics pointer with lock by Vlad Buslov · 6 years ago
  38. 4e23281 net: sched: act_mirred: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  39. 84a75b3 net: sched: extend action ops with put_dev callback by Vlad Buslov · 6 years ago
  40. 764e9a2 net: sched: act_vlan: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  41. 729e012 net: sched: act_tunnel_key: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  42. c881455 net: sched: act_skbmod: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  43. 5e48180 net: sched: act_simple: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  44. d772849 net: sched: act_sample: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  45. 67b0c1a net: sched: act_pedit: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  46. ff25276 net: sched: act_ipt: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  47. 54d0d42 net: sched: act_ife: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  48. e8917f4 net: sched: act_gact: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  49. b6a2b97 net: sched: act_csum: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  50. 2142236 net: sched: act_bpf: remove dependency on rtnl lock by Vlad Buslov · 6 years ago
  51. 0d493b4 net/sctp: Replace in/out stream arrays with flex_array by Konstantin Khorenko · 6 years ago
  52. 05364ca net/sctp: Make wrappers for accessing in/out streams by Konstantin Khorenko · 6 years ago
  53. 4f5f85e l2tp: let pppol2tp_ioctl() fallback to dev_ioctl() by Guillaume Nault · 6 years ago
  54. 7390ed8 l2tp: zero out stats in pppol2tp_copy_stats() by Guillaume Nault · 6 years ago
  55. b0e2906 l2tp: remove pppol2tp_session_ioctl() by Guillaume Nault · 6 years ago
  56. 528534f l2tp: remove pppol2tp_tunnel_ioctl() by Guillaume Nault · 6 years ago
  57. 79e6760 l2tp: handle PPPIOC[GS]MRU and PPPIOC[GS]FLAGS in pppol2tp_ioctl() by Guillaume Nault · 6 years ago
  58. bdd0292 l2tp: simplify pppol2tp_ioctl() by Guillaume Nault · 6 years ago
  59. 01e28b9 l2tp: split l2tp_session_get() by Guillaume Nault · 6 years ago
  60. d6a61ec l2tp: define l2tp_tunnel_uses_xfrm() by Guillaume Nault · 6 years ago
  61. fd2123a tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flag by Yuchung Cheng · 6 years ago
  62. 15bdd56 tcp: always ACK immediately on hole repairs by Yuchung Cheng · 6 years ago
  63. d2ccd7b tcp: avoid resetting ACK timer in DCTCP by Yuchung Cheng · 6 years ago
  64. 466466d tcp: mandate a one-time immediate ACK by Yuchung Cheng · 6 years ago
  65. 98ed1e6 rxrpc: remove redundant static int 'zero' by Colin Ian King · 6 years ago
  66. 8217ca6 bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection by Martin KaFai Lau · 6 years ago
  67. 2dbb9b9 bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT by Martin KaFai Lau · 6 years ago
  68. 5dc4c4b bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY by Martin KaFai Lau · 6 years ago
  69. 736b460 net: Add ID (if needed) to sock_reuseport and expose reuseport_lock by Martin KaFai Lau · 6 years ago
  70. 40a1227 tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket by Martin KaFai Lau · 6 years ago
  71. 0d86caf net/smc: send response to test link signal by Ursula Braun · 6 years ago
  72. 0780b86 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 6 years ago
  73. fd68565 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  74. aa12af7 Bluetooth: Add definitions for LE set address resolution by Ankit Navik · 6 years ago
  75. 2539650 xdp: Helpers for disabling napi_direct of xdp_return_frame by Toshiaki Makita · 6 years ago
  76. 0b19cc0 bpf: Make redirect_info accessible from modules by Toshiaki Makita · 6 years ago
  77. b0768a8 net: Export skb_headers_offset_update by Toshiaki Makita · 6 years ago
  78. eb91e4d Revert "xdp: add NULL pointer check in __xdp_return()" by Björn Töpel · 6 years ago
  79. 4d99f66 net: allow to call netif_reset_xps_queues() under cpus_read_lock by Andrei Vagin · 6 years ago
  80. 63cc5bc net: sched: fix block->refcnt decrement by Jiri Pirko · 6 years ago
  81. 0bab1cd decnet: fix using plain integer as NULL warning by YueHaibing · 6 years ago
  82. eb95f52 net: ipv6_gre: Fix GRO to work on IPv6 over GRE tap by Maria Pasechnik · 6 years ago
  83. a736e07 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  84. 1be52e9 dsa: slave: eee: Allow ports to use phylink by Andrew Lunn · 6 years ago
  85. 7311d66 net/smc: move sock lock in smc_ioctl() by Ursula Braun · 6 years ago
  86. bd58c7e net/smc: allow sysctl rmem and wmem defaults for servers by Ursula Braun · 6 years ago
  87. caa21e1 net/smc: no shutdown in state SMC_LISTEN by Ursula Braun · 6 years ago
  88. 330bdcf rxrpc: Fix the keepalive generator [ver #2] by David Howells · 6 years ago
  89. e7ea2a5 netfilter: nfnetlink_osf: fix using plain integer as NULL warning by Wei Yongjun · 6 years ago
  90. 5a0c6ce net:mod: remove unneeded variable 'ret' in init_p9 by zhong jiang · 6 years ago
  91. fb3b467 net:af_iucv: get rid of the unneeded variable 'err' in afiucv_pm_freeze by zhong jiang · 6 years ago
  92. 0dcb822 llc: use refcount_inc_not_zero() for llc_sap_find() by Cong Wang · 6 years ago
  93. 61ef4b0 dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart() by Alexey Kodanev · 6 years ago
  94. 5941923 RDS: IB: fix 'passing zero to ERR_PTR()' warning by YueHaibing · 6 years ago
  95. 37436d9 tipc: fix an interrupt unsafe locking scenario by Ying Xue · 6 years ago
  96. 455f05e vsock: split dwork to avoid reinitializations by Cong Wang · 6 years ago
  97. 3789cab ip6_tunnel: collect_md xmit: Use ip_tunnel_key's provided src address by Shmulik Ladkani · 6 years ago
  98. 9ca6163 net: sched: cls_flower: set correct offload data in fl_reoffload by Vlad Buslov · 6 years ago
  99. 0a6e777 net/sched: allow flower to match tunnel options by Pieter Jansen van Vuuren · 6 years ago
  100. 92e2c40 flow_dissector: allow dissection of tunnel options from metadata by Simon Horman · 6 years ago