1. 2ad0d52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  2. 6e3bf9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  3. 1f7a4c7 Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linux by Linus Torvalds · 7 years ago
  4. 037b0b8 tcp, ulp: add alias for all ulp modules by Daniel Borkmann · 7 years ago
  5. d209df3 netfilter: nf_tables: fix register ordering by Florian Westphal · 7 years ago
  6. 4ef360d netfilter: nft_set: fix allocation size overflow in privsize callback. by Taehee Yoo · 7 years ago
  7. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  8. 8c32685 Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  9. 96d18d8 inet/connection_sock: prefer _THIS_IP_ to current_text_addr by Nick Desaulniers · 7 years ago
  10. c1617fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  11. e6f86b0 ipv6: Add icmp_echo_ignore_all support for ICMPv6 by Virgile Jarry · 7 years ago
  12. 0b243d0 net/tls: Combined memory allocation for decryption request by Vakul Garg · 7 years ago
  13. 2557d0c 9p: Embed wait_queue_head into p9_req_t by Matthew Wilcox · 7 years ago
  14. f28cdf0 9p: Replace the fidlist with an IDR by Matthew Wilcox · 7 years ago
  15. 353c9cb ip: add helpers to process in-order fragments faster. by Peter Oskolkov · 7 years ago
  16. 51a9f5a net: core: protect rate estimator statistics pointer with lock by Vlad Buslov · 7 years ago
  17. 84a75b3 net: sched: extend action ops with put_dev callback by Vlad Buslov · 7 years ago
  18. 0d493b4 net/sctp: Replace in/out stream arrays with flex_array by Konstantin Khorenko · 7 years ago
  19. 05364ca net/sctp: Make wrappers for accessing in/out streams by Konstantin Khorenko · 7 years ago
  20. 466466d tcp: mandate a one-time immediate ACK by Yuchung Cheng · 7 years ago
  21. 8217ca6 bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection by Martin KaFai Lau · 7 years ago
  22. 2dbb9b9 bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT by Martin KaFai Lau · 7 years ago
  23. 736b460 net: Add ID (if needed) to sock_reuseport and expose reuseport_lock by Martin KaFai Lau · 7 years ago
  24. 40a1227e tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket by Martin KaFai Lau · 7 years ago
  25. 0780b86 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 7 years ago
  26. fd68565 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  27. aa12af7 Bluetooth: Add definitions for LE set address resolution by Ankit Navik · 7 years ago
  28. a8d5b4a xdp: Helper function to clear kernel pointers in xdp_frame by Toshiaki Makita · 7 years ago
  29. a736e07 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  30. 0dcb822 llc: use refcount_inc_not_zero() for llc_sap_find() by Cong Wang · 7 years ago
  31. 455f05e vsock: split dwork to avoid reinitializations by Cong Wang · 7 years ago
  32. 92e2c40 flow_dissector: allow dissection of tunnel options from metadata by Simon Horman · 7 years ago
  33. 1ba9828 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  34. ad83f2a netfilter: remove ifdef around cttimeout in struct nf_conntrack_l4proto by Pablo Neira Ayuso · 7 years ago
  35. 6c1fd7d netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout object by Pablo Neira Ayuso · 7 years ago
  36. 4e665af netfilter: cttimeout: move ctnl_untimeout to nf_conntrack by Harsha Sharma · 7 years ago
  37. e4cc5a1 Bluetooth: btqca: Introduce HCI_EV_VENDOR and use it by Marcel Holtmann · 7 years ago
  38. a3046108 Merge remote-tracking branch 'net-next/master' by Stefan Schmidt · 7 years ago
  39. 6277547 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 7 years ago
  40. fa0f527 ip: use rb trees for IP frag queue. by Peter Oskolkov · 7 years ago
  41. 074fb880 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  42. 31ba191 include/net/bond_3ad: Simplify the code by using the ARRAY_SIZE by zhong jiang · 7 years ago
  43. eb9950e rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to caller by David Howells · 7 years ago
  44. 285189c7 netfilter: use kvmalloc_array to allocate memory for hashtable by Li RongQing · 7 years ago
  45. db57dc7 net: don't declare IPv6 non-local bind helper if CONFIG_IPV6 undefined by Vincent Bernat · 7 years ago
  46. 290b1c8 net: sched: make tcf_chain_{get,put}() static by Jiri Pirko · 7 years ago
  47. d18c5d1 net: ipv4: Notify about changes to ip_forward_update_priority by Petr Machata · 7 years ago
  48. 432e05d net: ipv4: Control SKB reprioritization after forwarding by Petr Machata · 7 years ago
  49. 83ba464 net: add helpers checking if socket can be bound to nonlocal address by Vincent Bernat · 7 years ago
  50. e6476c2 net: remove bogus RCU annotations on socket.wq by Christoph Hellwig · 7 years ago
  51. 486cdf2 bpf: add End.DT6 action to bpf_lwt_seg6_action helper by Mathieu Xhonneux · 7 years ago
  52. cd11b164 net/tc: introduce TC_ACT_REINSERT. by Paolo Abeni · 7 years ago
  53. 7fd4b28 tc/act: remove unneeded RCU lock in action callback by Paolo Abeni · 7 years ago
  54. a331de3 net: remove sock_poll_busy_flag by Christoph Hellwig · 7 years ago
  55. f641f13b net: remove sock_poll_busy_loop by Christoph Hellwig · 7 years ago
  56. d8bbd13 net: don not detour through struct sock to find the poll waitqueue by Christoph Hellwig · 7 years ago
  57. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 7 years ago
  58. 740011cf Bluetooth: Add new quirk for non-persistent setup settings by Sean Wang · 7 years ago
  59. 85a721a Bluetooth: Implement secondary advertising on different PHYs by Jaganath Kanakkassery · 7 years ago
  60. acf0aea Bluetooth: Handle ADv set terminated event by Jaganath Kanakkassery · 7 years ago
  61. a73c046 Bluetooth: Implement Set ADV set random address by Jaganath Kanakkassery · 7 years ago
  62. 45b7749 Bluetooth: Implement disable and removal of adv instance by Jaganath Kanakkassery · 7 years ago
  63. a0fb372 Bluetooth: Use Set ext adv/scan rsp data if controller supports by Jaganath Kanakkassery · 7 years ago
  64. de181e8 Bluetooth: Impmlement extended adv enable by Jaganath Kanakkassery · 7 years ago
  65. 6b49bcb Bluetooth: Read no of adv sets during init by Jaganath Kanakkassery · 7 years ago
  66. b2cc976 Bluetooth: Handle extended ADV PDU types by Jaganath Kanakkassery · 7 years ago
  67. 45bdd86 Bluetooth: Set Scan PHYs based on selected PHYs by user by Jaganath Kanakkassery · 7 years ago
  68. b7c23df Bluetooth: Implement PHY changed event by Jaganath Kanakkassery · 7 years ago
  69. 0314f28 Bluetooth: Implement Set PHY Confguration command by Jaganath Kanakkassery · 7 years ago
  70. 6244691 Bluetooth: Implement Get PHY Configuration mgmt command by Jaganath Kanakkassery · 7 years ago
  71. 5075b97 Bluetooth: Add defines for BREDR pkt_type and LE PHYs by Jaganath Kanakkassery · 7 years ago
  72. 6decb5b Bluetooth: Define PHY flags in hdev and set 1M as default by Jaganath Kanakkassery · 7 years ago
  73. 222440b netfilter: nf_tables: handle meta/lookup with direct call by Florian Westphal · 7 years ago
  74. b67c540b8 net: dcb: Add priority-to-DSCP map getters by Petr Machata · 7 years ago
  75. 1f3ed38 net: sched: don't dump chains only held by actions by Jiri Pirko · 7 years ago
  76. 7a49d3d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  77. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  78. 049f560 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  79. e1adf31 Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  80. 3473845 net: sched: cls_flower: propagate chain teplate creation and destruction to drivers by Jiri Pirko · 7 years ago
  81. 9f407f1 net: sched: introduce chain templates by Jiri Pirko · 7 years ago
  82. 32a4f5e net: sched: introduce chain object to uapi by Jiri Pirko · 7 years ago
  83. f71e0ca4 net: sched: Avoid implicit chain 0 creation by Jiri Pirko · 7 years ago
  84. e873e4b ipv6: use fib6_info_hold_safe() when necessary by Wei Wang · 7 years ago
  85. 042f882 nfp: bring back support for offloading shared blocks by Jakub Kicinski · 7 years ago
  86. 24b711e net/ipv6: Fix linklocal to global address with VRF by David Ahern · 7 years ago
  87. fbdeaed net: create reusable function for getting ownership info of sysfs inodes by Tyler Hicks · 7 years ago
  88. 99d20a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  89. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 7 years ago
  90. a0496ef2 tcp: do not delay ACK in DCTCP upon CE status change by Yuchung Cheng · 7 years ago
  91. 27cde44 tcp: do not cancel delay-AcK on DCTCP special ACK by Yuchung Cheng · 7 years ago
  92. b8088dd netfilter: nf_tables: use dev->name directly by Florian Westphal · 7 years ago
  93. bc56b33 xfrm: Remove xfrmi interface ID from flowi by Benedict Wong · 7 years ago
  94. 5544adb flow_dissector: Dissect tos and ttl from the tunnel info by Or Gerlitz · 7 years ago
  95. 169dc02 ipv6: fix useless rol32 call on hash by Colin Ian King · 7 years ago
  96. 0015b80 net: dsa: Remove VLA usage by Salvatore Mesoraca · 7 years ago
  97. 70b095c ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module by Florian Westphal · 7 years ago
  98. f102d66 netfilter: nf_tables: use dedicated mutex to guard transactions by Florian Westphal · 7 years ago
  99. 440534d netfilter: Remove useless param helper of nf_ct_helper_ext_add by Gao Feng · 7 years ago
  100. 2754114 ipvs: add assured state for conn templates by Julian Anastasov · 7 years ago