1. a88086e net: off by one in inet6_pton() by Dan Carpenter · 8 years ago
  2. 65f619d Merge branch 'for-linus' into for-4.12/block by Jens Axboe · 8 years ago
  3. b1a951f net/utils: generic inet_pton_with_scope helper by Sagi Grimberg · 8 years ago
  4. a97e50c socket, bpf: fix sk_filter use after free in sk_clone_lock by Daniel Borkmann · 8 years ago
  5. a05d4fd cgroup, net_cls: iterate the fds of only the tasks which are being migrated by Tejun Heo · 8 years ago
  6. 4ef1b28 tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS by Soheil Hassas Yeganeh · 8 years ago
  7. 8605330a tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs by Soheil Hassas Yeganeh · 8 years ago
  8. 22a0e18 net: properly release sk_frag.page by Eric Dumazet · 8 years ago
  9. 37c343b net: Resend IGMP memberships upon peer notification. by Vlad Yasevich · 8 years ago
  10. 91864f5 net: use net->count to check whether a netns is alive or not by Andrey Vagin · 8 years ago
  11. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  12. 9ac25fc net: fix socket refcounting in skb_complete_tx_timestamp() by Eric Dumazet · 8 years ago
  13. dd4f107 net: fix socket refcounting in skb_complete_wifi_ack() by Eric Dumazet · 8 years ago
  14. 8d70eeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  15. 94352d4 net: Introduce sk_clone_lock() error path routine by Arnaldo Carvalho de Melo · 8 years ago
  16. f719ff9b sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  17. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  18. 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 8 years ago
  19. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  20. 13baa00 net: net_enable_timestamp() can be called from irq contexts by Eric Dumazet · 8 years ago
  21. 39e6c82 net: solve a NAPI race by Eric Dumazet · 8 years ago
  22. 9c47137 bpf: Fix bpf_xdp_event_output by Martin KaFai Lau · 8 years ago
  23. 559c59b net: napi_watchdog() can use napi_schedule_irqoff() by Eric Dumazet · 8 years ago
  24. 8ccde4c net: sock: Use USEC_PER_SEC macro instead of literal 1000000 by Gao Feng · 8 years ago
  25. d1892e4 rtnl: simplify error return path in rtnl_create_link() by Tobias Klauser · 8 years ago
  26. 025331d rtnl: don't account unused struct ifla_port_vsi in rtnl_port_size by Daniel Borkmann · 8 years ago
  27. 74451e66 bpf: make jited programs visible in traces by Daniel Borkmann · 8 years ago
  28. c78f8bd bpf: mark all registered map/prog types as __ro_after_init by Daniel Borkmann · 8 years ago
  29. 99d5cee Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  30. 3f64116 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  31. 7627ae6 net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notification by Marcus Huewe · 8 years ago
  32. 25393d3 net: Prepare gro for packet consuming gro callbacks by Steffen Klassert · 8 years ago
  33. 37fabbf net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSY by Eric Dumazet · 8 years ago
  34. 4456f61 devlink: allow to fillup eswitch attrs even if mode_get op does not exist by Jiri Pirko · 8 years ago
  35. 1a6aa36 devlink: use nla_put_failure goto label instead of out by Jiri Pirko · 8 years ago
  36. 21e3d2d devlink: rename devlink_eswitch_fill to devlink_nl_eswitch_fill by Jiri Pirko · 8 years ago
  37. adf200f devlink: fix the name of eswitch commands by Jiri Pirko · 8 years ago
  38. 43cc277 net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.h by Russell King · 8 years ago
  39. f4563a7 net: Fix checkpatch, Missing a blank line after declarations by tcharding · 8 years ago
  40. eb13da1 net: Fix checkpatch block comments warnings by tcharding · 8 years ago
  41. 643aa9c net: Fix checkpatch whitespace errors by tcharding · 8 years ago
  42. 722c9a0 net: Fix checkpatch WARNING: please, no space before tabs by tcharding · 8 years ago
  43. 97e219b gro_cells: move to net/core/gro_cells.c by Eric Dumazet · 8 years ago
  44. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  45. 51ce8bd net: pending_confirm is not used anymore by Julian Anastasov · 8 years ago
  46. 9b8805a sock: add sk_dst_pending_confirm flag by Julian Anastasov · 8 years ago
  47. 6962946 udp: properly cope with csum errors by Eric Dumazet · 8 years ago
  48. a8eca32 net: remove ndo_neigh_{construct, destroy} from stacked devices by Ido Schimmel · 8 years ago
  49. 02c1602 net: remove __napi_complete() by Eric Dumazet · 8 years ago
  50. 6e7bc47 net: skb_needs_check() accepts CHECKSUM_NONE for tx by Eric Dumazet · 8 years ago
  51. 79e7fff4 net: remove support for per driver ndo_busy_poll() by Eric Dumazet · 8 years ago
  52. 52e01b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  53. 5fa8bbd net: use a work queue to defer net_disable_timestamp() work by Eric Dumazet · 8 years ago
  54. 3808d34 ethtool: do not vzalloc(0) on registers dump by Stanislaw Gruszka · 8 years ago
  55. 8fe809a net: add LINUX_MIB_PFMEMALLOCDROP counter by Eric Dumazet · 8 years ago
  56. b9ea2a7 net: remove useless pfmemalloc setting by Eric Dumazet · 8 years ago
  57. cb9c683 skbuff: add and use skb_nfct helper by Florian Westphal · 8 years ago
  58. b2504a5 net: reduce skb_warn_bad_offload() noise by Eric Dumazet · 8 years ago
  59. 160ca01 rtnetlink: Handle IFLA_MASTER parameter when processing rtnl_newlink by Theuns Verwoerd · 8 years ago
  60. 04cdf13 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  61. 4d1ceea net: ethtool: convert large order kmalloc allocations to vzalloc by Alexei Starovoitov · 8 years ago
  62. 30357d7 lwtunnel: remove device arg to lwtunnel_build_state by David Ahern · 8 years ago
  63. f991bb9 net: Drop secpath on free after gro merge. by Steffen Klassert · 8 years ago
  64. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  65. 158f323 net: adjust skb->truesize in pskb_expand_head() by Eric Dumazet · 8 years ago
  66. 85c8140 lwtunnel: Fix oops on state free after encap module unload by Robert Shearman · 8 years ago
  67. 88ff733 net: Specify the owning module for lwtunnel ops by Robert Shearman · 8 years ago
  68. d1b662a bpf: allow option for setting bpf_l4_csum_replace from scratch by Daniel Borkmann · 8 years ago
  69. 2492d3b bpf: enable load bytes helper for filter/reuseport progs by Daniel Borkmann · 8 years ago
  70. 4faf940 bpf: simplify __is_valid_access test on cb by Daniel Borkmann · 8 years ago
  71. 1b7cd00 net: remove duplicate code. by Mahesh Bandewar · 8 years ago
  72. 9af15c3 device: Implement a bus agnostic dev_num_vf routine by Phil Sutter · 8 years ago
  73. 9ed5959 lwtunnel: fix autoload of lwt modules by David Ahern · 8 years ago
  74. 7be2c82 net: fix harmonize_features() vs NETIF_F_HIGHDMA by Eric Dumazet · 8 years ago
  75. 31a86d1 net: ethtool: Initialize buffer when querying device channel settings by Eran Ben Elisha · 8 years ago
  76. aefb4d4 net: AF-specific RTM_GETSTATS attributes by Robert Shearman · 8 years ago
  77. 57b68ec flow dissector: check if arp_eth is null rather than arp by Colin Ian King · 8 years ago
  78. c1ce156 secure_seq: fix sparse errors by Eric Dumazet · 8 years ago
  79. 79471b1 lwt_bpf: bpf_lwt_prog_cmp() can be static by Wei Yongjun · 8 years ago
  80. 62c7989 bpf: allow b/h/w/dw access for bpf's cb in ctx by Daniel Borkmann · 8 years ago
  81. 6b8cc1d bpf: pass original insn directly to convert_ctx_access by Daniel Borkmann · 8 years ago
  82. 526735d net: fix AF_SMC related typo by Ursula Braun · 8 years ago
  83. 738b35c net: core: Make netif_wake_subqueue a wrapper by Florian Fainelli · 8 years ago
  84. 02ac5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  85. ba836a6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  86. 5573335 flow disector: ARP support by Simon Horman · 8 years ago
  87. 7cfd5fd gro: use min_t() in skb_gro_reset_offset() by Eric Dumazet · 8 years ago
  88. 8c2dd3e mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_free by Alexander Duyck · 8 years ago
  89. 1272ce8 gro: Enter slow-path if there is no tailroom by Herbert Xu · 8 years ago
  90. 5d722b3 net: add the AF_QIPCRTR entries to family name tables by Anna, Suman · 8 years ago
  91. d9584d8 net: skb_flow_get_be16() can be static by Eric Dumazet · 8 years ago
  92. 39f19ebb bpf: rename ARG_PTR_TO_STACK by Alexei Starovoitov · 8 years ago
  93. ac71387 smc: establish new socket family by Ursula Braun · 8 years ago
  94. 4b9d07a net: introduce keepalive function in struct proto by Ursula Braun · 8 years ago
  95. 7cd23e5 secure_seq: use SipHash in place of MD5 by Jason A. Donenfeld · 8 years ago
  96. 8dc07fd net-tc: convert tc_at to tc_at_ingress by Willem de Bruijn · 8 years ago
  97. a5135bc net-tc: convert tc_verd to integer bitfields by Willem de Bruijn · 8 years ago
  98. e7246e1 net-tc: extract skip classify bit from tc_verd by Willem de Bruijn · 8 years ago
  99. 76eb75b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  100. 1ff8ceb scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr)) by yuan linyu · 8 years ago