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