1. 40f6a2cb net: dst.h: Fix shifting signed 32-bit value by 31 bits problem by Vandana BN · 5 years ago
  2. b60a773 net: make skb_dst_force return true when dst is refcounted by Florian Westphal · 5 years ago
  3. 02afc7a net: dst: remove gc leftovers by Julian Wiedmann · 6 years ago
  4. 6b4f92a geneve, vxlan: Don't set exceptions if skb->len < mtu by Stefano Brivio · 6 years ago
  5. bc56b33 xfrm: Remove xfrmi interface ID from flowi by Benedict Wong · 6 years ago
  6. 8eb1a85 net: core: dst: Add kernel-doc for 'net' parameter by Jonathan Neuschäfer · 7 years ago
  7. 3e3ab9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  8. f15ca72 net: don't call update_pmtu unconditionally by Nicolas Dichtel · 7 years ago
  9. 7149f81 net: Remove dst->next by David Miller · 7 years ago
  10. 8b207e7 net: Rearrange dst_entry layout to avoid useless padding. by David Miller · 7 years ago
  11. 0f6c480 xfrm: Move dst->path into struct xfrm_dst by David Miller · 7 years ago
  12. 3a2232e ipv6: Move dst->from into struct rt6_info. by David Miller · 7 years ago
  13. b6ca8bd xfrm: Move child route linkage into xfrm_dst. by David Miller · 7 years ago
  14. 071fb37 ipv6: Move rt6_next from dst_entry into ipv6 route structure. by David Miller · 7 years ago
  15. fe736e7 decnet: Move dn_next into decnet route structure. by David Miller · 7 years ago
  16. ca2c374 net: dst->rt_next is unused. by David Miller · 7 years ago
  17. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  18. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  19. 32d18ab net: updating dst lastusage is an unlikely event. by Paolo Abeni · 7 years ago
  20. 0da4af0 ipv6: only update __use and lastusetime once per jiffy at most by Wei Wang · 7 years ago
  21. 66f5d6c ipv6: replace rwlock with rcu and spinlock in fib6_table by Wei Wang · 7 years ago
  22. 222d7dbd net: prevent dst uses after free by Eric Dumazet · 7 years ago
  23. 9620fef ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t by Eric Dumazet · 7 years ago
  24. 44ebe79 net: add debug atomic_inc_not_zero() in dst_hold() by Wei Wang · 8 years ago
  25. 1eb04e7 net: reorder all the dst flags by Wei Wang · 8 years ago
  26. a4c2fd7 net: remove DST_NOCACHE flag by Wei Wang · 8 years ago
  27. b2a9c0e net: remove DST_NOGC flag by Wei Wang · 8 years ago
  28. 5b7c9a8 net: remove dst gc related code by Wei Wang · 8 years ago
  29. 52df157 xfrm: take refcnt of dst when creating struct xfrm_dst bundle by Wei Wang · 8 years ago
  30. 4a6ce2b net: introduce a new function dst_dev_put() by Wei Wang · 8 years ago
  31. 5f56f40 net: introduce DST_NOGC in dst_release() to destroy dst based on refcnt by Wei Wang · 8 years ago
  32. 34aa83c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  33. 3fb07da ipv4: add reference counting to metrics by Eric Dumazet · 8 years ago
  34. 6672714 net: make struct dst_entry::dev first member by Alexey Dobriyan · 8 years ago
  35. c16ec185 net: rename dst_neigh_output back to neigh_output by Julian Anastasov · 8 years ago
  36. 51ce8bd net: pending_confirm is not used anymore by Julian Anastasov · 8 years ago
  37. 63fca65 net: add confirm_neigh method to dst_ops by Julian Anastasov · 8 years ago
  38. 0868e25 route: move lwtunnel state to a single place by Jiri Benc · 9 years ago
  39. 808c1b6 bpf, dst: add and use dst_tclassid helper by Daniel Borkmann · 9 years ago
  40. 5037e9e net: fix IP early demux races by Eric Dumazet · 9 years ago
  41. ede2059 dst: Pass net into dst->output by Eric W. Biederman · 9 years ago
  42. 13206b6 net: Pass net into dst_output and remove dst_output_okfn by Eric W. Biederman · 9 years ago
  43. 6f9c961 inet: constify ip_route_output_flow() socket argument by Eric Dumazet · 9 years ago
  44. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  45. 5a70649 net: Merge dst_output and dst_output_sk by Eric W. Biederman · 9 years ago
  46. c3a8d94 tcp: use dctcp if enabled on the route to the initiator by Daniel Borkmann · 9 years ago
  47. e79e259 dst: Add __skb_dst_copy() variation by Joe Stringer · 9 years ago
  48. 751a587 route: fix breakage after moving lwtunnel state by Jiri Benc · 9 years ago
  49. 61adedf route: move lwtunnel state to dst_entry by Jiri Benc · 9 years ago
  50. f38a9eb dst: Metadata destinations by Thomas Graf · 9 years ago
  51. 9449c3c net: make skb_dst_pop routine static by Ying Xue · 10 years ago
  52. afc4eef ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peer by Martin KaFai Lau · 10 years ago
  53. ac37e25 xfrm: release dst_orig in case of error in xfrm_lookup() by huaibin Wang · 10 years ago
  54. b8c203b xfrm: Generate queueing routes only from route lookup functions by Steffen Klassert · 10 years ago
  55. f92ee61 xfrm: Generate blackhole routes only from route lookup functions by Steffen Klassert · 10 years ago
  56. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 11 years ago
  57. e5fd387 ipv6: do not overwrite inetpeer metrics prematurely by Michal Kubeček · 11 years ago
  58. e90c148 inet: remove now unused flag DST_NOPEER by Hannes Frederic Sowa · 11 years ago
  59. 7539fad net: Add utility functions to clear rxhash by Tom Herbert · 11 years ago
  60. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  61. e87b399 net: dst: provide accessor function to dst->xfrm by Vlad Yasevich · 11 years ago
  62. a4023dd dst.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  63. ea23192 tunnels: harmonize cleanup done on skb on rx path by Nicolas Dichtel · 11 years ago
  64. aaa0c23 Fix dst_neigh_lookup/dst_neigh_lookup_skb return value handling bug by Zhouyi Zhou · 12 years ago
  65. ecd9883 ipv6: fix race condition regarding dst->expires and dst->from. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  66. a0073fe xfrm: Add a state resolution packet queue by Steffen Klassert · 12 years ago
  67. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  68. a37e6e3 net: force dst_default_metrics to const section by Eric Dumazet · 12 years ago
  69. 425f09a net: output path optimizations by Eric Dumazet · 12 years ago
  70. ceb3320 ipv4: Kill routes during PMTU/redirect updates. by David S. Miller · 12 years ago
  71. f5b0a87 net: Document dst->obsolete better. by David S. Miller · 12 years ago
  72. 94334d5 net: Kill set_dst_metric_rtt(). by David S. Miller · 12 years ago
  73. 36bdbca net: Kill dst->_neighbour, accessors, and final uses. by David S. Miller · 12 years ago
  74. f894cbf net: Add optional SKB arg to dst_ops->neigh_lookup(). by David S. Miller · 12 years ago
  75. 5110effe net: Do delayed neigh confirmation. by David S. Miller · 12 years ago
  76. 7f95e18 include/net/dst.h: neaten asterisk placement by Eldad Zack · 13 years ago
  77. 0c18337 ipv6: fix incorrect ipsec fragment by Gao feng · 13 years ago
  78. a881e96 set fake_rtable's dst to NULL to avoid kernel Oops by Peter Huang (Peng) · 13 years ago
  79. 1716a96 ipv6: fix problem with expired dst cache by Gao feng · 13 years ago
  80. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  81. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  82. e688a60 net: introduce DST_NOPEER dst flag by Eric Dumazet · 13 years ago
  83. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  84. 618f9bc net: Move mtu handling down to the protocol depended handlers by Steffen Klassert · 13 years ago
  85. ebb762f net: Rename the dst_opt default_mtu method to mtu by Steffen Klassert · 13 years ago
  86. bdeab99 rps: Add flag to skb to indicate rxhash is based on L4 tuple by Tom Herbert · 13 years ago
  87. f2c31e3 net: fix NULL dereferences in check_peer_redir() by Eric Dumazet · 13 years ago
  88. d3aaeb3 net: Add ->neigh_lookup() operation to dst_ops by David S. Miller · 13 years ago
  89. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  90. f6b72b62 net: Embed hh_cache inside of struct neighbour. by David S. Miller · 13 years ago
  91. 957c665 ipv6: Don't put artificial limit on routing table size. by David S. Miller · 14 years ago
  92. 1f37070 dst: catch uninitialized metrics by Stephen Hemminger · 14 years ago
  93. 6882f93 ipv4: Kill RT_CACHE_DEBUG by David S. Miller · 14 years ago
  94. 5c1e6aa net: Make dst_alloc() take more explicit initializations. by David S. Miller · 14 years ago
  95. 2a9e950 net: Remove __KERNEL__ cpp checks from include/net by David S. Miller · 14 years ago
  96. e433430 dst: Clone child entry in skb_dst_pop by Steffen Klassert · 14 years ago
  97. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 14 years ago
  98. 2774c13 xfrm: Handle blackhole route creation via afinfo. by David S. Miller · 14 years ago
  99. 80c0bc9 xfrm: Kill XFRM_LOOKUP_WAIT flag. by David S. Miller · 14 years ago
  100. dee9f4b net: Make flow cache paths use a const struct flowi. by David S. Miller · 14 years ago