1. ad51271 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  2. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  3. d3f6cd9 datagram: fix kernel-doc comments by stephen hemminger · 7 years ago
  4. f51048c bonding: avoid NETDEV_CHANGEMTU event when unregistering slave by WANG Cong · 7 years ago
  5. 7114f51 Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  6. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  7. 6d3f06a bpf: add missing break in for the TCP_BPF_SNDCWND_CLAMP case by Colin Ian King · 7 years ago
  8. 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  9. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  10. 5361e20 net: avoid one splat in fib_nl_delrule() by Eric Dumazet · 7 years ago
  11. 9af9959 net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64 by Alban Browaeys · 7 years ago
  12. f96da09 bpf: simplify narrower ctx access by Daniel Borkmann · 7 years ago
  13. 2be7e21 bpf: add bpf_skb_adjust_room helper by Daniel Borkmann · 7 years ago
  14. 0daf434 bpf, net: add skb_mac_header_len helper by Daniel Borkmann · 7 years ago
  15. a5192c5 bpf: fix to bpf_setsockops by Lawrence Brakmo · 7 years ago
  16. 13bf964 bpf: Adds support for setting sndcwnd clamp by Lawrence Brakmo · 7 years ago
  17. fc74781 bpf: Adds support for setting initial cwnd by Lawrence Brakmo · 7 years ago
  18. 91b5b21 bpf: Add support for changing congestion control by Lawrence Brakmo · 7 years ago
  19. 8c4b4c7 bpf: Add setsockopt helper function to bpf by Lawrence Brakmo · 7 years ago
  20. 40304b2 bpf: BPF support for sock_ops by Lawrence Brakmo · 7 years ago
  21. c122e14 net: convert net.passive from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  22. 717d1e9 net: convert fib_rule.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  23. 433cea4 net: convert netpoll_info.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  24. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  25. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  26. 2638595 net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  27. 6335479 net: convert sk_buff.users from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  28. 6343944 net: convert neigh_params.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  29. 9f23743 net: convert neighbour.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  30. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  31. 52a623b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  32. 30e7e3e ethtool: don't open-code memdup_user() by Al Viro · 7 years ago
  33. e44699d net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish() by Michal Kubeček · 7 years ago
  34. 38ef00c net: constify attribute_group structures. by Arvind Yadav · 7 years ago
  35. 6f64ec7 net: prevent sign extension in dev_get_stats() by Eric Dumazet · 7 years ago
  36. d116ffc net: add netlink_ext_ack argument to rtnl_link_ops.slave_validate by Matthias Schiffer · 7 years ago
  37. 17dd0ec net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink by Matthias Schiffer · 7 years ago
  38. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 7 years ago
  39. ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 7 years ago
  40. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 7 years ago
  41. 3fcece1 net: store port/representator id in metadata_dst by Jakub Kicinski · 7 years ago
  42. 1bc3cd4 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  43. 2399463 bpf: possibly avoid extra masking for narrower load in verifier by Yonghong Song · 7 years ago
  44. ce158e5 xdp: add reporting of offload mode by Jakub Kicinski · 7 years ago
  45. ee5d032 xdp: add HW offload mode flag for installing programs by Jakub Kicinski · 7 years ago
  46. 32d6027 xdp: pass XDP flags into install handlers by Jakub Kicinski · 7 years ago
  47. 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  48. 28b5ba2a net: introduce SO_PEERGROUPS getsockopt by David Herrmann · 7 years ago
  49. 5f729ea rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mroute by Julien Gomes · 7 years ago
  50. db833d4 rtnetlink: add IFLA_GROUP to ifla_policy by Serhey Popovych · 7 years ago
  51. fe420d8 net/core: remove explicit do_softirq() from busy_poll_stop() by Sebastian Siewior · 7 years ago
  52. bdaf32c fib_rules: Resolve goto rules target on delete by Serhey Popovych · 7 years ago
  53. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  54. 7866cc5 netns: add and use net_ns_barrier by Florian Westphal · 7 years ago
  55. a4c2fd7 net: remove DST_NOCACHE flag by Wei Wang · 7 years ago
  56. b2a9c0e net: remove DST_NOGC flag by Wei Wang · 7 years ago
  57. 5b7c9a8 net: remove dst gc related code by Wei Wang · 7 years ago
  58. 52df157 xfrm: take refcnt of dst when creating struct xfrm_dst bundle by Wei Wang · 7 years ago
  59. 4a6ce2b net: introduce a new function dst_dev_put() by Wei Wang · 7 years ago
  60. 5f56f40 net: introduce DST_NOGC in dst_release() to destroy dst based on refcnt by Wei Wang · 7 years ago
  61. 5803869 net: Add IFLA_XDP_PROG_ID by Martin KaFai Lau · 7 years ago
  62. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 7 years ago
  63. af72868 networking: make skb_pull & friends return void pointers by Johannes Berg · 7 years ago
  64. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  65. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 7 years ago
  66. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  67. 7608894 net: use skb_unref() in napi_consume_skb() by Paolo Abeni · 7 years ago
  68. 31fd858 bpf: permits narrower load from bpf program context fields by Yonghong Song · 7 years ago
  69. 68dd02d dev_ioctl: copy only the smaller struct iwreq for wext by Johannes Berg · 7 years ago
  70. 97d8b6e net: rps: fix uninitialized symbol warning by Ashwanth Goli · 7 years ago
  71. 0a463c7 udp: avoid a cache miss on dequeue by Paolo Abeni · 7 years ago
  72. 3889a803 net: factor out a helper to decrement the skb refcount by Paolo Abeni · 7 years ago
  73. ded092c bpf: add bpf_set_hash helper for tc progs by Daniel Borkmann · 7 years ago
  74. 966789f bpf: remove cg_skb_func_proto and use sk_filter_func_proto directly by Daniel Borkmann · 7 years ago
  75. 10d486a netns: fix error code when the nsid is already used by Nicolas Dichtel · 7 years ago
  76. 4a7f7bc netns: define extack error msg for nsis cmds by Nicolas Dichtel · 7 years ago
  77. 773fc8f net: rps: send out pending IPI's on CPU hotplug by ashwanth@codeaurora.org · 7 years ago
  78. f186ce6 Fix an intermittent pr_emerg warning about lo becoming free. by Krister Johansen · 7 years ago
  79. fff8803 skbuff: only inherit relevant tx_flags by Willem de Bruijn · 7 years ago
  80. 0604475 tcp: add TCPMemoryPressuresChrono counter by Eric Dumazet · 7 years ago
  81. 0eed9cf net: Zero ifla_vf_info in rtnl_fill_vfinfo() by Mintz, Yuval · 7 years ago
  82. 5d2ed05 tcp: Namespaceify sysctl_tcp_timestamps by Eric Dumazet · 7 years ago
  83. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 7 years ago
  84. c28294b net: don't call strlen on non-terminated string in dev_set_alias() by Alexander Potapenko · 7 years ago
  85. 216fe8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  86. e25ea21 net: sched: introduce a TRAP control action by Jiri Pirko · 7 years ago
  87. 6044bd4 devlink: fix potential memort leak by Haishuang Yan · 7 years ago
  88. 48a1df6 skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow by Jason A. Donenfeld · 7 years ago
  89. 5071034 neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d" by Sowmini Varadhan · 7 years ago
  90. 38b2579 sock: reset sk_err when the error queue is empty by Soheil Hassas Yeganeh · 7 years ago
  91. fbd0ac6 net-procfs: Use vsnprintf extension %phN by Joe Perches · 7 years ago
  92. 518d8a2 net/flow_dissector: add support for dissection of misc ip header fields by Or Gerlitz · 7 years ago
  93. 50bbfed bpf: track stack depth of classic bpf programs by Alexei Starovoitov · 7 years ago
  94. 8c6c918 rtnetlink: use the new rtnl_get_event() interface by Vlad Yasevich · 7 years ago
  95. 9ae2872 net: add extack arg to lwtunnel build state by David Ahern · 7 years ago
  96. c255bd6 net: lwtunnel: Add extack to encap attr validation by David Ahern · 7 years ago
  97. 3d3ea5a rtnl: Add support for netdev event to link messages by Vlad Yasevich · 7 years ago
  98. 34aa83c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  99. 3fb07da ipv4: add reference counting to metrics by Eric Dumazet · 7 years ago
  100. 41703a7 bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_data by Daniel Borkmann · 7 years ago