1. 8f6b539 udp: add missing rehash callback to udplite by Alexey Kodanev · 6 years ago
  2. 2cddd20 net/sched: cls_flower: allocate mask dynamically in fl_change() by Ivan Vecera · 6 years ago
  3. 0f149c9 udp: with udp_segment release on error path by Willem de Bruijn · 6 years ago
  4. 1a93526 net: bpfilter: change section name of bpfilter UMH blob. by Taehee Yoo · 6 years ago
  5. a5a82d8 ipv6: route: place a warning with duplicated string with correct extack by Jakub Kicinski · 6 years ago
  6. 01b833a net/core/neighbour: fix kmemleak minimal reference count for hash tables by Konstantin Khlebnikov · 6 years ago
  7. 400b8b9 sctp: allocate sctp_sockaddr_entry with kzalloc by Xin Long · 6 years ago
  8. 20704bd erspan: build the header with the right proto according to erspan_ver by Xin Long · 6 years ago
  9. 04a4af3 openvswitch: Avoid OOB read when parsing flow nlattrs by Ross Lagerwall · 6 years ago
  10. cd0c4e7 net_sched: refetch skb protocol for each filter by Cong Wang · 6 years ago
  11. 26fc181 fou, fou6: do not assume linear skbs by Eric Dumazet · 6 years ago
  12. 13d7f463 tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT state by Willem de Bruijn · 6 years ago
  13. 9174c3d net/sched: act_tunnel_key: fix memory leak in case of action replace by Davide Caratti · 6 years ago
  14. e122d84 Revert "rxrpc: Allow failed client calls to be retried" by David Howells · 6 years ago
  15. 2753ca5 tipc: fix uninit-value in tipc_nl_compat_doit by Ying Xue · 6 years ago
  16. 974cb0e tipc: fix uninit-value in tipc_nl_compat_name_table_dump by Ying Xue · 6 years ago
  17. edf5ff0 tipc: fix uninit-value in tipc_nl_compat_link_set by Ying Xue · 6 years ago
  18. 0762216 tipc: fix uninit-value in tipc_nl_compat_bearer_enable by Ying Xue · 6 years ago
  19. 8b66fee tipc: fix uninit-value in tipc_nl_compat_link_reset_stats by Ying Xue · 6 years ago
  20. a88289f tipc: fix uninit-value in in tipc_conn_rcv_sub by Ying Xue · 6 years ago
  21. 8c6c37f sch_cake: Correctly update parent qlen when splitting GSO packets by Toke Høiland-Jørgensen · 6 years ago
  22. 37d9cf1 sched: Fix detection of empty queues in child qdiscs by Toke Høiland-Jørgensen · 6 years ago
  23. f6bab19 sched: Avoid dereferencing skb pointer after child enqueue by Toke Høiland-Jørgensen · 6 years ago
  24. 80b3671 ip6_gre: update version related info when changing link by Hangbin Liu · 6 years ago
  25. f97f4dd net: ipv4: Fix memory leak in network namespace dismantle by Ido Schimmel · 6 years ago
  26. ab5098f ip6_gre: fix tunnel list corruption for x-netns by Olivier Matz · 6 years ago
  27. 72f6d4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  28. e874644 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  29. 2314e87 netfilter: nft_flow_offload: fix checking method of conntrack helper by Henry Yen · 6 years ago
  30. 41d1c88 net: clear skb->tstamp in bridge forwarding path by Paolo Abeni · 6 years ago
  31. 71a8508 net: bpfilter: disallow to remove bpfilter module while being used by Taehee Yoo · 6 years ago
  32. 61fbf59 net: bpfilter: restart bpfilter_umh when error occurred by Taehee Yoo · 6 years ago
  33. 5b4cb65 net: bpfilter: use cleanup callback to release umh_info by Taehee Yoo · 6 years ago
  34. e8b108b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  35. 10f4e76 netfilter: nft_flow_offload: fix interaction with vrf slave device by wenxu · 6 years ago
  36. e2c8d55 netfilter: ebtables: account ebt_table_info to kmemcg by Shakeel Butt · 6 years ago
  37. c5715b8 tcp: change txhash on SYN-data timeout by Yuchung Cheng · 6 years ago
  38. 7d033c9 ipv6: fix kernel-infoleak in ipv6_local_error() by Eric Dumazet · 6 years ago
  39. 85704cb net/core/neighbour: tell kmemleak about hash tables by Konstantin Khlebnikov · 6 years ago
  40. 4a06fa6 ip: on queued skb use skb_header_pointer instead of pskb_may_pull by Willem de Bruijn · 6 years ago
  41. 31aa650 bpf: correctly set initial window on active Fast Open sender by Yuchung Cheng · 6 years ago
  42. a799aea netfilter: nft_flow_offload: Fix reverse route lookup by wenxu · 6 years ago
  43. d972f3d packet: Do not leak dev refcounts on error exit by Jason Gunthorpe · 6 years ago
  44. 715849a netfilter: nf_tables: selective rule dump needs table to be specified by Pablo Neira Ayuso · 6 years ago
  45. b91d903 netfilter: nf_tables: fix leaking object reference count by Taehee Yoo · 6 years ago
  46. 310529e netfilter: nf_tables: Fix for endless loop when dumping ruleset by Phil Sutter · 6 years ago
  47. 2797379 net: bridge: Fix VLANs memory leak by Ido Schimmel · 6 years ago
  48. 977e489 Merge ra.kernel.org:/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  49. 02b2f54 libceph: allow setting abort_on_full for rbd by Dongsheng Yang · 6 years ago
  50. 26d92e9 smc: move unhash as early as possible in smc_release() by Cong Wang · 6 years ago
  51. 4c84edc net: bridge: fix a bug on using a neighbour cache entry without checking its state by JianJhen Chen · 6 years ago
  52. f87d8ad tipc: fix memory leak in tipc_nl_compat_publ_dump by Gustavo A. R. Silva · 6 years ago
  53. eeb2c4f rds: use DIV_ROUND_UP instead of ceil by Jacob Wen · 6 years ago
  54. 0aaa813 can: gw: ensure DLC boundaries after CAN frame modification by Oliver Hartkopp · 6 years ago
  55. e9666d1 jump_label: move 'asm goto' support test to Kconfig by Masahiro Yamada · 6 years ago
  56. d4a7e9b ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses by David Ahern · 6 years ago
  57. c7eaf34 Merge tag 'ceph-for-4.21-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  58. e8e3698 bpf: Fix [::] -> [::1] rewrite in sys_sendmsg by Andrey Ignatov · 6 years ago
  59. ec90ad3 ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address by David Ahern · 6 years ago
  60. 8d93367 ipv6: make icmp6_send() robust against null skb->dev by Eric Dumazet · 6 years ago
  61. 44039e0 fou6: Prevent unbounded recursion in GUE error handler by Stefano Brivio · 6 years ago
  62. bc6e019 fou: Prevent unbounded recursion in GUE error handler also with UDP-Lite by Stefano Brivio · 6 years ago
  63. 41e4e2c openvswitch: Fix IPv6 later frags parsing by Yi-Hung Wei · 6 years ago
  64. f8c468e net, skbuff: do not prefer skb allocation fails early by David Rientjes · 6 years ago
  65. 7c1e8a3 netlink: fixup regression in RTM_GETADDR by Arthur Gautier · 6 years ago
  66. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  67. 43d86ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  68. c5ee066 ipv6: Consider sk_bound_dev_if when binding a socket to an address by David Ahern · 6 years ago
  69. 7315587 ipv6: Fix dump of specific table with strict checking by David Ahern · 6 years ago
  70. e6b9257 Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  71. e45428a Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
  72. 85f7845 Merge tag '9p-for-4.21' of git://github.com/martinetd/linux by Linus Torvalds · 6 years ago
  73. 7adf324 ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() error by Stefano Brivio · 6 years ago
  74. 260f71e sunrpc: convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
  75. 10e037d sunrpc: Add xprt after nfs4_test_session_trunk() by Santosh kumar pradhan · 6 years ago
  76. cb24e35 sunrpc: convert unnecessary GFP_ATOMIC to GFP_NOFS by J. Bruce Fields · 6 years ago
  77. 81c88b1 sunrpc: handle ENOMEM in rpcb_getport_async by J. Bruce Fields · 6 years ago
  78. 07e1030 xprtrdma: Prevent leak of rpcrdma_rep objects by Chuck Lever · 6 years ago
  79. f85adb1 xprtrdma: Don't leak freed MRs by Chuck Lever · 6 years ago
  80. af65ed4 xprtrdma: Add documenting comment for rpcrdma_buffer_destroy by Chuck Lever · 6 years ago
  81. 995d312 xprtrdma: Replace outdated comment for rpcrdma_ep_post by Chuck Lever · 6 years ago
  82. e0f86bc xprtrdma: Update comments in frwr_op_send by Chuck Lever · 6 years ago
  83. acf0a39 SUNRPC: Fix some kernel doc complaints by Chuck Lever · 6 years ago
  84. 53b2c1c xprtrdma: Trace mapping, alloc, and dereg failures by Chuck Lever · 6 years ago
  85. 395069f xprtrdma: Add trace points for calls to transport switch methods by Chuck Lever · 6 years ago
  86. ba217ec xprtrdma: Relocate the xprtrdma_mr_map trace points by Chuck Lever · 6 years ago
  87. aba11831 xprtrdma: Clean up of xprtrdma chunk trace points by Chuck Lever · 6 years ago
  88. 9bef848 xprtrdma: Remove unused fields from rpcrdma_ia by Chuck Lever · 6 years ago
  89. ddbb347 xprtrdma: Cull dprintk() call sites by Chuck Lever · 6 years ago
  90. 92f4433 xprtrdma: Simplify locking that protects the rl_allreqs list by Chuck Lever · 6 years ago
  91. 236b094 xprtrdma: Expose transport header errors by Chuck Lever · 6 years ago
  92. 889ee07 xprtrdma: Remove request_module from backchannel by Chuck Lever · 6 years ago
  93. 15303d9e xprtrdma: Recognize XDRBUF_SPARSE_PAGES by Chuck Lever · 6 years ago
  94. 0a93fbc xprtrdma: Plant XID in on-the-wire RDMA offset (FRWR) by Chuck Lever · 6 years ago
  95. 5f62412 xprtrdma: Remove rpcrdma_memreg_ops by Chuck Lever · 6 years ago
  96. ba69cd1 xprtrdma: Remove support for FMR memory registration by Chuck Lever · 6 years ago
  97. a788684 xprtrdma: Reduce max_frwr_depth by Chuck Lever · 6 years ago
  98. 6946f82 xprtrdma: Fix ri_max_segs and the result of ro_maxpages by Chuck Lever · 6 years ago
  99. 0c0829b xprtrdma: Don't wake pending tasks until disconnect is done by Chuck Lever · 6 years ago
  100. 3d433ad xprtrdma: No qp_event disconnect by Chuck Lever · 6 years ago