1. 3b48ab2 drop_monitor: consider inserted data in genlmsg_end by Reiter Wolfgang · 8 years ago
  2. d0af683 flow_dissector: Update pptp handling to avoid null pointer deref. by Ian Kumlien · 8 years ago
  3. 4200462 drop_monitor: add missing call to genlmsg_end by Reiter Wolfgang · 8 years ago
  4. 4775cc1 rtnl: stats - add missing netlink message size checks by Mathias Krause · 8 years ago
  5. 8f18e4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  6. be26727 net: xdp: remove unused bfp_warn_invalid_xdp_buffer() by Jason Wang · 8 years ago
  7. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  8. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  9. 53f800e neigh: Send netevent after marking neigh as dead by Ido Schimmel · 8 years ago
  10. 52f40e9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  11. f23bc46 net: xdp: add invalid buffer warning by John Fastabend · 8 years ago
  12. dcdaa2f Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  13. fba143c netns: avoid disabling irq for netns id by Paul Moore · 8 years ago
  14. e71c397 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  15. 6cdf89b Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  16. 3174fed net: skb_condense() can also deal with empty skbs by Eric Dumazet · 8 years ago
  17. 17bedab bpf: xdp: Allow head adjustment in XDP prog by Martin KaFai Lau · 8 years ago
  18. c8c8b12 udp: under rx pressure, try to condense skbs by Eric Dumazet · 8 years ago
  19. 13bfff2 net: rfs: add a jump label by Eric Dumazet · 8 years ago
  20. 972d387 flow dissector: ICMP support by Simon Horman · 8 years ago
  21. a297569 net/udp: do not touch skb->peeked unless really needed by Eric Dumazet · 8 years ago
  22. 1afaf66 bpf: remove type arg from __is_valid_{,xdp_}access by Daniel Borkmann · 8 years ago
  23. 1c0d32f net_sched: gen_estimator: complete rewrite of rate estimators by Eric Dumazet · 8 years ago
  24. 12efa1f net_sched: gen_estimator: account for timer drifts by Eric Dumazet · 8 years ago
  25. 6af2d5f netns: fix net_generic() "id - 1" bloat by Alexey Dobriyan · 8 years ago
  26. 9bfc7b9 netns: add dummy struct inside "struct net_generic" by Alexey Dobriyan · 8 years ago
  27. 1a9a059 netns: publish net_generic correctly by Alexey Dobriyan · 8 years ago
  28. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  29. b98b0bc net: avoid signed overflows for SO_{SND|RCV}BUFFORCE by Eric Dumazet · 8 years ago
  30. aa4c103 bpf: Add support for reading socket family, type, protocol by David Ahern · 8 years ago
  31. 61023658 bpf: Add new cgroup attach type to enable sock modifications by David Ahern · 8 years ago
  32. 25429d7 tcp: allow to turn tcp timestamp randomization off by Florian Westphal · 8 years ago
  33. 95a22ca tcp: randomize tcp timestamp offsets for each connection by Florian Westphal · 8 years ago
  34. 83a1a1a sock: reset sk_err for ICMP packets read from error queue by Soheil Hassas Yeganeh · 8 years ago
  35. 3a0af8f bpf: BPF for lightweight tunnel infrastructure by Thomas Graf · 8 years ago
  36. 6919756 net/rtnetlink: fix attribute name in nlmsg_size() comments by Tobias Klauser · 8 years ago
  37. 2934c9d rtnetlink: return the correct error code by Zhang Shengju · 8 years ago
  38. 18502ac neigh: remove duplicate check for same neigh by Zhang Shengju · 8 years ago
  39. 85de857 bpf, xdp: allow to pass flags to dev_change_xdp_fd by Daniel Borkmann · 8 years ago
  40. 1c88580 tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING by Francis Yan · 8 years ago
  41. c491680 bpf: reuse dev_is_mac_header_xmit for redirect by Daniel Borkmann · 8 years ago
  42. 8eb4adf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  43. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  44. 8006f6b net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGS by Miroslav Lichvar · 8 years ago
  45. f52dffe net: properly flush delay-freed skbs by Eric Dumazet · 8 years ago
  46. c11cd3a net: filter: run cgroup eBPF ingress programs by Daniel Mack · 8 years ago
  47. 0e33661 bpf: add new prog type for cgroup socket filtering by Daniel Mack · 8 years ago
  48. 4b65246 ethtool: Protect {get, set}_phy_tunable with PHY device mutex by Florian Fainelli · 8 years ago
  49. 59bfde0 devlink: Add E-Switch inline mode control by Roi Dayan · 8 years ago
  50. 3df5b3c net: Add net-device param to the get offloaded stats ndo by Or Gerlitz · 8 years ago
  51. f8071cd tcp: enhance tcp_collapse_retrans() with skb_shift() by Eric Dumazet · 8 years ago
  52. 93af205 rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit() by Zhang Shengju · 8 years ago
  53. 6b22648 flowcache: Increase threshold for refusing new allocations by Miroslav Urbanek · 8 years ago
  54. c9b8af1 flow_dissect: call init_default_flow_dissectors() earlier by Eric Dumazet · 8 years ago
  55. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  56. 3f0ae05 rtnl: fix the loop index update error in rtnl_dump_ifinfo() by Zhang Shengju · 8 years ago
  57. e0d7924 net: make struct napi_alloc_cache::skb_count unsigned int by Alexey Dobriyan · 8 years ago
  58. f82ef3e rtnetlink: fix FDB size computation by Sabrina Dubroca · 8 years ago
  59. 65feddd ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunable by Raju Lakkaraju · 8 years ago
  60. 968ad9d ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE by Raju Lakkaraju · 8 years ago
  61. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  62. cfc44a4 net: check dead netns for peernet2id_alloc() by WANG Cong · 8 years ago
  63. 89c4b44 netpoll: more efficient locking by Eric Dumazet · 8 years ago
  64. 364b605 net: busy-poll: return busypolling status to drivers by Eric Dumazet · 8 years ago
  65. 217f697 net: busy-poll: allow preemption in sk_busy_loop() by Eric Dumazet · 8 years ago
  66. b3cfaa3 rtnetlink: fix rtnl message size computation for XDP by Sabrina Dubroca · 8 years ago
  67. 7e75f74 rtnetlink: fix rtnl_vfinfo_size by Sabrina Dubroca · 8 years ago
  68. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  69. d9dc8b0 net: fix sleeping for sk_wait_event() by WANG Cong · 8 years ago
  70. 34fad54 net: __skb_flow_dissect() must cap its return value by Eric Dumazet · 8 years ago
  71. 4e3264d bpf: Fix bpf_redirect to an ipip/ip6tnl dev by Martin KaFai Lau · 8 years ago
  72. 149d6ad net: napi_hash_add() is no longer exported by Eric Dumazet · 8 years ago
  73. 6c8702c ipv6: sr: add support for SRH encapsulation and injection with lwtunnels by David Lebrun · 8 years ago
  74. f567e95 rtnl: reset calcit fptr in rtnl_unregister() by Mathias Krause · 8 years ago
  75. d61d072 net-gro: avoid reorders by Eric Dumazet · 8 years ago
  76. a4fc1bf net/flowcache: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  77. f0bf90d net/dev: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  78. 35b8073 net: core: add missing check for uid_range in rule_exists. by Lorenzo Colitti · 8 years ago
  79. f5f9930 sock: do not set sk_err in sock_dequeue_err_skb by Soheil Hassas Yeganeh · 8 years ago
  80. 1159708 net/qdisc: IFF_NO_QUEUE drivers should use consistent TX queue len by Jesper Dangaard Brouer · 8 years ago
  81. 7c13f97 udp: do fwd memory scheduling on dequeue by Paolo Abeni · 8 years ago
  82. 622ec2c net: core: add UID to flows, rules, and routes by Lorenzo Colitti · 8 years ago
  83. 86741ec net: core: Add a UID field to struct sock. by Lorenzo Colitti · 8 years ago
  84. c3f24cf dccp: do not release listeners too soon by Eric Dumazet · 8 years ago
  85. 4f2e4ad net: mangle zero checksum in skb_checksum_help() by Eric Dumazet · 8 years ago
  86. e551c32 net: clear sk_err_soft in sk_clone_lock() by Eric Dumazet · 8 years ago
  87. 184c449 net: Add support for XPS with QoS via traffic classes by Alexander Duyck · 8 years ago
  88. 6234f87 net: Refactor removal of queues from XPS map and apply on num_tc changes by Alexander Duyck · 8 years ago
  89. 8d059b0 net: Add sysfs value to determine queue traffic class by Alexander Duyck · 8 years ago
  90. 9cf1f6a net: Move functions for configuring traffic classes out of inline headers by Alexander Duyck · 8 years ago
  91. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  92. 2a26d99 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  93. 46b5ab1 net: dev: Fix non-RCU based lower dev walker by David Ahern · 8 years ago
  94. b917783 flow_dissector: __skb_get_hash_symmetric arg can be const by Florian Westphal · 8 years ago
  95. 104ba78 packet: on direct_xmit, limit tso and csum to supported devices by Willem de Bruijn · 8 years ago
  96. 002d8a1 net: skip genenerating uevents for network namespaces that are exiting by Andrey Vagin · 8 years ago
  97. bc72f3d flow_dissector: fix vlan tag handling by Arnd Bergmann · 8 years ago
  98. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  99. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  100. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago