1. 1c0cc5f Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  2. 48f9bcf net: sctp: Rename fallthrough label to unhandled by Joe Perches · 5 years ago
  3. af84537 SUNRPC: fix race to sk_err after xs_error_report by Benjamin Coddington · 5 years ago
  4. a0c2dc1 nfc: fix memory leak in llcp_sock_bind() by Eric Dumazet · 5 years ago
  5. 474f081 sch_dsmark: fix potential NULL deref in dsmark_init() by Eric Dumazet · 5 years ago
  6. 2d819d25 ipv6: Handle missing host route in __ipv6_ifa_notify by David Ahern · 5 years ago
  7. b406472 net: ipv4: avoid mixed n_redirects and rate_tokens usage by Paolo Abeni · 5 years ago
  8. 8ae72cb Revert "ipv6: Handle race in addrconf_dad_work" by David Ahern · 5 years ago
  9. 7a512eb net: make sock_prot_memory_pressure() return "const char *" by Alexey Dobriyan · 5 years ago
  10. 3afb096 tcp: fix slab-out-of-bounds in tcp_zerocopy_receive() by Eric Dumazet · 5 years ago
  11. 4094871 udp: only do GSO if # of segs > 1 by Josh Hunt · 5 years ago
  12. 44b321e udp: fix gso_segs calculations by Josh Hunt · 5 years ago
  13. 6af1799 ipv6: drop incoming packets having a v4mapped source address by Eric Dumazet · 5 years ago
  14. 4fbb97b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  15. 3e8db7e net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_set by Vladimir Oltean · 5 years ago
  16. d64bf89 net/rds: Fix error handling in rds_ib_add_one() by Dotan Barak · 5 years ago
  17. e95584a tipc: fix unlimited bundling of small messages by Tuong Lien · 5 years ago
  18. a3ce2a2 ipv6: Handle race in addrconf_dad_work by David Ahern · 5 years ago
  19. 3256a2d6 tcp: adjust rto_base in retransmits_timed_out() by Eric Dumazet · 5 years ago
  20. 0d9138f vsock: Fix a lockdep warning in __vsock_release() by Dexuan Cui · 5 years ago
  21. 93c2fcb devlink: Fix error handling in param and info_get dumpit cb by Vasundhara Volam · 5 years ago
  22. 83c8c3c net: sched: cbs: Avoid division by zero when calculating the port rate by Vladimir Oltean · 5 years ago
  23. 9a9251a net: sched: taprio: Avoid division by zero on invalid link speed by Vladimir Oltean · 5 years ago
  24. 34a4c95 netfilter: nft_connlimit: disable bh on garbage collection by Pablo Neira Ayuso · 5 years ago
  25. 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
  26. d8dec42 mac80211: keep BHs disabled while calling drv_tx_wake_queue() by Johannes Berg · 5 years ago
  27. 8ed31a2 mac80211: fix txq null pointer dereference by Miaoqing Pan · 5 years ago
  28. b501426 nl80211: fix null pointer dereference by Miaoqing Pan · 5 years ago
  29. f43e521 cfg80211: initialize on-stack chandefs by Johannes Berg · 5 years ago
  30. 242b093 cfg80211: validate SSID/MBSSID element ordering assumption by Johannes Berg · 5 years ago
  31. f88eb7c nl80211: validate beacon head by Johannes Berg · 5 years ago
  32. 68ce668 net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byte by Vladimir Oltean · 5 years ago
  33. 8c7138b net: Unpublish sk from sk_reuseport_cb before call_rcu by Martin KaFai Lau · 5 years ago
  34. 0e141f7 erspan: remove the incorrect mtu limit for erspan by Haishuang Yan · 5 years ago
  35. e9789c7 sch_cbq: validate TCA_CBQ_WRROPT to avoid crash by Eric Dumazet · 5 years ago
  36. 02dc96e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  37. 298fb76 Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 5 years ago
  38. 9977b1a Merge tag '9p-for-5.4' of git://github.com/martinetd/linux by Linus Torvalds · 5 years ago
  39. a41e8a8 tcp: better handle TCP_USER_TIMEOUT in SYN_SENT state by Eric Dumazet · 5 years ago
  40. 174e238 sk_buff: drop all skb extensions on free and skb scrubbing by Florian Westphal · 5 years ago
  41. 6b3656a tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidth by Kevin(Yudong) Yang · 5 years ago
  42. c5f095b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  43. dfe5999 net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N by Paul Blakey · 5 years ago
  44. 3c30819 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  45. e3ae1f9 net: sched: sch_sfb: don't call qdisc_put() while holding tree lock by Vlad Buslov · 5 years ago
  46. c2999f7 net: sched: multiq: don't call qdisc_put() while holding tree lock by Vlad Buslov · 5 years ago
  47. 4ce70b4 net: sched: sch_htb: don't call qdisc_put() while holding tree lock by Vlad Buslov · 5 years ago
  48. 0573343 net/rds: Check laddr_check before calling it by Ka-Cheong Poon · 5 years ago
  49. f6c0f5d tcp: honor SO_PRIORITY in TIME_WAIT state by Eric Dumazet · 5 years ago
  50. e9a5dce ipv6: tcp: provide sk->sk_priority to ctl packets by Eric Dumazet · 5 years ago
  51. 4f6570d ipv6: add priority parameter to ip6_xmit() by Eric Dumazet · 5 years ago
  52. 159d2c7 sch_netem: fix rcu splat in netem_enqueue() by Eric Dumazet · 5 years ago
  53. 0355d6c kcm: disable preemption in kcm_parse_func_strparser() by Eric Dumazet · 5 years ago
  54. 972a2bf Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  55. ca7a03c ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress rule by Jason A. Donenfeld · 5 years ago
  56. ea8564c openvswitch: change type of UPCALL_PID attribute to NLA_UNSPEC by Li RongQing · 5 years ago
  57. adecda5 net: print proper warning on dst underflow by Jason A. Donenfeld · 5 years ago
  58. 3e8b9bf net/sched: cbs: Fix not adding cbs instance to list by Vinicius Costa Gomes · 5 years ago
  59. bf69aba net: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  60. f41def3 Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  61. e41f9ef sunrpc: clean up indentation issue by Colin Ian King · 5 years ago
  62. 9b05b6e netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush by Laura Garcia Liebana · 5 years ago
  63. 1edc976 net/xdp: convert put_page() to put_user_page*() by John Hubbard · 5 years ago
  64. a50b854 mm: introduce page_size() by Matthew Wilcox (Oracle) · 5 years ago
  65. 3a35979 nfc: enforce CAP_NET_RAW for raw sockets by Ori Nimron · 5 years ago
  66. e69dbd4 ieee802154: enforce CAP_NET_RAW for raw sockets by Ori Nimron · 5 years ago
  67. 0614e2b ax25: enforce CAP_NET_RAW for raw sockets by Ori Nimron · 5 years ago
  68. 6cc03e8 appletalk: enforce CAP_NET_RAW for raw sockets by Ori Nimron · 5 years ago
  69. 3d66b89 net: sched: fix possible crash in tcf_action_destroy() by Eric Dumazet · 5 years ago
  70. 199ce85 net_sched: add policy validation for action attributes by Cong Wang · 5 years ago
  71. 62794fc net_sched: add max len check for TCA_KIND by Cong Wang · 5 years ago
  72. 73f0c11 net: qrtr: Stop rx_worker before freeing node by Bjorn Andersson · 5 years ago
  73. 018c683 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
  74. 7b09c2d ipv6: fix a typo in fib6_rule_lookup() by Eric Dumazet · 5 years ago
  75. b41d936 sch_netem: fix a divide by zero in tabledist() by Eric Dumazet · 5 years ago
  76. 77d5bc7 ipv4: Revert removal of rt_uses_gateway by David Ahern · 5 years ago
  77. 92974a1 net/sched: act_sample: don't push mac header on ip6gre ingress by Davide Caratti · 5 years ago
  78. 8593e01 SUNRPC: Fix congestion window race with disconnect by Chuck Lever · 5 years ago
  79. 9ba8288 SUNRPC: Don't try to parse incomplete RPC messages by Trond Myklebust · 5 years ago
  80. f925ab9 SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_mic by Benjamin Coddington · 5 years ago
  81. 5f1bc39 SUNRPC: Fix buffer handling of GSS MIC without slack by Benjamin Coddington · 5 years ago
  82. acab713 netfilter: nf_tables: allow lookups in dynamic sets by Florian Westphal · 5 years ago
  83. ff175d0 netfilter: nf_tables_offload: fix always true policy is unset check by Pablo Neira Ayuso · 5 years ago
  84. ad652f3 netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use it by Pablo Neira Ayuso · 5 years ago
  85. cf0eba3 net/ncsi: Disable global multicast filter by Vijay Khemka · 5 years ago
  86. 733ef7f xsk: relax UMEM headroom alignment by Björn Töpel · 5 years ago
  87. e170eb2 Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  88. 81160dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  89. 8b53c76 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  90. 4feaab0 Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 5 years ago
  91. 1bab8d4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  92. 7f2444d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  93. 714fbc7 SUNRPC: RPC level errors should always set task->tk_rpc_status by Trond Myklebust · 5 years ago
  94. 45835a6 SUNRPC: Don't receive TCP data into a request buffer that has been reset by Trond Myklebust · 5 years ago
  95. cc204d0 SUNRPC: Dequeue the request from the receive queue while we're re-encoding by Trond Myklebust · 5 years ago
  96. 94d18ee Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  97. 9f2f13f ethtool: implement Energy Detect Powerdown support via phy-tunable by Alexandru Ardelean · 5 years ago
  98. bef1746 drop_monitor: Better sanitize notified packets by Ido Schimmel · 5 years ago
  99. 5f06c63 net: dsa: sja1105: Advertise the 8 TX queues by Vladimir Oltean · 5 years ago
  100. 47d23af net: dsa: Pass ndo_setup_tc slave callback to drivers by Vladimir Oltean · 5 years ago