1. fd54c18 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  2. 5660b9d sctp: fix the data size calculation in sctp_data_size by Xin Long · 6 years ago
  3. 6b4f92a geneve, vxlan: Don't set exceptions if skb->len < mtu by Stefano Brivio · 6 years ago
  4. d805397 sctp: use the pmtu from the icmp packet to update transport pathmtu by Xin Long · 6 years ago
  5. f547fac ipv6: rate-limit probes for neighbourless routes by Sabrina Dubroca · 6 years ago
  6. af7d6cc net: ipv4: update fnhe_pmtu when first hop's MTU changes by Sabrina Dubroca · 6 years ago
  7. bde74ad devlink: Add helper function for safely copy string param by Moshe Shemesh · 6 years ago
  8. f355cfc devlink: Fix param set handling for string type by Moshe Shemesh · 6 years ago
  9. 2ab2ddd inet: make sure to grab rcu_read_lock before using ireq->ireq_opt by Eric Dumazet · 6 years ago
  10. 1ad98e9 tcp/dccp: fix lockdep issue when SYN is backlogged by Eric Dumazet · 6 years ago
  11. 43955a4 netlink: fix typo in nla_parse_nested() comment by Johannes Berg · 6 years ago
  12. 05c5e9f Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  13. d4859d7 bonding: avoid possible dead-lock by Mahesh Bandewar · 6 years ago
  14. 0bcbf65 cfg80211: fix reg_query_regdb_wmm kernel-doc by Randy Dunlap · 6 years ago
  15. e285d5b NFC: Fix the number of pipes by Suren Baghdasaryan · 6 years ago
  16. 86029d1 tls: zero the crypto information from tls_context before freeing by Sabrina Dubroca · 6 years ago
  17. 4ecdf77 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  18. fc3e3bf Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  19. 0434ccd netfilter: nf_tables: rework ct timeout set support by Florian Westphal · 6 years ago
  20. 38cb87e cfg80211: make wmm_rule part of the reg_rule structure by Stanislaw Gruszka · 6 years ago
  21. 050cdc6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  22. 191672c net_sched: fix unused variable warning in stmmac by Arnd Bergmann · 6 years ago
  23. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  24. a0c2e90 net_sched: remove unused tcfa_capab by Cong Wang · 6 years ago
  25. 244cd96 net_sched: remove list_head from tc_action by Cong Wang · 6 years ago
  26. 7d485c4 net_sched: remove unused tcf_idr_check() by Cong Wang · 6 years ago
  27. 97a3f84f net_sched: remove unnecessary ops->delete() by Cong Wang · 6 years ago
  28. 2ad0d52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  29. 6e3bf9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  30. 1f7a4c7 Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linux by Linus Torvalds · 6 years ago
  31. 037b0b8 tcp, ulp: add alias for all ulp modules by Daniel Borkmann · 6 years ago
  32. d209df3 netfilter: nf_tables: fix register ordering by Florian Westphal · 6 years ago
  33. 4ef360d netfilter: nft_set: fix allocation size overflow in privsize callback. by Taehee Yoo · 6 years ago
  34. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  35. 8c32685 Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  36. 96d18d8 inet/connection_sock: prefer _THIS_IP_ to current_text_addr by Nick Desaulniers · 6 years ago
  37. c1617fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  38. e6f86b0 ipv6: Add icmp_echo_ignore_all support for ICMPv6 by Virgile Jarry · 6 years ago
  39. 0b243d0 net/tls: Combined memory allocation for decryption request by Vakul Garg · 6 years ago
  40. 2557d0c 9p: Embed wait_queue_head into p9_req_t by Matthew Wilcox · 6 years ago
  41. f28cdf0 9p: Replace the fidlist with an IDR by Matthew Wilcox · 6 years ago
  42. 353c9cb ip: add helpers to process in-order fragments faster. by Peter Oskolkov · 6 years ago
  43. 51a9f5a net: core: protect rate estimator statistics pointer with lock by Vlad Buslov · 6 years ago
  44. 84a75b3 net: sched: extend action ops with put_dev callback by Vlad Buslov · 6 years ago
  45. 0d493b4 net/sctp: Replace in/out stream arrays with flex_array by Konstantin Khorenko · 6 years ago
  46. 05364ca net/sctp: Make wrappers for accessing in/out streams by Konstantin Khorenko · 6 years ago
  47. 466466d tcp: mandate a one-time immediate ACK by Yuchung Cheng · 6 years ago
  48. 8217ca6 bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection by Martin KaFai Lau · 6 years ago
  49. 2dbb9b9 bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT by Martin KaFai Lau · 6 years ago
  50. 736b460 net: Add ID (if needed) to sock_reuseport and expose reuseport_lock by Martin KaFai Lau · 6 years ago
  51. 40a1227 tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socket by Martin KaFai Lau · 6 years ago
  52. 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
  53. fd68565 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  54. aa12af7 Bluetooth: Add definitions for LE set address resolution by Ankit Navik · 6 years ago
  55. a8d5b4a xdp: Helper function to clear kernel pointers in xdp_frame by Toshiaki Makita · 6 years ago
  56. a736e07 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  57. 0dcb822 llc: use refcount_inc_not_zero() for llc_sap_find() by Cong Wang · 6 years ago
  58. 455f05e vsock: split dwork to avoid reinitializations by Cong Wang · 6 years ago
  59. 92e2c40 flow_dissector: allow dissection of tunnel options from metadata by Simon Horman · 6 years ago
  60. 1ba9828 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  61. ad83f2a netfilter: remove ifdef around cttimeout in struct nf_conntrack_l4proto by Pablo Neira Ayuso · 6 years ago
  62. 6c1fd7d netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout object by Pablo Neira Ayuso · 6 years ago
  63. 4e665af netfilter: cttimeout: move ctnl_untimeout to nf_conntrack by Harsha Sharma · 6 years ago
  64. e4cc5a1 Bluetooth: btqca: Introduce HCI_EV_VENDOR and use it by Marcel Holtmann · 6 years ago
  65. a304610 Merge remote-tracking branch 'net-next/master' by Stefan Schmidt · 6 years ago
  66. 6277547 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 6 years ago
  67. fa0f527 ip: use rb trees for IP frag queue. by Peter Oskolkov · 6 years ago
  68. 074fb880 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  69. 31ba191 include/net/bond_3ad: Simplify the code by using the ARRAY_SIZE by zhong jiang · 6 years ago
  70. eb9950e rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to caller by David Howells · 6 years ago
  71. 285189c netfilter: use kvmalloc_array to allocate memory for hashtable by Li RongQing · 6 years ago
  72. db57dc7 net: don't declare IPv6 non-local bind helper if CONFIG_IPV6 undefined by Vincent Bernat · 6 years ago
  73. 290b1c8 net: sched: make tcf_chain_{get,put}() static by Jiri Pirko · 6 years ago
  74. d18c5d1 net: ipv4: Notify about changes to ip_forward_update_priority by Petr Machata · 6 years ago
  75. 432e05d net: ipv4: Control SKB reprioritization after forwarding by Petr Machata · 6 years ago
  76. 83ba464 net: add helpers checking if socket can be bound to nonlocal address by Vincent Bernat · 6 years ago
  77. e6476c2 net: remove bogus RCU annotations on socket.wq by Christoph Hellwig · 6 years ago
  78. 486cdf2 bpf: add End.DT6 action to bpf_lwt_seg6_action helper by Mathieu Xhonneux · 6 years ago
  79. cd11b164 net/tc: introduce TC_ACT_REINSERT. by Paolo Abeni · 6 years ago
  80. 7fd4b28 tc/act: remove unneeded RCU lock in action callback by Paolo Abeni · 6 years ago
  81. a331de3 net: remove sock_poll_busy_flag by Christoph Hellwig · 6 years ago
  82. f641f13 net: remove sock_poll_busy_loop by Christoph Hellwig · 6 years ago
  83. d8bbd13 net: don not detour through struct sock to find the poll waitqueue by Christoph Hellwig · 6 years ago
  84. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  85. 740011c Bluetooth: Add new quirk for non-persistent setup settings by Sean Wang · 6 years ago
  86. 85a721a Bluetooth: Implement secondary advertising on different PHYs by Jaganath Kanakkassery · 6 years ago
  87. acf0aea Bluetooth: Handle ADv set terminated event by Jaganath Kanakkassery · 6 years ago
  88. a73c046 Bluetooth: Implement Set ADV set random address by Jaganath Kanakkassery · 6 years ago
  89. 45b7749 Bluetooth: Implement disable and removal of adv instance by Jaganath Kanakkassery · 6 years ago
  90. a0fb372 Bluetooth: Use Set ext adv/scan rsp data if controller supports by Jaganath Kanakkassery · 6 years ago
  91. de181e8 Bluetooth: Impmlement extended adv enable by Jaganath Kanakkassery · 6 years ago
  92. 6b49bcb Bluetooth: Read no of adv sets during init by Jaganath Kanakkassery · 6 years ago
  93. b2cc976 Bluetooth: Handle extended ADV PDU types by Jaganath Kanakkassery · 6 years ago
  94. 45bdd86 Bluetooth: Set Scan PHYs based on selected PHYs by user by Jaganath Kanakkassery · 6 years ago
  95. b7c23df Bluetooth: Implement PHY changed event by Jaganath Kanakkassery · 6 years ago
  96. 0314f28 Bluetooth: Implement Set PHY Confguration command by Jaganath Kanakkassery · 6 years ago
  97. 6244691 Bluetooth: Implement Get PHY Configuration mgmt command by Jaganath Kanakkassery · 6 years ago
  98. 5075b97 Bluetooth: Add defines for BREDR pkt_type and LE PHYs by Jaganath Kanakkassery · 6 years ago
  99. 6decb5b Bluetooth: Define PHY flags in hdev and set 1M as default by Jaganath Kanakkassery · 6 years ago
  100. 222440b netfilter: nf_tables: handle meta/lookup with direct call by Florian Westphal · 7 years ago