1. 356d71e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  2. df45370 inet: switch IP ID generator to siphash by Eric Dumazet · 6 years ago
  3. 4f66154 tcp: fix zerocopy and notsent_lowat issues by Eric Dumazet · 6 years ago
  4. 4d5ec89 net: openvswitch: Add a new action check_pkt_len by Numan Siddique · 6 years ago
  5. 3aeb080 ethtool: add PHY Fast Link Down support by Heiner Kallweit · 6 years ago
  6. 7b7ed88 net/core: Allow the compiler to verify declaration and definition consistency by Bart Van Assche · 6 years ago
  7. a986967 net/core: Fix rtnetlink kernel-doc headers by Bart Van Assche · 6 years ago
  8. d79b3ba net/core: Document __skb_flow_dissect() flags argument by Bart Van Assche · 6 years ago
  9. b3c0fd6 net/core: Document all dev_ioctl() arguments by Bart Van Assche · 6 years ago
  10. 37f3c42 net/core: Document reuseport_add_sock() bind_inany argument by Bart Van Assche · 6 years ago
  11. 1713cb3 fou: Support binding FoU socket by Kristian Evensen · 6 years ago
  12. 1a9df9e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  13. 5133a4a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  14. 14c741d Merge tag 'nfs-for-5.1-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  15. 01f2f5b SUNRPC: fix uninitialized variable warning by Alakesh Haloi · 6 years ago
  16. fa7e428 openvswitch: add seqadj extension when NAT is used. by Flavio Leitner · 6 years ago
  17. 6da88a8 tipc: fix return value check in tipc_mcast_send_sync() by Wei Yongjun · 6 years ago
  18. 6146dd4 net: dsa: Avoid null pointer when failing to connect to PHY by Vladimir Oltean · 6 years ago
  19. c493b09b net: devlink: skip info_get op call if it is not defined in dumpit by Jiri Pirko · 6 years ago
  20. 9926cb5 tipc: change to check tipc_own_id to return in tipc_net_stop by Xin Long · 6 years ago
  21. 1f8389b net: sched: Kconfig: update reference link for PIE by Leslie Monis · 6 years ago
  22. 62b31b4 bpf: silence uninitialized var warning in bpf_skb_net_grow by Willem de Bruijn · 6 years ago
  23. f6b19b3 net: devlink: select NET_DEVLINK from drivers by Jiri Pirko · 6 years ago
  24. b8f9755 net: devlink: add port type spinlock by Jiri Pirko · 6 years ago
  25. 2b239e7 net: devlink: warn on setting type on unregistered port by Jiri Pirko · 6 years ago
  26. 45b8611 net: devlink: disallow port_attrs_set() to be called before register by Jiri Pirko · 6 years ago
  27. d8ba362 dsa: move devlink_port_attrs_set() call before register by Jiri Pirko · 6 years ago
  28. 773b1f3 net: devlink: don't pass return value of __devlink_port_type_set() by Jiri Pirko · 6 years ago
  29. e0dcd38 net: devlink: don't take devlink_mutex for devlink_compat_* by Jiri Pirko · 6 years ago
  30. 402f99e5 dsa: add missing net/devlink.h include by Jiri Pirko · 6 years ago
  31. 375cf8c net: devlink: add couple of missing mutex_destroy() calls by Jiri Pirko · 6 years ago
  32. 8b27dae tcp: add one skb cache for rx by Eric Dumazet · 6 years ago
  33. 472c2e0 tcp: add one skb cache for tx by Eric Dumazet · 6 years ago
  34. dc05360 net: convert rps_needed and rfs_needed to new static branch api by Eric Dumazet · 6 years ago
  35. ba27b4c net: dev: introduce support for sch BYPASS for lockless qdisc by Paolo Abeni · 6 years ago
  36. 28cff53 net: sched: add empty status flag for NOLOCK qdisc by Paolo Abeni · 6 years ago
  37. 526949e rxrpc: avoid clang -Wuninitialized warning by Arnd Bergmann · 6 years ago
  38. 737889e tipc: tipc clang warning by Jon Maloy · 6 years ago
  39. e6d1407 tcp: remove conditional branches from tcp_mstamp_refresh() by Eric Dumazet · 6 years ago
  40. 064c5d6 net: sched: fix cleanup NULL pointer exception in act_mirr by John Hurley · 6 years ago
  41. d84dd3f SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connected by Trond Myklebust · 6 years ago
  42. 315a202 bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACT by Peter Oskolkov · 6 years ago
  43. 868d523 bpf: add bpf_skb_adjust_room encap flags by Willem de Bruijn · 6 years ago
  44. 2278f6c bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSO by Willem de Bruijn · 6 years ago
  45. 14aa319 bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MAC by Willem de Bruijn · 6 years ago
  46. 908adce bpf: in bpf_skb_adjust_room avoid copy in tx fast path by Willem de Bruijn · 6 years ago
  47. 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
  48. 3990408 bpf: add helper to check for a valid SYN cookie by Lorenz Bauer · 6 years ago
  49. edbf8c0 bpf: add skc_lookup_tcp helper by Lorenz Bauer · 6 years ago
  50. 9214919 net: sched: flower: set unlocked flag for flower proto ops by Vlad Buslov · 6 years ago
  51. c24e43d8 net: sched: flower: track rtnl lock state by Vlad Buslov · 6 years ago
  52. 3d81e71 net: sched: flower: protect flower classifier state with spinlock by Vlad Buslov · 6 years ago
  53. 272ffaa net: sched: flower: handle concurrent tcf proto deletion by Vlad Buslov · 6 years ago
  54. 9a2d938 net: sched: flower: handle concurrent filter insertion in fl_change by Vlad Buslov · 6 years ago
  55. 259e60f net: sched: flower: protect masks list with spinlock by Vlad Buslov · 6 years ago
  56. 195c234 net: sched: flower: handle concurrent mask insertion by Vlad Buslov · 6 years ago
  57. f48ef4d net: sched: flower: add reference counter to flower mask by Vlad Buslov · 6 years ago
  58. b2552b8 net: sched: flower: track filter deletion with flag by Vlad Buslov · 6 years ago
  59. 0617755 net: sched: flower: introduce reference counting for filters by Vlad Buslov · 6 years ago
  60. 620da48 net: sched: flower: refactor fl_change by Vlad Buslov · 6 years ago
  61. e474619 net: sched: flower: don't check for rtnl on head dereference by Vlad Buslov · 6 years ago
  62. 02afc7a net: dst: remove gc leftovers by Julian Wiedmann · 6 years ago
  63. 6b70fc9 net-sysfs: Fix memory leak in netdev_register_kobject by Wang Hai · 6 years ago
  64. 10585b4 ipv6: Remove fallback argument from ip6_hold_safe by David Ahern · 6 years ago
  65. 9ab948a ipv4: Allow amount of dirty memory from fib resizing to be controllable by David Ahern · 6 years ago
  66. ee3bbfe net/sched: let actions use RCU to access 'goto_chain' by Davide Caratti · 6 years ago
  67. 7e0c889 net/sched: act_vlan: validate the control action inside init() by Davide Caratti · 6 years ago
  68. e5fdaba net/sched: act_tunnel_key: validate the control action inside init() by Davide Caratti · 6 years ago
  69. 7c3d825 net/sched: act_skbmod: validate the control action inside init() by Davide Caratti · 6 years ago
  70. ec7727b net/sched: act_skbedit: validate the control action inside init() by Davide Caratti · 6 years ago
  71. 4b006b0 net/sched: act_simple: validate the control action inside init() by Davide Caratti · 6 years ago
  72. e8c87c6 net/sched: act_sample: validate the control action inside init() by Davide Caratti · 6 years ago
  73. d6124d6 net/sched: act_police: validate the control action inside init() by Davide Caratti · 6 years ago
  74. 6ac86ca net/sched: act_pedit: validate the control action inside init() by Davide Caratti · 6 years ago
  75. 1e45d04 net/sched: act_nat: validate the control action inside init() by Davide Caratti · 6 years ago
  76. c53075e net/sched: act_connmark: validate the control action inside init() by Davide Caratti · 6 years ago
  77. ff9721d net/sched: act_mirred: validate the control action inside init() by Davide Caratti · 6 years ago
  78. 11a94d7 net/sched: act_ife: validate the control action inside init() by Davide Caratti · 6 years ago
  79. 0da2dbd net/sched: act_gact: validate the control action inside init() by Davide Caratti · 6 years ago
  80. f5c29d8 net/sched: act_csum: validate the control action inside init() by Davide Caratti · 6 years ago
  81. 4e18100 net/sched: act_bpf: validate the control action inside init() by Davide Caratti · 6 years ago
  82. 85d0966 net/sched: prepare TC actions to properly validate the control action by Davide Caratti · 6 years ago
  83. c7a1ce3 ipv6: Change addrconf_f6i_alloc to use ip6_route_info_create by David Ahern · 6 years ago
  84. 67f6951 ipv6: Move setting default metric for routes by David Ahern · 6 years ago
  85. a88c26f net/tls: Replace kfree_skb() with consume_skb() by Vakul Garg · 6 years ago
  86. e0831ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  87. 08e046c tipc: fix a null pointer deref by Hoang Le · 6 years ago
  88. 77d5ad4 tipc: fix use-after-free in tipc_sk_filter_rcv by Hoang Le · 6 years ago
  89. ceabee6 genetlink: Fix a memory leak on error path by YueHaibing · 6 years ago
  90. 33872d7 tipc: fix cancellation of topology subscriptions by Erik Hugne · 6 years ago
  91. 0b03a5c ipv6: Add icmp_echo_ignore_anycast for ICMPv6 by Stephen Suryaputra · 6 years ago
  92. a350ecc net: remove 'fallback' argument from dev->ndo_select_queue() by Paolo Abeni · 6 years ago
  93. b71b583 packet: rework packet_pick_tx_queue() to use common code selection by Paolo Abeni · 6 years ago
  94. 4bd97d5 net: dev: rename queue selection helpers. by Paolo Abeni · 6 years ago
  95. ef82bcf sctp: use memdup_user instead of vmemdup_user by Xin Long · 6 years ago
  96. 1c87e79 ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL by Xin Long · 6 years ago
  97. 1bfe45f net: bridge: use eth_broadcast_addr() to assign broadcast address by Mao Wenan · 6 years ago
  98. f295b3a net/tls: Add support of AES128-CCM based ciphers by Vakul Garg · 6 years ago
  99. 398f013 net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec by Christoph Paasch · 6 years ago
  100. bb229bb libceph: wait for latest osdmap in ceph_monc_blacklist_add() by Ilya Dryomov · 6 years ago