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