1. 531e93d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  2. 50c7d2ba net: dsa: fix switch tree list by Vivien Didelot · 5 years ago
  3. e0ad032 net: netem: correct the parent's backlog when corrupted packet was dropped by Jakub Kicinski · 5 years ago
  4. a7fa12d net: netem: fix error path for corrupted GSO frames by Jakub Kicinski · 5 years ago
  5. ae6fcfbf vsock/virtio: discard packets if credit is not respected by Stefano Garzarella · 5 years ago
  6. ec3359b vsock/virtio: send a credit update when buffer size is changed by Stefano Garzarella · 5 years ago
  7. 9669fff net: ensure correct skb->tstamp in various fragmenters by Eric Dumazet · 5 years ago
  8. 5018c59 ipv4: fix race condition between route lookup and invalidation by Wei Wang · 5 years ago
  9. 595e065 ipv4: Return -ENETUNREACH if we can't create route but saddr is valid by Stefano Brivio · 5 years ago
  10. 2ca4f6c rxrpc: use rcu protection while reading sk->sk_user_data by Eric Dumazet · 5 years ago
  11. bd74708 Revert "blackhole_netdev: fix syzkaller reported issue" by Mahesh Bandewar · 5 years ago
  12. 63dfb79 sctp: change sctp_prot .no_autobind with true by Xin Long · 5 years ago
  13. 28aa7c8 sched: etf: Fix ordering of packets with same txtime by Vinicius Costa Gomes · 5 years ago
  14. 39f13ea net: avoid potential infinite loop in tc_ctl_action() by Eric Dumazet · 5 years ago
  15. cab209e tcp: fix a possible lockdep splat in tcp_done() by Eric Dumazet · 5 years ago
  16. fa4e0f8 net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions by Davide Caratti · 5 years ago
  17. dedc5a0 net: avoid errors when trying to pop MLPS header on non-MPLS packets by Davide Caratti · 5 years ago
  18. b0818f8 blackhole_netdev: fix syzkaller reported issue by Mahesh Bandewar · 5 years ago
  19. ab4e846 tcp: annotate sk->sk_wmem_queued lockless reads by Eric Dumazet · 5 years ago
  20. e292f05 tcp: annotate sk->sk_sndbuf lockless reads by Eric Dumazet · 5 years ago
  21. ebb3b78 tcp: annotate sk->sk_rcvbuf lockless reads by Eric Dumazet · 5 years ago
  22. d9b55bf tcp: annotate tp->urg_seq lockless reads by Eric Dumazet · 5 years ago
  23. e0d694d tcp: annotate tp->snd_nxt lockless reads by Eric Dumazet · 5 years ago
  24. 0f31746 tcp: annotate tp->write_seq lockless reads by Eric Dumazet · 5 years ago
  25. 7db48e9 tcp: annotate tp->copied_seq lockless reads by Eric Dumazet · 5 years ago
  26. dba7d9b tcp: annotate tp->rcv_nxt lockless reads by Eric Dumazet · 5 years ago
  27. d983ea6 tcp: add rcu protection around tp->fastopen_rsk by Eric Dumazet · 5 years ago
  28. 8caf8a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  29. f0308fb rxrpc: Fix possible NULL pointer access in ICMP handling by David Howells · 5 years ago
  30. 1c0cc5f Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  31. 48f9bcf net: sctp: Rename fallthrough label to unhandled by Joe Perches · 5 years ago
  32. 107529e net/smc: receive pending data after RCV_SHUTDOWN by Karsten Graul · 5 years ago
  33. 882dcfe net/smc: receive returns without data by Karsten Graul · 5 years ago
  34. 29ee270 net/smc: fix SMCD link group creation with VLAN id by Ursula Braun · 5 years ago
  35. af84537 SUNRPC: fix race to sk_err after xs_error_report by Benjamin Coddington · 5 years ago
  36. 70c2655 net: silence KCSAN warnings about sk->sk_backlog.len reads by Eric Dumazet · 5 years ago
  37. eac6640 net: annotate sk->sk_rcvlowat lockless reads by Eric Dumazet · 5 years ago
  38. 8265792 net: silence KCSAN warnings around sk_add_backlog() calls by Eric Dumazet · 5 years ago
  39. 1f142c1 tcp: annotate lockless access to tcp_memory_pressure by Eric Dumazet · 5 years ago
  40. 60b173c net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_head by Eric Dumazet · 5 years ago
  41. 503978a net: avoid possible false sharing in sk_leave_memory_pressure() by Eric Dumazet · 5 years ago
  42. e37542b netfilter: conntrack: avoid possible false sharing by Eric Dumazet · 5 years ago
  43. 993e4c9 netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID by Nicolas Dichtel · 5 years ago
  44. 11c9a7d act_mirred: Fix mirred_init_module error handling by YueHaibing · 5 years ago
  45. a954380 net: taprio: Fix returning EINVAL when configuring without flags by Vinicius Costa Gomes · 5 years ago
  46. 819be81 sctp: add chunks to sk_backlog when the newsk sk_socket is not set by Xin Long · 5 years ago
  47. 4123f63 ip6erspan: remove the incorrect mtu limit for ip6erspan by Haishuang Yan · 5 years ago
  48. a17fd2c Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by Jakub Kicinski · 5 years ago
  49. 4b793fe net_sched: fix backward compatibility for TCA_ACT_KIND by Cong Wang · 5 years ago
  50. 6f96c3c net_sched: fix backward compatibility for TCA_KIND by Cong Wang · 5 years ago
  51. 36453c8 llc: fix sk_buff refcounting in llc_conn_state_process() by Eric Biggers · 5 years ago
  52. fc8d5db llc: fix another potential sk_buff leak in llc_ui_sendmsg() by Eric Biggers · 5 years ago
  53. b74555d llc: fix sk_buff leak in llc_conn_service() by Eric Biggers · 5 years ago
  54. c6ee11c llc: fix sk_buff leak in llc_sap_state_process() by Eric Biggers · 5 years ago
  55. dc0c18e mac80211: fix scan when operating on DFS channels in ETSI domains by Aaron Komisar · 5 years ago
  56. 95697f9 mac80211: accept deauth frames in IBSS mode by Johannes Berg · 5 years ago
  57. 461c4c2 cfg80211: fix a bunch of RCU issues in multi-bssid code by Sara Sharon · 5 years ago
  58. 1399c59 nl80211: fix memory leak in nl80211_get_ftm_responder_stats by Navid Emamdoost · 5 years ago
  59. 91fcfbe rxrpc: Fix call crypto state cleanup by David Howells · 5 years ago
  60. 9ebedde rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local record by David Howells · 5 years ago
  61. 48c9e0e rxrpc: Fix trace-after-put looking at the put call record by David Howells · 5 years ago
  62. 4c1295d rxrpc: Fix trace-after-put looking at the put connection record by David Howells · 5 years ago
  63. 55f6c98e rxrpc: Fix trace-after-put looking at the put peer record by David Howells · 5 years ago
  64. c48fc11 rxrpc: Fix call ref leak by David Howells · 5 years ago
  65. a0c2dc1 nfc: fix memory leak in llcp_sock_bind() by Eric Dumazet · 5 years ago
  66. 474f081 sch_dsmark: fix potential NULL deref in dsmark_init() by Eric Dumazet · 5 years ago
  67. 2d819d25 ipv6: Handle missing host route in __ipv6_ifa_notify by David Ahern · 5 years ago
  68. b406472 net: ipv4: avoid mixed n_redirects and rate_tokens usage by Paolo Abeni · 5 years ago
  69. 8ae72cb Revert "ipv6: Handle race in addrconf_dad_work" by David Ahern · 5 years ago
  70. 7a512eb net: make sock_prot_memory_pressure() return "const char *" by Alexey Dobriyan · 5 years ago
  71. 4ac2813 cfg80211: wext: avoid copying malformed SSIDs by Will Deacon · 5 years ago
  72. 4152561 mac80211: Reject malformed SSID elements by Will Deacon · 5 years ago
  73. 3afb096 tcp: fix slab-out-of-bounds in tcp_zerocopy_receive() by Eric Dumazet · 5 years ago
  74. 4094871 udp: only do GSO if # of segs > 1 by Josh Hunt · 5 years ago
  75. 44b321e udp: fix gso_segs calculations by Josh Hunt · 5 years ago
  76. 6af1799 ipv6: drop incoming packets having a v4mapped source address by Eric Dumazet · 5 years ago
  77. df55105 xsk: Fix crash in poll when device does not support ndo_xsk_wakeup by Magnus Karlsson · 5 years ago
  78. 4fbb97b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  79. 3e8db7e net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_set by Vladimir Oltean · 5 years ago
  80. d64bf89 net/rds: Fix error handling in rds_ib_add_one() by Dotan Barak · 5 years ago
  81. e95584a tipc: fix unlimited bundling of small messages by Tuong Lien · 5 years ago
  82. a3ce2a2 ipv6: Handle race in addrconf_dad_work by David Ahern · 5 years ago
  83. 3256a2d tcp: adjust rto_base in retransmits_timed_out() by Eric Dumazet · 5 years ago
  84. 0d9138f vsock: Fix a lockdep warning in __vsock_release() by Dexuan Cui · 5 years ago
  85. 93c2fcb devlink: Fix error handling in param and info_get dumpit cb by Vasundhara Volam · 5 years ago
  86. 83c8c3c net: sched: cbs: Avoid division by zero when calculating the port rate by Vladimir Oltean · 5 years ago
  87. 9a9251a net: sched: taprio: Avoid division by zero on invalid link speed by Vladimir Oltean · 5 years ago
  88. 34a4c95 netfilter: nft_connlimit: disable bh on garbage collection by Pablo Neira Ayuso · 5 years ago
  89. 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
  90. d8dec42 mac80211: keep BHs disabled while calling drv_tx_wake_queue() by Johannes Berg · 5 years ago
  91. 8ed31a2 mac80211: fix txq null pointer dereference by Miaoqing Pan · 5 years ago
  92. b501426 nl80211: fix null pointer dereference by Miaoqing Pan · 5 years ago
  93. f43e521 cfg80211: initialize on-stack chandefs by Johannes Berg · 5 years ago
  94. 242b093 cfg80211: validate SSID/MBSSID element ordering assumption by Johannes Berg · 5 years ago
  95. f88eb7c nl80211: validate beacon head by Johannes Berg · 5 years ago
  96. 68ce668 net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byte by Vladimir Oltean · 5 years ago
  97. 8c7138b net: Unpublish sk from sk_reuseport_cb before call_rcu by Martin KaFai Lau · 5 years ago
  98. 0e141f7 erspan: remove the incorrect mtu limit for erspan by Haishuang Yan · 5 years ago
  99. e9789c7 sch_cbq: validate TCA_CBQ_WRROPT to avoid crash by Eric Dumazet · 5 years ago
  100. 02dc96e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago