1. b703414 net: fix use-after-free in kfree_skb_list by Eric Dumazet · 6 years ago
  2. 0462eaa Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  3. 956fe21 bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls by brakmo · 6 years ago
  4. b4b12b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  5. 100f6d8 net: correct zerocopy refcnt with udp MSG_MORE by Willem de Bruijn · 6 years ago
  6. 19c3401 net: ipv4: place control buffer handling away from fragmentation iterators by Pablo Neira Ayuso · 6 years ago
  7. 065ff79 net: ipv4: split skbuff into fragments transformer by Pablo Neira Ayuso · 6 years ago
  8. c8b17be net: ipv4: add skbuff fraglist splitter by Pablo Neira Ayuso · 6 years ago
  9. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  10. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  11. d2f0c96 ipv4: ip_do_fragment: Preserve skb_iif during fragmentation by Shmulik Ladkani · 6 years ago
  12. 5c9f7c1 ipv4: Add helpers for neigh lookup for nexthop by David Ahern · 6 years ago
  13. 0353f28 neighbor: Add skip_cache argument to neigh_output by David Ahern · 6 years ago
  14. 1550c17 ipv4: Prepare rtable for IPv6 gateway by David Ahern · 6 years ago
  15. 942f146 net: use kfree_skb_list() from ip_do_fragment() by Pablo Neira Ayuso · 6 years ago
  16. df5042f sk_buff: add skb extension infrastructure by Florian Westphal · 6 years ago
  17. 97ef7b4 ip: silence udp zerocopy smatch false positive by Willem de Bruijn · 6 years ago
  18. 52900d2 udp: elide zerocopy operation in hot path by Willem de Bruijn · 6 years ago
  19. b5947e5 udp: msg_zerocopy by Willem de Bruijn · 6 years ago
  20. aba3693 net: always initialize pagedlen by Willem de Bruijn · 6 years ago
  21. a8305bf net: Add and use skb_mark_not_on_list(). by David S. Miller · 6 years ago
  22. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  23. 3dd1c9a ip: hash fragments consistently by Paolo Abeni · 6 years ago
  24. fbf4781 ip: unconditionally set cork gso_size by Willem de Bruijn · 7 years ago
  25. 678ca42 ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6 by Willem de Bruijn · 7 years ago
  26. 3517820 ipv4: ipcm_cookie initializers by Willem de Bruijn · 7 years ago
  27. bc969a9 net: ipv4: Hook into time based transmission by Jesus Sanchez-Palencia · 7 years ago
  28. 69b9e1e ipv4: add __ip_queue_xmit() that supports tos param by Xin Long · 7 years ago
  29. 9887cba ip: limit use of gso_size to udp by Willem de Bruijn · 7 years ago
  30. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  31. 113f99c net: test tailroom before appending to linear skb by Willem de Bruijn · 7 years ago
  32. 0048369 tcp: Add mark for TIMEWAIT sockets by Jon Maxwell · 7 years ago
  33. 62515f9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  34. 15e36f5 udp: paged allocation with gso by Willem de Bruijn · 7 years ago
  35. bec1f6f udp: generate gso with UDP_SEGMENT by Willem de Bruijn · 7 years ago
  36. 1cd7884 udp: expose inet cork to udp by Willem de Bruijn · 7 years ago
  37. cd027a5 udp: enable UDP checksum offload for ESP by Jacek Kalwas · 7 years ago
  38. 9783ccd net: Fix one possible memleak in ip_setup_cork by Gao Feng · 7 years ago
  39. 9e8445a net: avoid unneeded atomic operation in ip*_append_data() by Paolo Abeni · 7 years ago
  40. 694aba6 ipv4: factorize sk_wmem_alloc updates done by __ip_append_data() by Eric Dumazet · 7 years ago
  41. 779b793 net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len by Daniel Axtens · 7 years ago
  42. ab2fb7e udp: remove unreachable ufo branches by Willem de Bruijn · 7 years ago
  43. 91ed1e6 ip/options: explicitly provide net ns to __ip_options_echo() by Paolo Abeni · 7 years ago
  44. 7a68ada Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  45. 988cf74 inet: Stop generating UFO packets. by David S. Miller · 8 years ago
  46. 254d900 ipv4: ip_do_fragment: fix headroom tests by Vasily Averin · 7 years ago
  47. e05a90e net: reflect mark on tcp syn ack packets by Jamal Hadi Salim · 8 years ago
  48. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  49. a5cb659 net: account for current skb length when deciding about UFO by Michal Kubeček · 8 years ago
  50. 4b3b45e udp: avoid ufo handling on IP payload compression packets by Alexey Kodanev · 8 years ago
  51. c16ec185 net: rename dst_neigh_output back to neigh_output by Julian Anastasov · 8 years ago
  52. 0dec879 net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP by Julian Anastasov · 8 years ago
  53. 4ff0620 net: add dst_pending_confirm flag to skbuff by Julian Anastasov · 8 years ago
  54. bf99b4d tcp: fix mark propagation with fwmark_reflect enabled by Pau Espin Pedrol · 8 years ago
  55. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  56. 0a28cfd ipv4: Should use consistent conditional judgement for ip fragment in __ip_append_data and ip_finish_output by zheng li · 8 years ago
  57. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  58. 0b62fca switch getfrag callbacks to ..._full() primitives by Al Viro · 8 years ago
  59. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  60. f418043 ipv4: Set skb->protocol properly for local output by Eli Cooper · 8 years ago
  61. 33b4867 net: ipv4, ipv6: run cgroup eBPF egress programs by Daniel Mack · 8 years ago
  62. c72d8cd net: fix bogus cast in skb_pagelen() and use unsigned variables by Alexey Dobriyan · 8 years ago
  63. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  64. 0ace81e ipv4: update comment to document GSO fragmentation cases. by Lance Richardson · 8 years ago
  65. 9b6c14d net: tcp response should set oif only if it is L3 master by David Ahern · 8 years ago
  66. e2d118a net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  67. 9ee6c5d ipv4: allow local fragmentation in ip_finish_output_gso() by Lance Richardson · 8 years ago
  68. 7e1670c ipv4: Remove unused but set variable by Tobias Klauser · 8 years ago
  69. e0d56fd net: l3mdev: remove redundant calls by David Ahern · 8 years ago
  70. a8e3e1a net: l3mdev: Add hook to output path by David Ahern · 8 years ago
  71. 6ca40d4 ipv4: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  72. 14972cb net: lwtunnel: Handle fragmentation by Roopa Prabhu · 8 years ago
  73. 359ebda net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flags by Shmulik Ladkani · 8 years ago
  74. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  75. fedbb6b4 ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_output by Shmulik Ladkani · 9 years ago
  76. ae7ef81 skbuff: introduce skb_gso_validate_mtu by Marcelo Ricardo Leitner · 9 years ago
  77. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  78. a8c4a25 ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL by Hannes Frederic Sowa · 9 years ago
  79. fa50d97 ipv4: Namespaceify ip_default_ttl sysctl knob by Nikolay Borisov · 9 years ago
  80. 9207f9d net: preserve IP control block during GSO segmentation by Konstantin Khlebnikov · 9 years ago
  81. 9d367ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  82. 40ba330 udp: disallow UFO for sockets with SO_NO_CHECK option by Michal Kubeček · 9 years ago
  83. c8cd098 net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM by Tom Herbert · 9 years ago
  84. dfc3b0e net: remove unnecessary mroute.h includes by Nikolay Aleksandrov · 9 years ago
  85. dbd3393 ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragment by Hannes Frederic Sowa · 9 years ago
  86. d749c9c ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked sockets by Hannes Frederic Sowa · 9 years ago
  87. dc6ef6b tcp: do not set queue_mapping on SYNACK by Eric Dumazet · 9 years ago
  88. ede2059 dst: Pass net into dst->output by Eric W. Biederman · 9 years ago
  89. 33224b1 ipv4, ipv6: Pass net into ip_local_out and ip6_local_out by Eric W. Biederman · 9 years ago
  90. cf91a99 ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out by Eric W. Biederman · 9 years ago
  91. 77589ce ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmit by Eric W. Biederman · 9 years ago
  92. e2cb77d ipv4: Merge ip_local_out and ip_local_out_sk by Eric W. Biederman · 9 years ago
  93. b92dacd ipv4: Merge __ip_local_out and __ip_local_out_sk by Eric W. Biederman · 9 years ago
  94. 4ebdfba7 dst: Pass a sk into .local_out by Eric W. Biederman · 9 years ago
  95. 13206b6 net: Pass net into dst_output and remove dst_output_okfn by Eric W. Biederman · 9 years ago
  96. 850dcc4 ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_sk by Eric W. Biederman · 9 years ago
  97. fd2874b ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_sk by Eric W. Biederman · 9 years ago
  98. 694869b ipv4: Pass struct net through ip_fragment by Eric W. Biederman · 10 years ago
  99. 007979e net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER by David Ahern · 9 years ago
  100. cfe673b ip: constify ip_build_and_send_pkt() socket argument by Eric Dumazet · 9 years ago