1. ce87fc6 gro: Make GRO aware of lightweight tunnels. by Jesse Gross · 9 years ago
  2. b4ace4f soreuseport: fix NULL ptr dereference SO_REUSEPORT after bind by Craig Gallek · 9 years ago
  3. 4e5448a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  4. 9207f9d net: preserve IP control block during GSO segmentation by Konstantin Khlebnikov · 9 years ago
  5. 80e95fe mm: memcontrol: generalize the socket accounting jump label by Johannes Weiner · 9 years ago
  6. baac50b net: tcp_memcontrol: simplify linkage between socket and page counter by Johannes Weiner · 9 years ago
  7. e805605 net: tcp_memcontrol: sanitize tcp memory accounting callbacks by Johannes Weiner · 9 years ago
  8. 3d596f7 net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label by Johannes Weiner · 9 years ago
  9. 229394e net: bpf: reject invalid shifts by Rabin Vincent · 9 years ago
  10. 9d367ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  11. 3de0359 net: pktgen: fix null ptr deref in skb allocation by John Fastabend · 9 years ago
  12. c6c3345 bpf: support ipv6 for bpf_skb_{set,get}_tunnel_key by Daniel Borkmann · 9 years ago
  13. 781c53b bpf: export helper function flags and reject invalid ones by Daniel Borkmann · 9 years ago
  14. 617cfc7 net/rtnetlink: remove unused sz_idx variable by Alexander Kuleshov · 9 years ago
  15. 1f211a1 net, sched: add clsact qdisc by Daniel Borkmann · 9 years ago
  16. f8ffad69 bpf: add skb_postpush_rcsum and fix dev_forward_skb occasions by Daniel Borkmann · 9 years ago
  17. 9e0efaf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  18. 07a5d38 net: possible use after free in dst_release by Francesco Ruggeri · 9 years ago
  19. 00ce3a1 soreuseport: change consume_skb to kfree_skb in error case by Craig Gallek · 9 years ago
  20. 538950a soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF by Craig Gallek · 9 years ago
  21. ef45614 soreuseport: define reuseport groups by Craig Gallek · 9 years ago
  22. f3a4094 ethtool: Add phy statistics by Andrew Lunn · 9 years ago
  23. 5c29482 net-sysfs: use to_net_dev in net_namespace() by Geliang Tang · 9 years ago
  24. 23bf880 bpf: fix misleading comment in bpf_convert_filter by Daniel Borkmann · 9 years ago
  25. 8b614ae bpf: move clearing of A/X into classic to eBPF migration prologue by Daniel Borkmann · 9 years ago
  26. 05c74e5 bpf: add bpf_skb_load_bytes helper by Daniel Borkmann · 9 years ago
  27. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  28. 73796d8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  29. ac5cc97 net: check both type and procotol for tcp sockets by WANG Cong · 9 years ago
  30. b337904 net: Pass ndm_state to route netlink FDB notifications. by Hubert Sokolowski · 9 years ago
  31. 64be0ae net: diag: Add the ability to destroy a socket. by Lorenzo Colitti · 9 years ago
  32. 6ae23ad net: Add driver helper functions to determine checksum offloadability by Tom Herbert · 9 years ago
  33. c8cd098 net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM by Tom Herbert · 9 years ago
  34. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  35. 53692b1 sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC by Tom Herbert · 9 years ago
  36. 6ff64f6 switchdev: Pass original device to port netdev driver by Ido Schimmel · 9 years ago
  37. f654861 skbuff: Fix offset error in skb_reorder_vlan_header by Vlad Yasevich · 9 years ago
  38. d188ba8 xfrm: add rcu protection to sk->sk_policy[] by Eric Dumazet · 9 years ago
  39. bd1060a sock, cgroup: add sock->sk_cgroup by Tejun Heo · 9 years ago
  40. 2a56a1f net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct by Tejun Heo · 9 years ago
  41. 297dbde netprio_cgroup: limit the maximum css->id to USHRT_MAX by Tejun Heo · 9 years ago
  42. 760a432 net: Fix inverted test in __skb_recv_datagram by Rainer Weikusat · 9 years ago
  43. 0b98f0c Merge branch 'master' into for-4.4-fixes by Tejun Heo · 9 years ago
  44. ea3793e core: enable more fine-grained datagram reception control by Rainer Weikusat · 9 years ago
  45. 01ce63c sctp: update the netstamp_needed counter when copying sockets by Marcelo Ricardo Leitner · 9 years ago
  46. b618aaa net: constify netif_is_* helpers net_device param by Jiri Pirko · 9 years ago
  47. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  48. 04d4826 net: introduce change lower state notifier by Jiri Pirko · 9 years ago
  49. 29bf24a net: add possibility to pass information about upper device via notifier by Jiri Pirko · 9 years ago
  50. 6dffb04 net: propagate upper priv via netdev_master_upper_dev_link by Jiri Pirko · 9 years ago
  51. b03804e net: Check CHANGEUPPER notifier return value by Ido Schimmel · 9 years ago
  52. 6bd4f35 ipv6: kill sk_dst_lock by Eric Dumazet · 9 years ago
  53. 1f7dd3e5 cgroup: fix handling of multi-destination migration from subtree_control enabling by Tejun Heo · 9 years ago
  54. 6adc5fd net/neighbour: fix crash at dumping device-agnostic proxy entries by Konstantin Khlebnikov · 9 years ago
  55. ceb5d58 net: fix sock_wake_async() rcu protection by Eric Dumazet · 9 years ago
  56. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  57. 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 9 years ago
  58. 3b13758 cgroups: Allow dynamically changing net_classid by Nina Schiff · 9 years ago
  59. 6900317 net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds by Daniel Borkmann · 9 years ago
  60. b811580 net: IPv6 fib lookup tracepoint by David Ahern · 9 years ago
  61. e2f9dc3 net: avoid NULL deref in napi_get_frags() by Eric Dumazet · 9 years ago
  62. 93d05d4 net: provide generic busy polling to all NAPI drivers by Eric Dumazet · 9 years ago
  63. 34cbe27 net: napi_hash_del() returns a boolean status by Eric Dumazet · 9 years ago
  64. 6180d9d net: move napi_hash[] into read mostly section by Eric Dumazet · 9 years ago
  65. d64b5e8 net: add netif_tx_napi_add() by Eric Dumazet · 9 years ago
  66. 93f93a4 net: move skb_mark_napi_id() into core networking stack by Eric Dumazet · 9 years ago
  67. ce6aea9 net: network drivers no longer need to implement ndo_busy_poll() by Eric Dumazet · 9 years ago
  68. 2a028ec net: allow BH servicing in sk_busy_loop() by Eric Dumazet · 9 years ago
  69. 02d62e8 net: un-inline sk_busy_loop() by Eric Dumazet · 9 years ago
  70. 52bd2d6 net: better skb->sender_cpu and skb->napi_id cohabitation by Eric Dumazet · 9 years ago
  71. 17b85d2 net/core: revert "net: fix __netdev_update_features return.." and add comment by Nikolay Aleksandrov · 9 years ago
  72. b22b941 rtnetlink: fix frame size warning in rtnl_fill_ifinfo by Hannes Frederic Sowa · 9 years ago
  73. 19125c1 net: use skb_clone to avoid alloc_pages failure. by Martin Zhang · 9 years ago
  74. a6e18ff vlan: Fix untag operations of stacked vlans with REORDER_HEADER off by Vlad Yasevich · 9 years ago
  75. 88ad417 net/core: use netdev name in warning if no parent by Bjørn Mork · 9 years ago
  76. 00ee592 net: fix __netdev_update_features return on ndo_set_features failure by Nikolay Aleksandrov · 9 years ago
  77. 5f8dc33 net: fix feature changes on devices without ndo_set_features by Nikolay Aleksandrov · 9 years ago
  78. 2df4ee7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  79. d69bbf8 net: fix a race in dst_release() by Eric Dumazet · 9 years ago
  80. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  81. e7868a8 net/core: ensure features get disabled on new lower devs by Jarod Wilson · 9 years ago
  82. 5ba3f7d net/core: fix for_each_netdev_feature by Jarod Wilson · 9 years ago
  83. 5f94c94 ptp: Change ptp_class to a proper bitmask by Stefan Sørensen · 9 years ago
  84. fd867d5 net/core: generic support for disabling netdev features down stack by Jarod Wilson · 9 years ago
  85. 9e17f8a net: make skb_set_owner_w() more robust by Eric Dumazet · 9 years ago
  86. 080a270 sock: don't enable netstamp for af_unix sockets by Hannes Frederic Sowa · 9 years ago
  87. 8941faa net: tso: add support for IPv6 by emmanuel.grumbach@intel.com · 9 years ago
  88. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  89. dd461d6 if_link: Add control trust VF by Hiroshi Shimamoto · 9 years ago
  90. fc4099f openvswitch: Fix egress tunnel info. by Pravin B Shelar · 9 years ago
  91. b1974ed netlink: Rightsize IFLA_AF_SPEC size calculation by Arad, Ronen · 9 years ago
  92. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  93. 573c7ba net: introduce pre-change upper device notifier by Jiri Pirko · 9 years ago
  94. 077cb37 ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings by Joe Perches · 9 years ago
  95. 70da268 net: SO_INCOMING_CPU setsockopt() support by Eric Dumazet · 9 years ago
  96. f28ea36 sock: support per-packet fwmark by Edward Jee · 9 years ago
  97. 1be7f75 bpf: enable non-root eBPF programs by Alexei Starovoitov · 9 years ago
  98. ff936a0 bpf: fix cb access in socket filter programs by Alexei Starovoitov · 9 years ago
  99. b6191ae net/core: make sock_diag.c explicitly non-modular by Paul Gortmaker · 9 years ago
  100. 0cbf334 net/core: lockdep_rtnl_is_held can be boolean by Yaowei Bai · 9 years ago