1. 205c380 bpf: add csum_diff helper to xdp as well by Daniel Borkmann · 7 years ago
  2. 61f3c96 bpf: allow socket_filter programs to use bpf_prog_test_run by Alexei Starovoitov · 7 years ago
  3. 4215727 net: Remove spinlock from get_net_ns_by_id() by Kirill Tkhai · 7 years ago
  4. 0c06bea9 net: Fix possible race in peernet2id_alloc() by Kirill Tkhai · 7 years ago
  5. 51ab299 net: sched: allow ingress and clsact qdiscs to share filter blocks by Jiri Pirko · 7 years ago
  6. d47a6b0 net: sched: introduce ingress/egress block index attributes for qdisc by Jiri Pirko · 7 years ago
  7. 7960d1d net: sched: use block index as a handle instead of qdisc when block is shared by Jiri Pirko · 7 years ago
  8. caa7260 net: sched: keep track of offloaded filters and check tc offload feature by Jiri Pirko · 7 years ago
  9. edf6711 net: sched: remove classid and q fields from tcf_proto by Jiri Pirko · 7 years ago
  10. f36fe1c net: sched: introduce block mechanism to handle netif_keep_dst calls by Jiri Pirko · 7 years ago
  11. 9d3aaff net: sched: avoid usage of tp->q in tcf_classify by Jiri Pirko · 7 years ago
  12. 4861738 net: sched: introduce shared filter blocks infrastructure by Jiri Pirko · 7 years ago
  13. a9b1944 net: sched: introduce support for multiple filter chain pointers registration by Jiri Pirko · 7 years ago
  14. 416ef9b net: sched: red: don't reset the backlog on every stat dump by Jakub Kicinski · 7 years ago
  15. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  16. 7018d1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  17. b45a53b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  18. 81d947e net, sched: fix panic when updating miniq {b,q}stats by Daniel Borkmann · 7 years ago
  19. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  20. e88f2be tipc: fix race condition at topology server receive by Jon Maloy · 7 years ago
  21. 161f72e Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  22. c5006b8 sctp: do not allow the v4 socket to bind a v4mapped v6 address by Xin Long · 7 years ago
  23. a0ff660 sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbuf by Xin Long · 7 years ago
  24. 625637bf sctp: reinit stream if stream outcnt has been change by sinit in sendmsg by Xin Long · 7 years ago
  25. 56dc7cd devlink: Add relation between dpipe and resource by Arkadi Sharshevsky · 7 years ago
  26. 2d8dc5b devlink: Add support for reload by Arkadi Sharshevsky · 7 years ago
  27. d9f9b9a devlink: Add support for resource abstraction by Arkadi Sharshevsky · 7 years ago
  28. 2406e7e devlink: Add per devlink instance lock by Arkadi Sharshevsky · 7 years ago
  29. 79d891c Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 7 years ago
  30. cd9ff4d ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANY by Jim Westfall · 7 years ago
  31. 096b985 net: Allow neigh contructor functions ability to modify the primary_key by Jim Westfall · 7 years ago
  32. 95a3320 Revert "openvswitch: Add erspan tunnel support." by William Tu · 7 years ago
  33. 6802f3a ipv6: Fix build with gcc-4.4.5 by Ido Schimmel · 7 years ago
  34. e9a0344 tipc: fix bug during lookup of multicast destination nodes by Jon Maloy · 7 years ago
  35. 273c28b net: Convert atomic_t net::count to refcount_t by Kirill Tkhai · 7 years ago
  36. 30be8f8 net/tls: Fix inverted error codes to avoid endless loop by r.hering@avm.de · 7 years ago
  37. 95ef498 ipv6: ip6_make_skb() needs to clear cork.base.dst by Eric Dumazet · 7 years ago
  38. 594831a sctp: removed unused var from sctp_make_auth by Marcelo Ricardo Leitner · 7 years ago
  39. 37f47bc sctp: avoid compiler warning on implicit fallthru by Marcelo Ricardo Leitner · 7 years ago
  40. 6503a30 net: ipv4: Make "ip route get" match iif lo rules again. by Lorenzo Colitti · 7 years ago
  41. cbbdf84 netlink: extack needs to be reset each time through loop by David Ahern · 7 years ago
  42. 59b3661 tipc: fix a memory leak in tipc_nl_node_get_link() by Cong Wang · 7 years ago
  43. febafc8 tipc: fix a potental access after delete in tipc_sk_join() by Jon Maloy · 7 years ago
  44. 749439b ipv6: fix udpv6 sendmsg crash caused by too small MTU by Mike Maloney · 7 years ago
  45. d542296 9p: add missing module license for xen transport by Stephen Hemminger · 7 years ago
  46. 59b179b4 cfg80211: check dev_set_name() return value by Johannes Berg · 7 years ago
  47. 51a1aaa mac80211_hwsim: validate number of different channels by Johannes Berg · 7 years ago
  48. 7a94b8c nl80211: take RCU read lock when calling ieee80211_bss_get_ie() by Dominik Brodowski · 7 years ago
  49. a48a52b cfg80211: fully initialize old channel for event by Johannes Berg · 7 years ago
  50. 564737f Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  51. 7fdb61b net: sch: prio: Add offload ability to PRIO qdisc by Nogah Frankel · 7 years ago
  52. 9e8f8f1 Merge tag 'char-misc-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  53. daaf24c bpf: simplify xdp_convert_ctx_access for xdp_rxq_info by Jesper Dangaard Brouer · 7 years ago
  54. d584527 net: Cap number of queues even with accel_priv by Alexander Duyck · 7 years ago
  55. 9c70f1a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  56. 19d28fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  57. 8c2e6c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  58. cbd0a6a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  59. ce4bb04 Fix a leak in socket(2) when we fail to allocate a file descriptor. by Al Viro · 7 years ago
  60. f8253df net: sch: red: Change offloaded xstats to be incremental by Nogah Frankel · 7 years ago
  61. ccc12b1 ipv6: sr: fix TLVs not being copied using setsockopt by Mathieu Xhonneux · 7 years ago
  62. 862c03e ipv6: fix possible mem leaks in ipv6_make_skb() by Eric Dumazet · 7 years ago
  63. 809a79e tcp: make local function tcp_recv_timestamp static by Wei Yongjun · 7 years ago
  64. 78bbb15 8021q: fix a memory leak for VLAN 0 device by Cong Wang · 7 years ago
  65. 398958a ipv6: Add support for non-equal-cost multipath by Ido Schimmel · 7 years ago
  66. 3d709f6 ipv6: Use hash-threshold instead of modulo-N by Ido Schimmel · 7 years ago
  67. 7696c06 ipv6: Use a 31-bit multipath hash by Ido Schimmel · 7 years ago
  68. d7dedee ipv6: Calculate hash thresholds for IPv6 nexthops by Ido Schimmel · 7 years ago
  69. b0d55b5 caif_usb: use strlcpy() instead of strncpy() by Xiongfeng Wang · 7 years ago
  70. 65d51f2 Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 7 years ago
  71. c76f97c sctp: make use of pre-calculated len by Marcelo Ricardo Leitner · 7 years ago
  72. 5960cef sctp: add a ceiling to optlen in some sockopts by Marcelo Ricardo Leitner · 7 years ago
  73. 2e83acb sctp: GFP_ATOMIC is not needed in sctp_setsockopt_events by Marcelo Ricardo Leitner · 7 years ago
  74. 661e4e3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  75. 76a4201 xfrm: Fix a race in the xdst pcpu cache. by Steffen Klassert · 7 years ago
  76. 82aaff2 net: free RX queue structures by Jakub Kicinski · 7 years ago
  77. 141b52a net: use the right variant of kfree by Jakub Kicinski · 7 years ago
  78. 1e532d2 af_key: Fix memory leak in key_notify_policy. by Steffen Klassert · 7 years ago
  79. 290af86 bpf: introduce BPF_JIT_ALWAYS_ON config by Alexei Starovoitov · 7 years ago
  80. eb929a9 tipc: improve poll() for group member socket by Jon Maloy · 7 years ago
  81. 232d07b tipc: improve groupcast scope handling by Jon Maloy · 7 years ago
  82. 8348500 tipc: add option to suppress PUBLISH events for pre-existing publications by Jon Maloy · 7 years ago
  83. d12d2e1 tipc: send out join messages as soon as new member is discovered by Jon Maloy · 7 years ago
  84. c2b22bc tipc: simplify group LEAVE sequence by Jon Maloy · 7 years ago
  85. 7ad32bc tipc: create group member event messages when they are needed by Jon Maloy · 7 years ago
  86. 0233493 tipc: adjustment to group member FSM by Jon Maloy · 7 years ago
  87. 4ea5dab tipc: let group member stay in JOINED mode if unable to reclaim by Jon Maloy · 7 years ago
  88. 8d5dee2 tipc: a couple of cleanups by Jon Maloy · 7 years ago
  89. 4512c43 ipv6: remove null_entry before adding default route by Wei Wang · 7 years ago
  90. 20b50d7 net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg() by Nicolai Stange · 7 years ago
  91. 37e2d99 ethtool: Ensure new ring parameters are within bounds during SRINGPARAM by Eugenia Emantayev · 7 years ago
  92. 3dc2fa47 net: caif: use strlcpy() instead of strncpy() by Xiongfeng Wang · 7 years ago
  93. 709af18 ipv6: use ARRAY_SIZE for array sizing calculation on array seg6_action_table by Colin Ian King · 7 years ago
  94. b8fd082 net: core: fix module type in sock_diag_bind by Andrii Vladyka · 7 years ago
  95. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  96. 374d1b5 esp: Fix GRO when the headers not fully in the linear part of the skb. by Steffen Klassert · 7 years ago
  97. c5a9f6f net/core: Add drop counters to VF statistics by Eugenia Emantayev · 8 years ago
  98. ef7f8ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  99. f4803f1 net: tipc: remove unused hardirq.h by Yang Shi · 7 years ago
  100. 419091f net: ovs: remove unused hardirq.h by Yang Shi · 7 years ago