1. baead85 xdp: Trivial, fix spelling in function description by Anton Ivanov · 5 years ago
  2. 719b78a5 flow_dissector: Allow updating the flow dissector program atomically by Jakub Sitnicki · 5 years ago
  3. a11c397 bpf/flow_dissector: add mode to enforce global BPF flow dissector by Stanislav Fomichev · 5 years ago
  4. 0d7982c ipv6: minor code reorg in inet6_fill_ifla6_attrs() by Nicolas Dichtel · 5 years ago
  5. 76c9ac0 net: rtnetlink: add possibility to use alternative names as message handle by Jiri Pirko · 5 years ago
  6. cc6090e net: rtnetlink: introduce helper to get net_device instance by ifname by Jiri Pirko · 5 years ago
  7. 7af12cb net: rtnetlink: unify the code in __rtnl_newlink get dev with the rest by Jiri Pirko · 5 years ago
  8. 88f4fb0 net: rtnetlink: put alternative names to getlink message by Jiri Pirko · 5 years ago
  9. 36fbf1e net: rtnetlink: add linkprop commands to add and delete alternative ifnames by Jiri Pirko · 5 years ago
  10. ff92741 net: introduce name_node struct to be used in hashlist by Jiri Pirko · 5 years ago
  11. 6958c97 net: procfs: use index hashlist instead of name hashlist by Jiri Pirko · 5 years ago
  12. be2644a tcp: add ipv6_addr_v4mapped_loopback() helper by Eric Dumazet · 5 years ago
  13. 5be5515 net: core: dev: replace state xoff flag comparison by netif_xmit_stopped method by Julio Faracco · 5 years ago
  14. 02dc96e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  15. 298fb76 Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 5 years ago
  16. 9977b1a Merge tag '9p-for-5.4' of git://github.com/martinetd/linux by Linus Torvalds · 5 years ago
  17. a41e8a8 tcp: better handle TCP_USER_TIMEOUT in SYN_SENT state by Eric Dumazet · 5 years ago
  18. 174e238 sk_buff: drop all skb extensions on free and skb scrubbing by Florian Westphal · 5 years ago
  19. 6b3656a tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidth by Kevin(Yudong) Yang · 5 years ago
  20. c5f095b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  21. dfe5999 net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N by Paul Blakey · 5 years ago
  22. 3c30819 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  23. e3ae1f9 net: sched: sch_sfb: don't call qdisc_put() while holding tree lock by Vlad Buslov · 5 years ago
  24. c2999f7 net: sched: multiq: don't call qdisc_put() while holding tree lock by Vlad Buslov · 5 years ago
  25. 4ce70b4 net: sched: sch_htb: don't call qdisc_put() while holding tree lock by Vlad Buslov · 5 years ago
  26. 0573343 net/rds: Check laddr_check before calling it by Ka-Cheong Poon · 5 years ago
  27. f6c0f5d tcp: honor SO_PRIORITY in TIME_WAIT state by Eric Dumazet · 5 years ago
  28. e9a5dce ipv6: tcp: provide sk->sk_priority to ctl packets by Eric Dumazet · 5 years ago
  29. 4f6570d ipv6: add priority parameter to ip6_xmit() by Eric Dumazet · 5 years ago
  30. 159d2c7 sch_netem: fix rcu splat in netem_enqueue() by Eric Dumazet · 5 years ago
  31. 0355d6c kcm: disable preemption in kcm_parse_func_strparser() by Eric Dumazet · 5 years ago
  32. 972a2bf Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
  33. ca7a03c ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress rule by Jason A. Donenfeld · 5 years ago
  34. ea8564c openvswitch: change type of UPCALL_PID attribute to NLA_UNSPEC by Li RongQing · 5 years ago
  35. adecda5 net: print proper warning on dst underflow by Jason A. Donenfeld · 5 years ago
  36. 3e8b9bf net/sched: cbs: Fix not adding cbs instance to list by Vinicius Costa Gomes · 5 years ago
  37. bf69aba net: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  38. f41def3 Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 5 years ago
  39. e41f9ef sunrpc: clean up indentation issue by Colin Ian King · 5 years ago
  40. 9b05b6e netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush by Laura Garcia Liebana · 5 years ago
  41. 1edc976 net/xdp: convert put_page() to put_user_page*() by John Hubbard · 5 years ago
  42. a50b854 mm: introduce page_size() by Matthew Wilcox (Oracle) · 5 years ago
  43. 3a35979 nfc: enforce CAP_NET_RAW for raw sockets by Ori Nimron · 6 years ago
  44. e69dbd4 ieee802154: enforce CAP_NET_RAW for raw sockets by Ori Nimron · 6 years ago
  45. 0614e2b ax25: enforce CAP_NET_RAW for raw sockets by Ori Nimron · 6 years ago
  46. 6cc03e8 appletalk: enforce CAP_NET_RAW for raw sockets by Ori Nimron · 6 years ago
  47. 3d66b89 net: sched: fix possible crash in tcf_action_destroy() by Eric Dumazet · 6 years ago
  48. 199ce85 net_sched: add policy validation for action attributes by Cong Wang · 6 years ago
  49. 62794fc net_sched: add max len check for TCA_KIND by Cong Wang · 6 years ago
  50. 73f0c11 net: qrtr: Stop rx_worker before freeing node by Bjorn Andersson · 6 years ago
  51. 018c683 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  52. 7b09c2d ipv6: fix a typo in fib6_rule_lookup() by Eric Dumazet · 6 years ago
  53. b41d936 sch_netem: fix a divide by zero in tabledist() by Eric Dumazet · 6 years ago
  54. 77d5bc7 ipv4: Revert removal of rt_uses_gateway by David Ahern · 6 years ago
  55. 92974a1 net/sched: act_sample: don't push mac header on ip6gre ingress by Davide Caratti · 6 years ago
  56. 8593e01 SUNRPC: Fix congestion window race with disconnect by Chuck Lever · 6 years ago
  57. 9ba8288 SUNRPC: Don't try to parse incomplete RPC messages by Trond Myklebust · 6 years ago
  58. f925ab9 SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_mic by Benjamin Coddington · 6 years ago
  59. 5f1bc39 SUNRPC: Fix buffer handling of GSS MIC without slack by Benjamin Coddington · 6 years ago
  60. acab713 netfilter: nf_tables: allow lookups in dynamic sets by Florian Westphal · 6 years ago
  61. ff175d0 netfilter: nf_tables_offload: fix always true policy is unset check by Pablo Neira Ayuso · 6 years ago
  62. ad652f3 netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use it by Pablo Neira Ayuso · 6 years ago
  63. cf0eba3 net/ncsi: Disable global multicast filter by Vijay Khemka · 6 years ago
  64. 733ef7f xsk: relax UMEM headroom alignment by Björn Töpel · 6 years ago
  65. e170eb2 Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  66. 81160dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 6 years ago
  67. 8b53c76 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  68. 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 · 6 years ago
  69. 1bab8d4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 6 years ago
  70. 7f2444d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  71. 714fbc7 SUNRPC: RPC level errors should always set task->tk_rpc_status by Trond Myklebust · 6 years ago
  72. 45835a6 SUNRPC: Don't receive TCP data into a request buffer that has been reset by Trond Myklebust · 6 years ago
  73. cc204d0 SUNRPC: Dequeue the request from the receive queue while we're re-encoding by Trond Myklebust · 6 years ago
  74. 94d18ee Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  75. 9f2f13f ethtool: implement Energy Detect Powerdown support via phy-tunable by Alexandru Ardelean · 6 years ago
  76. bef1746 drop_monitor: Better sanitize notified packets by Ido Schimmel · 6 years ago
  77. 5f06c63 net: dsa: sja1105: Advertise the 8 TX queues by Vladimir Oltean · 6 years ago
  78. 47d23af net: dsa: Pass ndo_setup_tc slave callback to drivers by Vladimir Oltean · 6 years ago
  79. 9c66d15 taprio: Add support for hardware offloading by Vinicius Costa Gomes · 6 years ago
  80. 8f7baad7f tcp: Add snd_wnd to TCP_INFO by Thomas Higdon · 6 years ago
  81. f9af2db tcp: Add TCP_INFO counter for packets received out-of-order by Thomas Higdon · 6 years ago
  82. 28f2c36 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  83. cf73d88 libceph: use ceph_kvmalloc() for osdmap arrays by Ilya Dryomov · 6 years ago
  84. 10c1285 libceph: avoid a __vmalloc() deadlock in ceph_kvmalloc() by Ilya Dryomov · 6 years ago
  85. 8edf84b libceph: drop unused con parameter of calc_target() by Ilya Dryomov · 6 years ago
  86. 4766815 libceph: handle OSD op ceph_pagelist_append() errors by David Disseldorp · 6 years ago
  87. 2cef0ba libceph: add function that clears osd client's abort_err by Yan, Zheng · 6 years ago
  88. 120a75e libceph: add function that reset client's entity addr by Yan, Zheng · 6 years ago
  89. 470d506 net: sched: use get_dev() action API in flow_action infra by Vlad Buslov · 6 years ago
  90. 4a5da47 net: sched: take reference to psample group in flow_action infra by Vlad Buslov · 6 years ago
  91. 1158958 net: sched: extend flow_action_entry with destructor by Vlad Buslov · 6 years ago
  92. 28e4860 ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit by Xin Long · 6 years ago
  93. acdcecc udp: correct reuseport selection with connected sockets by Willem de Bruijn · 6 years ago
  94. 05a8248 net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names' by Gerd Rausch · 6 years ago
  95. 6efb971 net_sched: let qdisc_put() accept NULL pointer by Cong Wang · 6 years ago
  96. 23426a2 net: dsa: Fix load order between DSA drivers and taggers by Andrew Lunn · 6 years ago
  97. d518d2e net/sched: fix race between deactivation and dequeue for NOLOCK qdisc by Paolo Abeni · 6 years ago
  98. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 6 years ago
  99. 2670ac2 net: devlink: move reload fail indication to devlink core and expose to user by Jiri Pirko · 6 years ago
  100. 9769106 net: devlink: split reload op into two by Jiri Pirko · 6 years ago