1. 19689e3 tcp: md5: use kmalloc() backed scratch areas by Eric Dumazet · 8 years ago
  2. b1ed4c4 tcp: add an ability to dump and restore window parameters by Andrey Vagin · 8 years ago
  3. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  4. a3d2e9f tcp: do not send too big packets at retransmit time by Eric Dumazet · 8 years ago
  5. 637c841 net: diag: Add support to filter on device index by David Ahern · 8 years ago
  6. 70a0dec ipmr/ip6mr: Initialize the last assert time of mfc entries. by Tom Goff · 8 years ago
  7. 962fcef esp: Fix ESN generation under UDP encapsulation by Herbert Xu · 8 years ago
  8. 20e1954 ipv6: RFC 4884 partial support for SIT/GRE tunnels by Eric Dumazet · 8 years ago
  9. 9b8c6d7 gre: better support for ICMP messages for gre+ipv6 by Eric Dumazet · 8 years ago
  10. 1938ee1 net: Remove deprecated tunnel specific UDP offload functions by Alexander Duyck · 8 years ago
  11. 7c46a64 net: Merge VXLAN and GENEVE push notifiers into a single notifier by Alexander Duyck · 8 years ago
  12. e7b3db5 net: Combine GENEVE and VXLAN port notifiers into single functions by Alexander Duyck · 8 years ago
  13. 318d3cc net: xfrm: fix old-style declaration by Arnd Bergmann · 8 years ago
  14. e582615 gre: fix error handler by Eric Dumazet · 8 years ago
  15. 22a59be net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloads by Philip Prindeville · 8 years ago
  16. dcf1158 tcp: return sizeof tcp_dctcp_info in dctcp_get_info() by Neal Cardwell · 8 years ago
  17. da6f1da ovs/gre: fix rtnl notifications on iface deletion by Nicolas Dichtel · 8 years ago
  18. 106da66 ovs/gre,geneve: fix error path when creating an iface by Nicolas Dichtel · 8 years ago
  19. d1e3728 udp reuseport: fix packet of same flow hashed to different socket by Su, Xuemin · 8 years ago
  20. b46d9f6 ipv4: fix checksum annotation in udp4_csum_init by Hannes Frederic Sowa · 8 years ago
  21. 86ef7f9c ipconfig: Protect ic_addrservaddr with IPCONFIG_DYNAMIC. by David S. Miller · 8 years ago
  22. 0b392be net: ipconfig: avoid warning by making ic_addrservaddr static by Ben Dooks · 8 years ago
  23. 699fafa tcp: add NV congestion control by Lawrence Brakmo · 8 years ago
  24. 6f094b9 tcp: add in_flight to tcp_skb_cb by Lawrence Brakmo · 8 years ago
  25. 1578b0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  26. 96c63fa net: Add l3mdev rule by David Ahern · 8 years ago
  27. e00431b tcp: accept RST if SEQ matches right edge of right-most SACK block by Pau Espin Pedrol · 8 years ago
  28. c1e48af gue: Implement direction IP encapsulation by Tom Herbert · 8 years ago
  29. 30759219 net: disable fragment reassembly if high_thresh is zero by Michal Kubeček · 8 years ago
  30. ae7ef81 skbuff: introduce skb_gso_validate_mtu by Marcelo Ricardo Leitner · 8 years ago
  31. ce25d66 Possible problem with e6afc8ac ("udp: remove headers from UDP packets before queueing") by Eric Dumazet · 8 years ago
  32. 049bbf5 ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=n by Ezequiel Garcia · 8 years ago
  33. e5aed00 udp: prevent skbs lingering in tunnel socket queues by Hannes Frederic Sowa · 8 years ago
  34. b8921ca ip4ip6: Support for GSO/GRO by Tom Herbert · 8 years ago
  35. 058214a ip6_tun: Add infrastructure for doing encapsulation by Tom Herbert · 8 years ago
  36. 5f914b6 fou: Support IPv6 in fou by Tom Herbert · 8 years ago
  37. dc969b8 fou: Split out {fou,gue}_build_header by Tom Herbert · 8 years ago
  38. 440924b fou: Call setup_udp_tunnel_sock by Tom Herbert · 8 years ago
  39. 55c2bc1 net: Cleanup encap items in ip_tunnels.h by Tom Herbert · 8 years ago
  40. 7e13318 net: define gso types for IPx over IPv4 and IPv6 by Tom Herbert · 8 years ago
  41. 5c7cdf33 gso: Remove arbitrary checks for unsupported GSO by Tom Herbert · 8 years ago
  42. ea1627c tcp: minor optimizations around tcp_hdr() usage by Eric Dumazet · 8 years ago
  43. 2632616 sock: propagate __sock_cmsg_send() error by Eric Dumazet · 8 years ago
  44. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  45. 626abd5 net/route: enforce hoplimit max value by Paolo Abeni · 8 years ago
  46. ed7cbbc udp: Resolve NULL pointer dereference over flow-based vxlan device by Alexander Duyck · 8 years ago
  47. da73b4e gre: Fix wrong tpi->proto in WCCP by Haishuang Yan · 8 years ago
  48. 0b922b7 net: original ingress device index in PKTINFO by David Ahern · 8 years ago
  49. 74b2058 net: l3mdev: Add hook in ip and ipv6 by David Ahern · 8 years ago
  50. e271c7b gre: do not keep the GRE header around in collect medata mode by Jiri Benc · 8 years ago
  51. 756ee17 tcp: replace cnt & rtt with struct in pkts_acked() by Lawrence Brakmo · 8 years ago
  52. 10a8198 tcp: refresh skb timestamp at retransmit time by Eric Dumazet · 8 years ago
  53. 1ff23be net: l3mdev: Allow send on enslaved interface by David Ahern · 8 years ago
  54. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  55. e8ed77d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  56. 229740c udp_offload: Set encapsulation before inner completes. by Jarno Rajahalme · 8 years ago
  57. 43b8448 udp_tunnel: Remove redundant udp_tunnel_gro_complete(). by Jarno Rajahalme · 8 years ago
  58. 47dcc20 ipv4: tcp: ip_send_unicast_reply() is not BH safe by Eric Dumazet · 8 years ago
  59. b3b4663 net: vrf: Create FIB tables on link create by David Ahern · 8 years ago
  60. 0a93aae netfilter: conntrack: use a single expectation table for all namespaces by Florian Westphal · 8 years ago
  61. 03d7dc5 netfilter: conntrack: check netns when walking expect hash by Florian Westphal · 8 years ago
  62. d7cdf81 netfilter: x_tables: get rid of old and inconsistent debugging by Pablo Neira Ayuso · 8 years ago
  63. 56d52d4 netfilter: conntrack: use a single hashtable for all namespaces by Florian Westphal · 8 years ago
  64. e0c7d47 netfilter: conntrack: check netns when comparing conntrack objects by Florian Westphal · 8 years ago
  65. 245cfdc netfilter: conntrack: small refactoring of conntrack seq_printf by Florian Westphal · 8 years ago
  66. 777c6ae tcp: two more missing bh disable by Eric Dumazet · 8 years ago
  67. 614bdd4 tcp: must block bh in __inet_twsk_hashdance() by Eric Dumazet · 8 years ago
  68. 46cc6e4 tcp: fix lockdep splat in tcp_snd_una_update() by Eric Dumazet · 8 years ago
  69. 32b583a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  70. 125372f gre: receive also TEB packets for lwtunnels by Jiri Benc · 8 years ago
  71. 244a797 gre: move iptunnel_pull_header down to ipgre_rcv by Jiri Benc · 8 years ago
  72. 00b2034 gre: remove superfluous pskb_may_pull by Jiri Benc · 8 years ago
  73. f132ae7 gre: change gre_parse_header to return the header length by Jiri Benc · 8 years ago
  74. d401123 tcp: guarantee forward progress in tcp_sendmsg() by Eric Dumazet · 8 years ago
  75. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  76. 1d2077a net: add __sock_wfree() helper by Eric Dumazet · 8 years ago
  77. 9580bf2 net: relax expensive skb_unclone() in iptunnel_handle_offloads() by Eric Dumazet · 8 years ago
  78. 182a352 gre: Create common functions for transmit by Tom Herbert · 8 years ago
  79. 95f5c64 gre: Move utility functions to common headers by Tom Herbert · 8 years ago
  80. d41a69f tcp: make tcp_sendmsg() aware of socket backlog by Eric Dumazet · 8 years ago
  81. e61da9e udp: prepare for non BH masking at backlog processing by Eric Dumazet · 8 years ago
  82. fb3477c tcp: do not block bh during prequeue processing by Eric Dumazet · 8 years ago
  83. c10d931 tcp: do not assume TCP code is non preemptible by Eric Dumazet · 8 years ago
  84. b7f8fe2 gre: do not pull header in ICMP error processing by Jiri Benc · 8 years ago
  85. 90e5d0d soreuseport: Fix TCP listener hash collision by Craig Gallek · 8 years ago
  86. f27337e ip_tunnel: fix preempt warning in ip tunnel creation/updating by Paolo Abeni · 8 years ago
  87. 92b4423 netfilter: fix IS_ERR_VALUE usage by Pablo Neira Ayuso · 8 years ago
  88. 0cef6a4 tcp: give prequeue mode some care by Eric Dumazet · 8 years ago
  89. 946b636 gre: reject GUE and FOU in collect metadata mode by Jiri Benc · 8 years ago
  90. 2090714 gre: build header correctly for collect metadata tunnels by Jiri Benc · 8 years ago
  91. a64b04d gre: do not assign header_ops in collect metadata mode by Jiri Benc · 8 years ago
  92. a166140 tcp: Handle eor bit when fragmenting a skb by Martin KaFai Lau · 8 years ago
  93. a643b5d tcp: Handle eor bit when coalescing skb by Martin KaFai Lau · 8 years ago
  94. c134ecb tcp: Make use of MSG_EOR in tcp_sendmsg by Martin KaFai Lau · 8 years ago
  95. 0a2cf20 tcp: remove SKBTX_ACK_TSTAMP since it is redundant by Soheil Hassas Yeganeh · 8 years ago
  96. 863c1fd tcp: remove an unnecessary check in tcp_tx_timestamp by Soheil Hassas Yeganeh · 8 years ago
  97. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 8 years ago
  98. b15084e net: rename IP_UPD_PO_STATS_BH() by Eric Dumazet · 8 years ago
  99. 98f6199 net: rename IP_ADD_STATS_BH() by Eric Dumazet · 8 years ago
  100. b45386e net: rename IP_INC_STATS_BH() by Eric Dumazet · 8 years ago