1. 21602e1 net: dsa: Fix dsa_legacy_register() return value by Florian Fainelli · 7 years ago
  2. a56c147 net: dccp: Remove dccpprobe module by Masami Hiramatsu · 7 years ago
  3. ee549be net: dccp: Add DCCP sendmsg trace event by Masami Hiramatsu · 7 years ago
  4. fa4475f net: sctp: Remove debug SCTP probe module by Masami Hiramatsu · 7 years ago
  5. 103d750 net: sctp: Add SCTP ACK tracking trace event by Masami Hiramatsu · 7 years ago
  6. 6987990c net: tcp: Remove TCP probe module by Masami Hiramatsu · 7 years ago
  7. c3fde1b net: tcp: Add trace events for TCP congestion window tracing by Masami Hiramatsu · 7 years ago
  8. bbb6189 inet_diag: Add equal-operator for ports by Kristian Evensen · 7 years ago
  9. e0b1084 openvswitch: drop unneeded newline by Julia Lawall · 7 years ago
  10. 62262ff net: dccp: drop unneeded newline by Julia Lawall · 7 years ago
  11. 9540d97 net: sched: fix skb leak in dev_requeue_skb() by Wei Yongjun · 7 years ago
  12. 44edf2f net: sched: Move offload check till after dump call by Nogah Frankel · 7 years ago
  13. 8234af2 net_sch: red: Fix the new offload indication by Nogah Frankel · 7 years ago
  14. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  15. d66fa9e strparser: Call sock_owned_by_user_nocheck by Tom Herbert · 7 years ago
  16. f72c4ac skbuff: in skb_copy_ubufs unclone before releasing zerocopy by Willem de Bruijn · 7 years ago
  17. 8ec6957 net: sched: don't set extack message in case the qdisc will be created by Jiri Pirko · 7 years ago
  18. 517d7c7 tipc: fix hanging poll() for stream sockets by Parthasarathy Bhuvaragan · 7 years ago
  19. fcffe2e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  20. 8ddab50 tcp: do not allocate linear memory for zerocopy skbs by Willem de Bruijn · 7 years ago
  21. 02583ad tcp: place all zerocopy payload in frags by Willem de Bruijn · 7 years ago
  22. 111856c tcp: push full zerocopy packets by Willem de Bruijn · 7 years ago
  23. bf5c25d skbuff: in skb_segment, call zerocopy functions once per nskb by Willem de Bruijn · 7 years ago
  24. 8cb38a6 sctp: Replace use of sockets_allocated with specified macro. by Tonghao Zhang · 7 years ago
  25. 66261da rds: tcp: cleanup if kmem_cache_alloc fails in rds_tcp_conn_alloc() by Sowmini Varadhan · 7 years ago
  26. b319109 rds: tcp: initialize t_tcp_detached to false by Sowmini Varadhan · 7 years ago
  27. 7ae0c64 rds; Reset rs->rs_bound_addr in rds_add_bound() failure path by Sowmini Varadhan · 7 years ago
  28. f15bc54 l2tp: add peer_offset parameter by Lorenzo Bianconi · 7 years ago
  29. 820da53 l2tp: fix missing print session offset info by Hangbin Liu · 7 years ago
  30. 9f30e5c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  31. 65bbbf6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  32. 642a843 tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error path by Tommi Rantala · 7 years ago
  33. 1914255 tipc: error path leak fixes in tipc_enable_bearer() by Tommi Rantala · 7 years ago
  34. 14e138a RDS: Check cmsg_len before dereferencing CMSG_DATA by Avinash Repaka · 7 years ago
  35. 214bb1c net: erspan: remove md NULL check by William Tu · 7 years ago
  36. fb7df5e tcp: md5: Handle RCU dereference of md5sig_info by Mat Martineau · 7 years ago
  37. 09ee9dba ipv6: Reinject IPv6 packets if IPsec policy matches after SNAT by Tobias Brunner · 7 years ago
  38. 3a33a19 tipc: fix memory leak of group member when peer node is lost by Jon Maloy · 7 years ago
  39. 4853f12 net: sched: fix possible null pointer deref in tcf_block_put by Jiri Pirko · 7 years ago
  40. 0a3d805 tipc: base group replicast ack counter on number of actual receivers by Jon Maloy · 7 years ago
  41. b2fb01f net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap() by Cong Wang · 7 years ago
  42. e5a9336 ip6_gre: fix device features for ioctl setup by Alexey Kodanev · 7 years ago
  43. fba961a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  44. 5b0890a flow_dissector: Parse batman-adv unicast headers by Sven Eckelmann · 7 years ago
  45. fec149f batman-adv: Convert packet.h to uapi header by Sven Eckelmann · 7 years ago
  46. adbf9b7 batman-adv: Remove kernel fixed width types in packet.h by Sven Eckelmann · 7 years ago
  47. a6cb82b batman-adv: Remove usage of BIT(x) in packet.h by Sven Eckelmann · 7 years ago
  48. 4e58452 batman-adv: Let packet.h include its headers directly by Sven Eckelmann · 7 years ago
  49. b90ddd5 skbuff: skb_copy_ubufs must release uarg even without user frags by Willem de Bruijn · 7 years ago
  50. 268b790 skbuff: orphan frags before zerocopy clone by Willem de Bruijn · 7 years ago
  51. 513674b net: reevalulate autoflowlabel setting after sysctl setting by Shaohua Li · 7 years ago
  52. c48e747 openvswitch: Fix pop_vlan action for double tagged frames by Eric Garver · 7 years ago
  53. a7c3169 net: sch: sch_drr: add extack support by Alexander Aring · 7 years ago
  54. 710fb39 net: sch: sch_cbs: add extack support by Alexander Aring · 7 years ago
  55. 62a6de6 net: sch: sch_cbq: add extack support by Alexander Aring · 7 years ago
  56. a38a988 net: sch: api: add extack support in qdisc_create_dflt by Alexander Aring · 7 years ago
  57. d0bd684 net: sch: api: add extack support in qdisc_alloc by Alexander Aring · 7 years ago
  58. 8d1a77f net: sch: api: add extack support in tcf_block_get by Alexander Aring · 7 years ago
  59. e9bc3fa net: sch: api: add extack support in qdisc_get_rtab by Alexander Aring · 7 years ago
  60. 653d6fd net: sched: sch: add extack for graft callback by Alexander Aring · 7 years ago
  61. cbaacc4 net: sched: sch: add extack for block callback by Alexander Aring · 7 years ago
  62. 793d81d net: sched: sch: add extack to change class by Alexander Aring · 7 years ago
  63. 2030721 net: sched: sch: add extack for change qdisc ops by Alexander Aring · 7 years ago
  64. e63d7df net: sched: sch: add extack for init callback by Alexander Aring · 7 years ago
  65. 0921559 net: sched: sch_api: handle generic qdisc errors by Alexander Aring · 7 years ago
  66. ac8ef4a net: sched: fix coding style issues by Alexander Aring · 7 years ago
  67. 58acfd7 ipv6: Honor specified parameters in fibmatch lookup by Ido Schimmel · 7 years ago
  68. 92a2320 xfrm: check for xdo_dev_ops add and delete by Shannon Nelson · 7 years ago
  69. b4681c2 ipv4: Fix use-after-free when flushing FIB tables by Ido Schimmel · 7 years ago
  70. bb25c38 tipc: remove joining group member from congested list by Jon Maloy · 7 years ago
  71. a943e8b Merge tag 'batadv-next-for-davem-20171220' of git://git.open-mesh.org/linux-merge by David S. Miller · 7 years ago
  72. cbabf46 net: tracepoint: using sock_set_state tracepoint to trace SCTP state transition by Yafang Shao · 7 years ago
  73. b0832e3 net: tracepoint: using sock_set_state tracepoint to trace DCCP state transition by Yafang Shao · 7 years ago
  74. 986ffdf net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_store by Yafang Shao · 7 years ago
  75. 563e0bb net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tracepoint by Yafang Shao · 7 years ago
  76. afb4c97 ip6_gre: fix potential memory leak in ip6erspan_rcv by Haishuang Yan · 7 years ago
  77. 50670b6 ip_gre: fix potential memory leak in erspan_rcv by Haishuang Yan · 7 years ago
  78. a734321 ip6_gre: fix error path when ip6erspan_rcv failed by Haishuang Yan · 7 years ago
  79. dd8d5b8 ip_gre: fix error path when erspan_rcv failed by Haishuang Yan · 7 years ago
  80. 293a199 ip6_gre: fix a pontential issue in ip6erspan_rcv by Haishuang Yan · 7 years ago
  81. 102740b cls_bpf: fix offload assumptions after callback conversion by Jakub Kicinski · 7 years ago
  82. 223b229 bridge: Use helpers to handle MAC address by Andy Shevchenko · 7 years ago
  83. 21b5944 net: Fix double free and memory corruption in get_net_ns_by_id() by Eric W. Biederman · 7 years ago
  84. 53c81e9 ip6_vti: adjust vti mtu according to mtu of lower device by Alexey Kodanev · 7 years ago
  85. f58869c esp: Don't require synchronous crypto fallback on offloading anymore. by Steffen Klassert · 7 years ago
  86. 95bff4b xfrm: Allow to use the layer2 IPsec GSO codepath for software crypto. by Steffen Klassert · 7 years ago
  87. f53c723 net: Add asynchronous callbacks for xfrm on layer 2. by Steffen Klassert · 7 years ago
  88. 3dca3f3 xfrm: Separate ESP handling from segmentation for GRO packets. by Steffen Klassert · 7 years ago
  89. d03a455 ipv4: fib: Fix metrics match when deleting a route by Phil Sutter · 7 years ago
  90. 1df94c3 net_sched: properly check for empty skb array on error path by Cong Wang · 7 years ago
  91. 3db0960 tipc: fix list sorting bug in function tipc_group_update_member() by Jon Maloy · 7 years ago
  92. 748a709 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 7 years ago
  93. c9fefa0 ip6_tunnel: get the min mtu properly in ip6_tnl_xmit by Xin Long · 7 years ago
  94. 2c52129 ip6_gre: remove the incorrect mtu limit for ipgre tap by Xin Long · 7 years ago
  95. cfddd4c ip_gre: remove the incorrect mtu limit for ipgre tap by Xin Long · 7 years ago
  96. 56f5aa7 net: Disable GRO_HW when generic XDP is installed on a device. by Michael Chan · 7 years ago
  97. fb1f5f7 net: Introduce NETIF_F_GRO_HW. by Michael Chan · 7 years ago
  98. 648845a sock: Move the socket inuse to namespace. by Tonghao Zhang · 7 years ago
  99. 08fc7f8 sock: Change the netns_core member name. by Tonghao Zhang · 7 years ago
  100. c6479d6 Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago