1. a842fe1 tcp: add optional per socket transmit delay by Eric Dumazet · 6 years ago
  2. 2131fba net: dsa: Deal with non-existing PHY/fixed-link by Florian Fainelli · 6 years ago
  3. 7a096d5 net: sched: ingress: set 'unlocked' flag for Qdisc ops by Vlad Buslov · 6 years ago
  4. 5018007 net/tls: add kernel-driven resync mechanism for TX by Jakub Kicinski · 6 years ago
  5. eeb2efa net/tls: generalize the resync callback by Jakub Kicinski · 6 years ago
  6. f953d33b net/tls: add kernel-driven TLS RX resync by Jakub Kicinski · 6 years ago
  7. fe58a5a net/tls: rename handle_device_resync() by Jakub Kicinski · 6 years ago
  8. 89fec47 net/tls: pass record number as a byte array by Jakub Kicinski · 6 years ago
  9. 4967373 net/tls: simplify seq calculation in handle_device_resync() by Jakub Kicinski · 6 years ago
  10. 4608805 packet: remove unused variable 'status' in __packet_lookup_frame_in_block by Mao Wenan · 6 years ago
  11. f7a8fb1 net: openvswitch: remove unnecessary ASSERT_OVSL in ovs_vport_del() by Taehee Yoo · 6 years ago
  12. abf9979 net: netlink: make netlink_walk_start() void return type by Taehee Yoo · 6 years ago
  13. 7bf4796 nexthops: add support for replace by David Ahern · 6 years ago
  14. 5b98324 ipv6: Allow routes to use nexthop objects by David Ahern · 6 years ago
  15. 6c48ea5 ipv4: Optimization for fib_info lookup with nexthops by David Ahern · 6 years ago
  16. 493ced1 ipv4: Allow routes to use nexthop objects by David Ahern · 6 years ago
  17. 2d44234 ipv6: Handle all fib6_nh in a nexthop in mtu updates by David Ahern · 6 years ago
  18. 49d5b8e ipv6: Handle all fib6_nh in a nexthop in rt6_do_redirect by David Ahern · 6 years ago
  19. c55c898 ipv6: Handle all fib6_nh in a nexthop in __ip6_route_redirect by David Ahern · 6 years ago
  20. e659ba3 ipv6: Handle all fib6_nh in a nexthop in exception handling by David Ahern · 6 years ago
  21. 2c170e0 ipv6: Handle all fib6_nh in a nexthop in fib6_info_uses_dev by David Ahern · 6 years ago
  22. a1b7a1f ipv6: Handle all fib6_nh in a nexthop in rt6_nlmsg_size by David Ahern · 6 years ago
  23. 17a5984 ipv6: Handle all fib6_nh in a nexthop in __find_rr_leaf by David Ahern · 6 years ago
  24. 962b680 ipv6: Handle all fib6_nh in a nexthop in rt6_device_match by David Ahern · 6 years ago
  25. 2ab75bf ipv6: Handle all fib6_nh in a nexthop in fib6_drop_pcpu_from by David Ahern · 6 years ago
  26. f88c9aa nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop struct by David Ahern · 6 years ago
  27. 948622f tcp: Make tcp_fastopen_alloc_ctx static by YueHaibing · 6 years ago
  28. c67b855 ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state by Eric Dumazet · 6 years ago
  29. de47c5d af_key: make use of BUG_ON macro by Hariprasad Kelam · 6 years ago
  30. 3920967 ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset() by Eric Dumazet · 6 years ago
  31. 6dcdd88 net: hwbm: Make the hwbm_pool lock a mutex by Sebastian Andrzej Siewior · 6 years ago
  32. 92dcabd net: Don't disable interrupts in __netdev_alloc_skb() by Sebastian Andrzej Siewior · 6 years ago
  33. 7ba7aea net: Don't disable interrupts in napi_alloc_frag() by Sebastian Andrzej Siewior · 6 years ago
  34. f3097be net: dsa: sja1105: Add a state machine for RX timestamping by Vladimir Oltean · 6 years ago
  35. e53e18a net: dsa: sja1105: Receive and decode meta frames by Vladimir Oltean · 6 years ago
  36. 79fa706 net: dsa: sja1105: Make sja1105_is_link_local not match meta frames by Vladimir Oltean · 6 years ago
  37. d3f9b90 net: dsa: sja1105: Build a minimal understanding of meta frames by Vladimir Oltean · 6 years ago
  38. 4282446 net: dsa: sja1105: Limit use of incl_srcpt to bridge+vlan mode by Vladimir Oltean · 6 years ago
  39. d461933 net: dsa: tag_8021q: Create helper function for removing VLAN header by Vladimir Oltean · 6 years ago
  40. 5e3f847 net: dsa: Add teardown callback for drivers by Vladimir Oltean · 6 years ago
  41. 146d442 net: dsa: Keep a pointer to the skb clone for TX timestamping by Vladimir Oltean · 6 years ago
  42. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  43. 1e1d926 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  44. b9727d7 net/tls: export TLS per skb encryption by Dirk van der Merwe · 6 years ago
  45. 459aa07 Merge tag 'nfs-for-5.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  46. 720f1de pktgen: do not sleep with the thread lock held. by Paolo Abeni · 6 years ago
  47. 4daa95a ipv6: fix spelling mistake: "wtih" -> "with" by Colin Ian King · 6 years ago
  48. 85cb928 net: rds: fix memory leak in rds_ib_flush_mr_pool by Zhu Yanjun · 6 years ago
  49. b9aa52c ipv6: fix EFAULT on sendto with icmpv6 and hdrincl by Olivier Matz · 6 years ago
  50. 59e3e4b ipv6: use READ_ONCE() for inet->hdrincl as in ipv4 by Olivier Matz · 6 years ago
  51. 50a8acc ipv6: tcp: send consistent flowlabel in TIME_WAIT state by Eric Dumazet · 6 years ago
  52. 323a53c ipv6: tcp: enable flowlabel reflection in some RST packets by Eric Dumazet · 6 years ago
  53. 8b5e07d inet_connection_sock: remove unused parameter of reqsk_queue_unlink func by Zhiqiang Liu · 6 years ago
  54. 4970b42 Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL not supplied" by Hangbin Liu · 6 years ago
  55. 0ee4e76 ethtool: fix potential userspace buffer overflow by Vivien Didelot · 6 years ago
  56. 0a8dd9f Fix memory leak in sctp_process_init by Neil Horman · 6 years ago
  57. b50e058 net: rds: fix memory leak when unload rds_rdma by Zhu Yanjun · 6 years ago
  58. fe3475a net: rds: add per rds connection cache statistics by Zhu Yanjun · 6 years ago
  59. 0a90478 ipv4: not do cache for local delivery if bc_forwarding is enabled by Xin Long · 6 years ago
  60. 26f8113 net: ipv6: drop unneeded likely() call around IS_ERR() by Enrico Weigelt · 6 years ago
  61. 88e235b net: ipv4: drop unneeded likely() call around IS_ERR() by Enrico Weigelt · 6 years ago
  62. b90f5aa net: openvswitch: drop unneeded likely() call around IS_ERR() by Enrico Weigelt · 6 years ago
  63. 4546e44 net: socket: drop unneeded likely() call around IS_ERR() by Enrico Weigelt · 6 years ago
  64. fdf7142 net: fix indirect calls helpers for ptype list hooks. by Paolo Abeni · 6 years ago
  65. f88d8ea ipv6: Plumb support for nexthop object in a fib6_info by David Ahern · 6 years ago
  66. 4c7e808 ipv4: Plumb support for nexthop object in a fib_info by David Ahern · 6 years ago
  67. dcb1ecb ipv4: Prepare for fib6_nh from a nexthop object by David Ahern · 6 years ago
  68. 5481d73 ipv4: Use accessors for fib_info nexthop data by David Ahern · 6 years ago
  69. 82ba25c udp: only choose unbound UDP socket for multicast when not in a VRF by Tim Beale · 6 years ago
  70. 7dd7316 ipv6: Always allocate pcpu memory in a fib6_nh by David Ahern · 6 years ago
  71. 8b6912a net: vlan: Inherit MPLS features from parent device by Ariel Levkovich · 6 years ago
  72. fb0f886 net/tls: don't pass version to tls_advance_record_sn() by Jakub Kicinski · 6 years ago
  73. 9cd8198 net/tls: use version from prot by Jakub Kicinski · 6 years ago
  74. 1fe275d net/tls: don't re-check msg decrypted status in tls_device_decrypted() by Jakub Kicinski · 6 years ago
  75. b9d8fec net/tls: don't look for decrypted frames on non-offloaded sockets by Jakub Kicinski · 6 years ago
  76. 87b11e0 net/tls: remove false positive warning by Jakub Kicinski · 6 years ago
  77. aeb11ff net/tls: check return values from skb_copy_bits() and skb_store_bits() by Jakub Kicinski · 6 years ago
  78. da29e4b net/tls: fully initialize the msg wrapper skb by Jakub Kicinski · 6 years ago
  79. d3e6e28 net: ipv4: fix rcu lockdep splat due to wrong annotation by Florian Westphal · 6 years ago
  80. 191ed20 devlink: allow driver to update progress of flash update by Jiri Pirko · 6 years ago
  81. e52972c net/tls: replace the sleeping lock around RX resync with a bit lock by Jakub Kicinski · 6 years ago
  82. 27393f8 Revert "net/tls: avoid NULL-deref on resync during device removal" by Jakub Kicinski · 6 years ago
  83. b703414 net: fix use-after-free in kfree_skb_list by Eric Dumazet · 6 years ago
  84. 5472c3c tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X) by Eric Dumazet · 6 years ago
  85. 046386c ipv4: icmp: use this_cpu_read() in icmp_sk() by Eric Dumazet · 6 years ago
  86. c353071 ipv6: use this_cpu_read() in rt6_get_pcpu_route() by Eric Dumazet · 6 years ago
  87. 2789c14 ipv6: icmp: use this_cpu_read() in icmpv6_sk() by Eric Dumazet · 6 years ago
  88. 1cc2645 flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flag by Stanislav Fomichev · 6 years ago
  89. db4bad0 net: ethernet: improve eth_platform_get_mac_address by Heiner Kallweit · 6 years ago
  90. afa0925 packet: unconditionally free po->rollover by Willem de Bruijn · 6 years ago
  91. 2638eb8b net: ipv4: provide __rcu annotation for ifa_list by Florian Westphal · 6 years ago
  92. cd5a411 net: use new in_dev_ifa iterators by Florian Westphal · 6 years ago
  93. b8d1957 netfilter: use in_dev_for_each_ifa_rcu by Florian Westphal · 6 years ago
  94. d519e87 devinet: use in_dev_for_each_ifa_rcu in more places by Florian Westphal · 6 years ago
  95. ef11db3 net: inetdevice: provide replacement iterators for in_ifaddr walk by Florian Westphal · 6 years ago
  96. c1e9e01 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 6 years ago
  97. 0462eaa Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  98. c85d691 bpf: move memory size checks to bpf_map_charge_init() by Roman Gushchin · 6 years ago
  99. b936ca6 bpf: rework memlock-based memory accounting for maps by Roman Gushchin · 6 years ago
  100. 3539b96 bpf: group memory related fields in struct bpf_map_memory by Roman Gushchin · 6 years ago