1. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  2. 4dd2b82 udp: fix GRO packet of death by Eric Dumazet · 6 years ago
  3. 886b7a5 ipv6: A few fixes on dereferencing rt->from by Martin KaFai Lau · 6 years ago
  4. f350574 rds: ib: force endiannes annotation by Nicholas Mc Guire · 6 years ago
  5. d2f0c96 ipv4: ip_do_fragment: Preserve skb_iif during fragmentation by Shmulik Ladkani · 6 years ago
  6. c25031e taprio: Add support for cycle-time-extension by Vinicius Costa Gomes · 6 years ago
  7. 6ca6a66 taprio: Add support for setting the cycle-time manually by Vinicius Costa Gomes · 6 years ago
  8. a3d43c0 taprio: Add support adding an admin schedule by Vinicius Costa Gomes · 6 years ago
  9. 8c79f0e taprio: Fix potencial use of invalid memory during dequeue() by Vinicius Costa Gomes · 6 years ago
  10. 98fa627 tcp: refactor setting the initial congestion window by Yuchung Cheng · 6 years ago
  11. 6b94b1c tcp: refactor to consolidate TFO passive open code by Yuchung Cheng · 6 years ago
  12. 794200d tcp: undo cwnd on Fast Open spurious SYNACK retransmit by Yuchung Cheng · 6 years ago
  13. 8c3cfe1 tcp: lower congestion window on Fast Open SYNACK timeout by Yuchung Cheng · 6 years ago
  14. 336c39a tcp: undo init congestion window on false SYNACK timeout by Yuchung Cheng · 6 years ago
  15. 9e450c1 tcp: better SYNACK sent timestamp by Yuchung Cheng · 6 years ago
  16. 7c1f081 tcp: undo initial congestion window on false SYN timeout by Yuchung Cheng · 6 years ago
  17. bc9f38c tcp: avoid unconditional congestion window undo on SYN retransmit by Yuchung Cheng · 6 years ago
  18. 2dcb003 net/tls: avoid NULL pointer deref on nskb->sk in fallback by Jakub Kicinski · 6 years ago
  19. 486efdc packet: validate msg_namelen in send directly by Willem de Bruijn · 6 years ago
  20. b2cf86e packet: in recvmsg msg_name return at least sizeof sockaddr_ll by Willem de Bruijn · 6 years ago
  21. b587bda devlink: Change devlink health locking mechanism by Moshe Shemesh · 6 years ago
  22. fbd0197 sctp: avoid running the sctp state machine recursively by Xin Long · 6 years ago
  23. 0e23387 ipv6: fix races in ip6_dst_destroy() by Eric Dumazet · 6 years ago
  24. 93e86b3 net: dsa: Remove legacy probing support by Andrew Lunn · 6 years ago
  25. 314f76d net: dsa: Add more convenient functions for installing port VLANs by Vladimir Oltean · 6 years ago
  26. ec9121e net: dsa: Skip calling .port_vlan_filtering on no change by Vladimir Oltean · 6 years ago
  27. 14574676 net: dsa: Keep the vlan_filtering setting in dsa_switch if it's global by Vladimir Oltean · 6 years ago
  28. d371b7c net: dsa: Unset vlan_filtering when ports leave the bridge by Vladimir Oltean · 6 years ago
  29. 8f5d16f net: dsa: Be aware of switches where VLAN filtering is a global setting by Vladimir Oltean · 6 years ago
  30. 33162e9 net: dsa: Store vlan_filtering as a property of dsa_port by Vladimir Oltean · 6 years ago
  31. 85478d7 net: dsa: Fix pharse -> phase typo by Vladimir Oltean · 6 years ago
  32. a622b40 l2ip: fix possible use-after-free by Eric Dumazet · 6 years ago
  33. c93ad13 appletalk: Set error code if register_snap_client failed by YueHaibing · 6 years ago
  34. b130234 rxrpc: Fix net namespace cleanup by David Howells · 6 years ago
  35. a658a3f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 6 years ago
  36. b145745 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
  37. 6c0afef5 ipv6/flowlabel: wait rcu grace period before put_pid() by Eric Dumazet · 6 years ago
  38. 1d3fd8a vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sending dest unreach by Stephen Suryaputra · 6 years ago
  39. ca2fe29 tcp: add sanity tests in tcp_add_backlog() by Eric Dumazet · 6 years ago
  40. 95c1692 ipv6: invert flowlabel sharing check in process and user mode by Willem de Bruijn · 6 years ago
  41. 2ae7a39 Merge tag 'mac80211-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  42. 0b9f9df dsa: Allow tag drivers to be built as modules by Andrew Lunn · 6 years ago
  43. 3aa475e dsa: tag_brcm: Avoid unused symbols by Andrew Lunn · 6 years ago
  44. f81a43e dsa: Cleanup unneeded table and make tag structures static by Andrew Lunn · 6 years ago
  45. 3675617 dsa: Make use of the list of tag drivers by Andrew Lunn · 6 years ago
  46. 4dad81e dsa: Add stub tag driver put method by Andrew Lunn · 6 years ago
  47. c39e2a1 dsa: Rename dsa_resolve_tag_protocol() to _get ready for locking by Andrew Lunn · 6 years ago
  48. 409065b dsa: Register the none tagger ops by Andrew Lunn · 6 years ago
  49. bdc6fe5 dsa: Keep link list of tag drivers by Andrew Lunn · 6 years ago
  50. d3b8c04 dsa: Add boilerplate helper to register DSA tag driver modules by Andrew Lunn · 6 years ago
  51. 056eed2 dsa: Add TAG protocol to tag ops by Andrew Lunn · 6 years ago
  52. f18bba5 dsa: Add MODULE_LICENSE to tag drivers by Andrew Lunn · 6 years ago
  53. 0b42f03 dsa: Add MODULE_ALIAS to taggers in preparation to become modules by Andrew Lunn · 6 years ago
  54. 875138f dsa: Move tagger name into its ops structure by Andrew Lunn · 6 years ago
  55. dfedd3b dsa: Add SPDX header to tag drivers. by Andrew Lunn · 6 years ago
  56. 5f0d736 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  57. 21f1b8a udp: fix GRO reception in case of length mismatch by Paolo Abeni · 6 years ago
  58. eb3d38d net/tls: fix copy to fragments in reencrypt by Jakub Kicinski · 6 years ago
  59. 97e1caa net/tls: don't copy negative amounts of data in reencrypt by Jakub Kicinski · 6 years ago
  60. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  61. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  62. f78c603 net: fix two coding style issues by Michal Kubecek · 6 years ago
  63. 12ad5f6 ipset: drop ipset_nest_start() and ipset_nest_end() by Michal Kubecek · 6 years ago
  64. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  65. 63a1c95 net/tls: byte swap device req TCP seq no upon setting by Jakub Kicinski · 6 years ago
  66. 9e99579 net/tls: remove old exports of sk_destruct functions by Jakub Kicinski · 6 years ago
  67. e49d268d net/tls: don't log errors every time offload can't proceed by Jakub Kicinski · 6 years ago
  68. 6ac99e8 bpf: Introduce bpf sk local storage by Martin KaFai Lau · 6 years ago
  69. e950e84 selftests: bpf: test writable buffers in raw tps by Matt Mullins · 6 years ago
  70. 30e5a9a Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 6 years ago
  71. 0e58156 tipc: remove rcu_read_unlock() left in tipc_udp_recv() by Eric Dumazet · 6 years ago
  72. 4e43df3 genetlink: use idr_alloc_cyclic for family->id assignment by Marcel Holtmann · 6 years ago
  73. e55449e ipv6: Initialize fib6_result in bpf_ipv6_fib_lookup by David Ahern · 6 years ago
  74. 6074782 net: socket: Fix missing break in switch statement by Gustavo A. R. Silva · 6 years ago
  75. c1c4772 l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv() by Eric Dumazet · 6 years ago
  76. 8828f81 mac80211: probe unexercised mesh links by Rajkumar Manoharan · 6 years ago
  77. 0601677 mac80211: add option for setting control flags by Rajkumar Manoharan · 6 years ago
  78. 5ab92e7 cfg80211: add support to probe unexercised mesh link by Rajkumar Manoharan · 6 years ago
  79. 387bc002 mac80211: Set CAN_REPLACE_PTK0 for SW crypto only drivers by Alexander Wetzel · 6 years ago
  80. a680fe4 nl80211: do a struct assignment to radar_chandef instead of memcpy() by Luca Coelho · 6 years ago
  81. 622fce8 mac80211: Fix Extended Key ID auto activation by Alexander Wetzel · 6 years ago
  82. 5809a5d cfg80211: don't pass pointer to pointer unnecessarily by Dan Carpenter · 6 years ago
  83. ba905bf mac80211: store tx power value from user to station by Ashok Raj Nagarajan · 6 years ago
  84. e96d1cd cfg80211: Add support to set tx power for a station associated by Ashok Raj Nagarajan · 6 years ago
  85. dbd50a8 mac80211: only allocate one queue when using iTXQs by Johannes Berg · 6 years ago
  86. 391d132 nl80211: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  87. 9f8c713 cfg80211: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  88. 276d9e8 mac80211: debugfs option to force TX status frames by Julius Niedworok · 6 years ago
  89. 5e28042 cfg80211: remove redundant zero check on variable 'changed' by Colin Ian King · 6 years ago
  90. 5dc8cdc mac80211/cfg80211: update bss channel on channel switch by Sergey Matyukevich · 6 years ago
  91. c2b1794 mac80211: minstrel_ht: automatically calculate rate duration shift by Felix Fietkau · 6 years ago
  92. 7f2e12e mac80211: minstrel_ht: add support for rates with 4 spatial streams by Felix Fietkau · 6 years ago
  93. 1974da8 mac80211: when using iTXQ, select the queue in ieee80211_subif_start_xmit by Felix Fietkau · 6 years ago
  94. 96fc6ef mac80211: IEEE 802.11 Extended Key ID support by Alexander Wetzel · 6 years ago
  95. 6cdd397 nl80211/cfg80211: Extended Key ID support by Alexander Wetzel · 6 years ago
  96. 092c409 mac80211: Optimize tailroom_needed update checks by Alexander Wetzel · 6 years ago
  97. 8dbb000 mac80211: set NETIF_F_LLTX when using intermediate tx queues by Felix Fietkau · 6 years ago
  98. ded4698 mac80211: run late dequeue late tx handlers without holding fq->lock by Felix Fietkau · 6 years ago
  99. f2af2df mac80211: calculate hash for fq without holding fq->lock in itxq enqueue by Felix Fietkau · 6 years ago
  100. ef618b1 mac80211: mesh: drop redundant rcu_read_lock/unlock calls by Felix Fietkau · 6 years ago