1. 13bfff2 net: rfs: add a jump label by Eric Dumazet · 8 years ago
  2. 972d387 flow dissector: ICMP support by Simon Horman · 8 years ago
  3. a297569 net/udp: do not touch skb->peeked unless really needed by Eric Dumazet · 8 years ago
  4. 1afaf66 bpf: remove type arg from __is_valid_{,xdp_}access by Daniel Borkmann · 8 years ago
  5. 1c0d32f net_sched: gen_estimator: complete rewrite of rate estimators by Eric Dumazet · 8 years ago
  6. 12efa1f net_sched: gen_estimator: account for timer drifts by Eric Dumazet · 8 years ago
  7. 6af2d5f netns: fix net_generic() "id - 1" bloat by Alexey Dobriyan · 8 years ago
  8. 9bfc7b9 netns: add dummy struct inside "struct net_generic" by Alexey Dobriyan · 8 years ago
  9. 1a9a059 netns: publish net_generic correctly by Alexey Dobriyan · 8 years ago
  10. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  11. b98b0bc net: avoid signed overflows for SO_{SND|RCV}BUFFORCE by Eric Dumazet · 8 years ago
  12. aa4c103 bpf: Add support for reading socket family, type, protocol by David Ahern · 8 years ago
  13. 61023658 bpf: Add new cgroup attach type to enable sock modifications by David Ahern · 8 years ago
  14. 25429d7 tcp: allow to turn tcp timestamp randomization off by Florian Westphal · 8 years ago
  15. 95a22ca tcp: randomize tcp timestamp offsets for each connection by Florian Westphal · 8 years ago
  16. 83a1a1a sock: reset sk_err for ICMP packets read from error queue by Soheil Hassas Yeganeh · 8 years ago
  17. 3a0af8f bpf: BPF for lightweight tunnel infrastructure by Thomas Graf · 8 years ago
  18. 6919756 net/rtnetlink: fix attribute name in nlmsg_size() comments by Tobias Klauser · 8 years ago
  19. 2934c9d rtnetlink: return the correct error code by Zhang Shengju · 8 years ago
  20. 18502ac neigh: remove duplicate check for same neigh by Zhang Shengju · 8 years ago
  21. 85de857 bpf, xdp: allow to pass flags to dev_change_xdp_fd by Daniel Borkmann · 8 years ago
  22. 1c88580 tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING by Francis Yan · 8 years ago
  23. c491680 bpf: reuse dev_is_mac_header_xmit for redirect by Daniel Borkmann · 8 years ago
  24. 8eb4adf Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  25. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  26. 8006f6b net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGS by Miroslav Lichvar · 8 years ago
  27. f52dffe net: properly flush delay-freed skbs by Eric Dumazet · 8 years ago
  28. c11cd3a net: filter: run cgroup eBPF ingress programs by Daniel Mack · 8 years ago
  29. 0e33661 bpf: add new prog type for cgroup socket filtering by Daniel Mack · 8 years ago
  30. 4b65246 ethtool: Protect {get, set}_phy_tunable with PHY device mutex by Florian Fainelli · 8 years ago
  31. 59bfde0 devlink: Add E-Switch inline mode control by Roi Dayan · 8 years ago
  32. 3df5b3c net: Add net-device param to the get offloaded stats ndo by Or Gerlitz · 8 years ago
  33. f8071cd tcp: enhance tcp_collapse_retrans() with skb_shift() by Eric Dumazet · 8 years ago
  34. 93af205 rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit() by Zhang Shengju · 8 years ago
  35. 6b22648 flowcache: Increase threshold for refusing new allocations by Miroslav Urbanek · 8 years ago
  36. c9b8af1 flow_dissect: call init_default_flow_dissectors() earlier by Eric Dumazet · 8 years ago
  37. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  38. 3f0ae05 rtnl: fix the loop index update error in rtnl_dump_ifinfo() by Zhang Shengju · 8 years ago
  39. e0d7924 net: make struct napi_alloc_cache::skb_count unsigned int by Alexey Dobriyan · 8 years ago
  40. f82ef3e rtnetlink: fix FDB size computation by Sabrina Dubroca · 8 years ago
  41. 65feddd ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunable by Raju Lakkaraju · 8 years ago
  42. 968ad9d ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE by Raju Lakkaraju · 8 years ago
  43. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  44. cfc44a4 net: check dead netns for peernet2id_alloc() by WANG Cong · 8 years ago
  45. 89c4b44 netpoll: more efficient locking by Eric Dumazet · 8 years ago
  46. 364b605 net: busy-poll: return busypolling status to drivers by Eric Dumazet · 8 years ago
  47. 217f697 net: busy-poll: allow preemption in sk_busy_loop() by Eric Dumazet · 8 years ago
  48. b3cfaa3 rtnetlink: fix rtnl message size computation for XDP by Sabrina Dubroca · 8 years ago
  49. 7e75f74 rtnetlink: fix rtnl_vfinfo_size by Sabrina Dubroca · 8 years ago
  50. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  51. d9dc8b0 net: fix sleeping for sk_wait_event() by WANG Cong · 8 years ago
  52. 34fad54 net: __skb_flow_dissect() must cap its return value by Eric Dumazet · 8 years ago
  53. 4e3264d bpf: Fix bpf_redirect to an ipip/ip6tnl dev by Martin KaFai Lau · 8 years ago
  54. 149d6ad net: napi_hash_add() is no longer exported by Eric Dumazet · 8 years ago
  55. 6c8702c ipv6: sr: add support for SRH encapsulation and injection with lwtunnels by David Lebrun · 8 years ago
  56. f567e95 rtnl: reset calcit fptr in rtnl_unregister() by Mathias Krause · 8 years ago
  57. d61d072 net-gro: avoid reorders by Eric Dumazet · 8 years ago
  58. 35b8073 net: core: add missing check for uid_range in rule_exists. by Lorenzo Colitti · 8 years ago
  59. f5f9930 sock: do not set sk_err in sock_dequeue_err_skb by Soheil Hassas Yeganeh · 8 years ago
  60. 1159708 net/qdisc: IFF_NO_QUEUE drivers should use consistent TX queue len by Jesper Dangaard Brouer · 8 years ago
  61. 7c13f97 udp: do fwd memory scheduling on dequeue by Paolo Abeni · 8 years ago
  62. 622ec2c net: core: add UID to flows, rules, and routes by Lorenzo Colitti · 8 years ago
  63. 86741ec net: core: Add a UID field to struct sock. by Lorenzo Colitti · 8 years ago
  64. c3f24cf dccp: do not release listeners too soon by Eric Dumazet · 8 years ago
  65. 4f2e4ad net: mangle zero checksum in skb_checksum_help() by Eric Dumazet · 8 years ago
  66. e551c32 net: clear sk_err_soft in sk_clone_lock() by Eric Dumazet · 8 years ago
  67. 184c449 net: Add support for XPS with QoS via traffic classes by Alexander Duyck · 8 years ago
  68. 6234f87 net: Refactor removal of queues from XPS map and apply on num_tc changes by Alexander Duyck · 8 years ago
  69. 8d059b0 net: Add sysfs value to determine queue traffic class by Alexander Duyck · 8 years ago
  70. 9cf1f6a net: Move functions for configuring traffic classes out of inline headers by Alexander Duyck · 8 years ago
  71. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  72. 2a26d99 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  73. 46b5ab1 net: dev: Fix non-RCU based lower dev walker by David Ahern · 8 years ago
  74. b917783 flow_dissector: __skb_get_hash_symmetric arg can be const by Florian Westphal · 8 years ago
  75. 104ba78 packet: on direct_xmit, limit tso and csum to supported devices by Willem de Bruijn · 8 years ago
  76. 002d8a1 net: skip genenerating uevents for network namespaces that are exiting by Andrey Vagin · 8 years ago
  77. bc72f3d flow_dissector: fix vlan tag handling by Arnd Bergmann · 8 years ago
  78. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  79. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  80. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  81. 6edf101 devlink: Prevent port_type_set() callback when it's not needed by Elad Raz · 8 years ago
  82. 7281a66 net: allow to kill a task which waits net_mutex in copy_new_ns by Andrey Vagin · 8 years ago
  83. 2d0e30c bpf: add helper for retrieving current numa node id by Daniel Borkmann · 8 years ago
  84. f8c3bf0 net/socket: factor out helpers for memory and queue manipulation by Paolo Abeni · 8 years ago
  85. 2a73306 netns: revert "netns: avoid disabling irq for netns id" by Paul Moore · 8 years ago
  86. fcd91dd net: add recursion limit to GRO by Sabrina Dubroca · 8 years ago
  87. e4961b0 net: core: Correctly iterate over lower adjacency list by Ido Schimmel · 8 years ago
  88. 3805a93 flow_dissector: Check skb for VLAN only if skb specified. by Eric Garver · 8 years ago
  89. 41ee9c5 soreuseport: do not export reuseport_add_sock() by Eric Dumazet · 8 years ago
  90. 67b62f9 net: dev: Improve debug statements for adjacency tracking by David Ahern · 8 years ago
  91. 0f524a8 net: Add warning if any lower device is still in adjacency list by David Ahern · 8 years ago
  92. f1170fd net: Remove all_adj_list and its references by David Ahern · 8 years ago
  93. 1a3f060 net: Introduce new api for walking upper and lower devices by David Ahern · 8 years ago
  94. 790510d net: Remove refnr arg when inserting link adjacencies by David Ahern · 8 years ago
  95. a0e65de net: report right mtu value in error message by Jakub Kicinski · 8 years ago
  96. 9a0b1e8 net: pktgen: remove rcu locking in pktgen_change_name() by Eric Dumazet · 8 years ago
  97. 1104d9b lwtunnel: Add destroy state operation by Tom Herbert · 8 years ago
  98. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  99. cf53b1d Revert "net: Add driver helper functions to determine checksum offloadability" by stephen hemminger · 8 years ago
  100. 8eed1cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago