1. da18ab3 tipc: tipc_disc_addr_trial_msg() can be static by kbuild test robot · 7 years ago
  2. 13acc94 net: permit skb_segment on head_frag frag_list skb by Yonghong Song · 7 years ago
  3. 94cb549 net/sched: act_vlan: declare push_vid with host byte order by Davide Caratti · 7 years ago
  4. affaa0c net/sched: remove tcf_idr_cleanup() by Davide Caratti · 7 years ago
  5. 52dfae5 tipc: obtain node identity from interface by default by Jon Maloy · 7 years ago
  6. 25b0b9c tipc: handle collisions of 32-bit node address hash values by Jon Maloy · 7 years ago
  7. d50ccc2 tipc: add 128-bit node identifier by Jon Maloy · 7 years ago
  8. 23fd3ea tipc: remove direct accesses to own_addr field in struct tipc_net by Jon Maloy · 7 years ago
  9. b89afb1 tipc: allow closest-first lookup algorithm when legacy address is configured by Jon Maloy · 7 years ago
  10. 2026364 tipc: remove restrictions on node address values by Jon Maloy · 7 years ago
  11. b39e465 tipc: some cleanups in the file discover.c by Jon Maloy · 7 years ago
  12. cb30a633 tipc: refactor function tipc_enable_bearer() by Jon Maloy · 7 years ago
  13. b2864fb net: Convert rxrpc_net_ops by Kirill Tkhai · 7 years ago
  14. fc18999 net: Convert udp_sysctl_ops by Kirill Tkhai · 7 years ago
  15. 82792a0 net: bridge: fix direct access to bridge vlan_enabled and use helper by Nikolay Aleksandrov · 7 years ago
  16. c46234e tls: RX path for ktls by Dave Watson · 7 years ago
  17. 5837158 tls: Refactor variable names by Dave Watson · 7 years ago
  18. f4a8e43 tls: Pass error code explicitly to tls_err_abort by Dave Watson · 7 years ago
  19. dbe4255 tls: Move cipher info to a separate struct by Dave Watson · 7 years ago
  20. 69ca929 tls: Generalize zerocopy_from_iter by Dave Watson · 7 years ago
  21. 419d14a bridge: Allow max MTU when multiple VLANs present by Chas Williams · 7 years ago
  22. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  23. d9ff304 net: Replace ip_ra_lock with per-net mutex by Kirill Tkhai · 7 years ago
  24. 5796ef7 net: Make ip_ra_chain per struct net by Kirill Tkhai · 7 years ago
  25. 128aaa9 net: Revert "ipv4: fix a deadlock in ip_ra_control" by Kirill Tkhai · 7 years ago
  26. 0526947 net: Move IP_ROUTER_ALERT out of lock_sock(sk) by Kirill Tkhai · 7 years ago
  27. 76d3e15 net: Revert "ipv4: get rid of ip_ra_lock" by Kirill Tkhai · 7 years ago
  28. 1574639 gre: fix TUNNEL_SEQ bit check on sequence numbering by Colin Ian King · 7 years ago
  29. 872619d tipc: step sk->sk_drops when rcv buffer is full by GhantaKrishnamurthy MohanKrishna · 7 years ago
  30. c30b70d tipc: implement socket diagnostics for AF_TIPC by GhantaKrishnamurthy MohanKrishna · 7 years ago
  31. dfde331 tipc: modify socket iterator for sock_diag by GhantaKrishnamurthy MohanKrishna · 7 years ago
  32. e0645d9 Merge tag 'mac80211-for-davem-2018-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  33. 1453074 devlink: Remove top_hierarchy arg to devlink_resource_register by David Ahern · 7 years ago
  34. 68e2ffd net/ipv6: Handle onlink flag with multipath routes by David Ahern · 7 years ago
  35. 8936ef7 ipv6: sr: fix NULL pointer dereference when setting encap source address by David Lebrun · 7 years ago
  36. 191f86c ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state by David Lebrun · 7 years ago
  37. 755f663 Merge tag 'batadv-next-for-davem-20180319' of git://git.open-mesh.org/linux-merge by David S. Miller · 7 years ago
  38. ee54a9f Merge tag 'batadv-net-for-davem-20180319' of git://git.open-mesh.org/linux-merge by David S. Miller · 7 years ago
  39. bdf5bd7 rds: tcp: remove register_netdevice_notifier infrastructure. by Sowmini Varadhan · 7 years ago
  40. aa65f63 net: Convert nf_ct_net_ops by Kirill Tkhai · 7 years ago
  41. 0801263 net: Convert lowpan_frags_ops by Kirill Tkhai · 7 years ago
  42. 1ae77627 net: Convert can_pernet_ops by Kirill Tkhai · 7 years ago
  43. f29cdfb net/sched: fix idr leak in the error path of tcf_skbmod_init() by Davide Caratti · 7 years ago
  44. d7f2001 net/sched: fix idr leak in the error path of tcf_vlan_init() by Davide Caratti · 7 years ago
  45. 1e46ef1 net/sched: fix idr leak in the error path of __tcf_ipt_init() by Davide Caratti · 7 years ago
  46. 94fa3f9 net/sched: fix idr leak in the error path of tcp_pedit_init() by Davide Caratti · 7 years ago
  47. 5bf7f81 net/sched: fix idr leak in the error path of tcf_act_police_init() by Davide Caratti · 7 years ago
  48. 60e10b3 net/sched: fix idr leak in the error path of tcf_simp_init() by Davide Caratti · 7 years ago
  49. bbc09e7 net/sched: fix idr leak on the error path of tcf_bpf_init() by Davide Caratti · 7 years ago
  50. 454bfe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  51. 7c181f4 mac80211: add ieee80211_hw flag for QoS NDP support by Ben Caradoc-Davies · 7 years ago
  52. 5f2fb80 ipv6: old_dport should be a __be16 in __ip6_datagram_connect() by Stefano Brivio · 7 years ago
  53. 7fe4d6d devlink: Remove redundant free on error path by Arkadi Sharshevsky · 7 years ago
  54. 015632b bpf: sk_msg program helper bpf_sk_msg_pull_data by John Fastabend · 7 years ago
  55. 91843d5 bpf: sockmap, add msg_cork_bytes() helper by John Fastabend · 7 years ago
  56. 2a10031 bpf: sockmap, add bpf_msg_apply_bytes() helper by John Fastabend · 7 years ago
  57. 4f738ad bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data by John Fastabend · 7 years ago
  58. 8c05dbf net: generalize sk_alloc_sg to work with scatterlist rings by John Fastabend · 7 years ago
  59. 312fc2b net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAG by John Fastabend · 7 years ago
  60. 2c3682f sock: make static tls function alloc_sg generic sock helper by John Fastabend · 7 years ago
  61. fc04fdb batman-adv: Fix skbuff rcsum on packet reroute by Sven Eckelmann · 7 years ago
  62. 48881ed batman-adv: Add missing include for EPOLL* constants by Sven Eckelmann · 7 years ago
  63. d47d08c sctp: use proc_remove_subtree() by Al Viro · 7 years ago
  64. 2d43361 net/sched: fix NULL dereference on the error path of tcf_skbmod_init() by Davide Caratti · 7 years ago
  65. 1f110e7 net/sched: fix NULL dereference in the error path of tcf_sample_init() by Davide Caratti · 7 years ago
  66. abdadd3 net/sched: fix NULL dereference in the error path of tunnel_key_init() by Davide Caratti · 7 years ago
  67. aab378a net/sched: fix NULL dereference in the error path of tcf_csum_init() by Davide Caratti · 7 years ago
  68. 1edf8ab net/sched: fix NULL dereference in the error path of tcf_vlan_init() by Davide Caratti · 7 years ago
  69. 53d0e83 rds: tcp: must use spin_lock_irq* and not spin_lock_bh with rds_tcp_conn_lock by Sowmini Varadhan · 7 years ago
  70. e50e73e tipc: some name changes by Jon Maloy · 7 years ago
  71. 935439c tipc: merge two lists in struct publication by Jon Maloy · 7 years ago
  72. ba765ec tipc: remove zone_list member in struct publication by Jon Maloy · 7 years ago
  73. 64a52b26d5 tipc: remove zone publication list in name table by Jon Maloy · 7 years ago
  74. 928df18 tipc: obsolete TIPC_ZONE_SCOPE by Jon Maloy · 7 years ago
  75. 6c77e79 net: Convert ip_vs_ftp_ops by Kirill Tkhai · 7 years ago
  76. d0edfbb net: Convert ipvs_core_dev_ops by Kirill Tkhai · 7 years ago
  77. 554855c net: Convert ipvs_core_ops by Kirill Tkhai · 7 years ago
  78. ec71665 net: Convert ovs_net_ops by Kirill Tkhai · 7 years ago
  79. 8cec2f4 net: Convert mpls_net_ops by Kirill Tkhai · 7 years ago
  80. 489b30b net: Convert l2tp_net_ops by Kirill Tkhai · 7 years ago
  81. cce6294c net: sched: fix uses after free by Eric Dumazet · 7 years ago
  82. 6f27d2c batman-adv: fix header size check in batadv_dbg_arp() by Matthias Schiffer · 7 years ago
  83. bc44b78 batman-adv: update data pointers after skb_cow() by Matthias Schiffer · 7 years ago
  84. 5379457 net-tcp_bbr: set tp->snd_ssthresh to BDP upon STARTUP exit by Yousuk Seung · 7 years ago
  85. 7156d19 tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATS by Yousuk Seung · 7 years ago
  86. aaa4d33 net/smc: enable ipv6 support for smc by Karsten Graul · 7 years ago
  87. 1a26d02 net/smc: add ipv6 support to CLC layer by Karsten Graul · 7 years ago
  88. c246d94 net/smc: restructure netinfo for CLC proposal msgs by Karsten Graul · 7 years ago
  89. 6e5d58f skbuff: Fix not waking applications when errors are enqueued by Vinicius Costa Gomes · 7 years ago
  90. 02a2385 netlink: avoid a double skb free in genlmsg_mcast() by Nicolas Dichtel · 7 years ago
  91. b0f3deb net: Use rtnl_lock_killable() in register_netdev() by Kirill Tkhai · 7 years ago
  92. 79ffdfc net: Add rtnl_lock_killable() by Kirill Tkhai · 7 years ago
  93. 1e80295 udp: Move the udp sysctl to namespace. by Tonghao Zhang · 7 years ago
  94. fa6a91e net/iucv: Free memory obtained by kzalloc by Arvind Yadav · 7 years ago
  95. 1893ff2 net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flags by David Ahern · 7 years ago
  96. 232378e net/ipv6: Change address check to always take a device argument by David Ahern · 7 years ago
  97. 9fbb704 net/ipv6: Refactor gateway validation on route add by David Ahern · 7 years ago
  98. 2cc683e kcm: lock lower socket in kcm_attach by Tom Herbert · 7 years ago
  99. cbe7128 vlan: Fix out of order vlan headers with reorder header off by Toshiaki Makita · 7 years ago
  100. 4bbb3e0 net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off by Toshiaki Makita · 7 years ago