1. 0a2cf20 tcp: remove SKBTX_ACK_TSTAMP since it is redundant by Soheil Hassas Yeganeh · 9 years ago
  2. 863c1fd tcp: remove an unnecessary check in tcp_tx_timestamp by Soheil Hassas Yeganeh · 9 years ago
  3. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 9 years ago
  4. b15084e net: rename IP_UPD_PO_STATS_BH() by Eric Dumazet · 9 years ago
  5. 98f6199 net: rename IP_ADD_STATS_BH() by Eric Dumazet · 9 years ago
  6. b45386e net: rename IP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  7. 214d3f1 net: icmp: rename ICMPMSGIN_INC_STATS_BH() by Eric Dumazet · 9 years ago
  8. 90bbcc6 net: tcp: rename TCP_INC_STATS_BH by Eric Dumazet · 9 years ago
  9. 02c2234 net: udp: rename UDP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  10. 5d3848b net: rename ICMP_INC_STATS_BH() by Eric Dumazet · 9 years ago
  11. 6aef70a net: snmp: kill various STATS_USER() helpers by Eric Dumazet · 9 years ago
  12. c0cc531 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  13. 6ed46d1 sock_diag: align nlattr properly when needed by Nicolas Dichtel · 9 years ago
  14. 960a262 net: better drop monitoring in ip{6}_recv_error() by Eric Dumazet · 9 years ago
  15. 0aea76d tcp: SYN packets are now simply consumed by Eric Dumazet · 9 years ago
  16. d296ba6 soreuseport: Resolve merge conflict for v4/v6 ordering fix by Craig Gallek · 9 years ago
  17. 391a203 ipv4/fib: don't warn when primary address is missing if in_dev is dead by Paolo Abeni · 9 years ago
  18. 10d3be5 tcp-tso: do not split TSO packets at retransmit time by Eric Dumazet · 9 years ago
  19. 2de8023 tcp: Merge txstamp_ack in tcp_skb_collapse_tstamp by Martin KaFai Lau · 9 years ago
  20. b51e13f tcp: Carry txstamp_ack in tcp_fragment_tstamp by Martin KaFai Lau · 9 years ago
  21. 11afbff Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  22. 2175d87 libnl: nla_put_msecs(): align on a 64-bit area by Nicolas Dichtel · 9 years ago
  23. b46f6de libnl: nla_put_be64(): align on a 64-bit area by Nicolas Dichtel · 9 years ago
  24. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  25. cfea5a6 tcp: Merge tx_flags and tskey in tcp_shifted_skb by Martin KaFai Lau · 9 years ago
  26. 082ac2d tcp: Merge tx_flags and tskey in tcp_collapse_retrans by Martin KaFai Lau · 9 years ago
  27. a9a0804 ipmr: align RTA_MFC_STATS on 64-bit by Nicolas Dichtel · 9 years ago
  28. b7de529 net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diag by Xin Long · 9 years ago
  29. 479f85c tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acks by Martin KaFai Lau · 9 years ago
  30. 110361f udp: fix if statement in SIOCINQ ioctl by Dan Carpenter · 9 years ago
  31. e0c2096 GRE: Add support for GRO/GSO of IPv6 GRE traffic by Alexander Duyck · 9 years ago
  32. aed069d ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb by Alexander Duyck · 9 years ago
  33. cb2050a sctp: export some functions for sctp_diag in inet_diag by Xin Long · 9 years ago
  34. 8804b27 tcp: remove false sharing in tcp_rcv_state_process() by Eric Dumazet · 9 years ago
  35. b3d0514 tcp: do not mess with listener sk_wmem_alloc by Eric Dumazet · 9 years ago
  36. d894ba1 soreuseport: fix ordering for mixed v4/v6 sockets by Craig Gallek · 9 years ago
  37. 802ab55 GSO: Support partial segmentation offload by Alexander Duyck · 9 years ago
  38. 1530545 GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values by Alexander Duyck · 9 years ago
  39. cbc53e0 GSO: Add GSO type for fixed IPv4 ID by Alexander Duyck · 9 years ago
  40. d6d5e99 route: do not cache fib route info on local routes with oif by Chris Friesen · 9 years ago
  41. 31c2e49 udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUM by Willem de Bruijn · 9 years ago
  42. 9f9a45b udp: do not expect udp headers on ioctl SIOCINQ by Willem de Bruijn · 9 years ago
  43. 60e1951 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  44. d7591f0 netfilter: x_tables: introduce and use xt_copy_counters_from_user by Florian Westphal · 9 years ago
  45. aded9f3 netfilter: x_tables: remove obsolete check by Florian Westphal · 9 years ago
  46. 9560915 netfilter: x_tables: remove obsolete overflow check for compat case too by Florian Westphal · 9 years ago
  47. 09d9686 netfilter: x_tables: do compat validation via translate_table by Florian Westphal · 9 years ago
  48. 0188346 netfilter: x_tables: xt_compat_match_from_user doesn't need a retval by Florian Westphal · 9 years ago
  49. 8dddd32 netfilter: arp_tables: simplify translate_compat_table args by Florian Westphal · 9 years ago
  50. 7d3f843 netfilter: ip_tables: simplify translate_compat_table args by Florian Westphal · 9 years ago
  51. ce683e5 netfilter: x_tables: check for bogus target offset by Florian Westphal · 9 years ago
  52. fc1221b netfilter: x_tables: add compat version of xt_check_entry_offsets by Florian Westphal · 9 years ago
  53. aa412ba netfilter: x_tables: kill check_entry helper by Florian Westphal · 9 years ago
  54. 7d35812 netfilter: x_tables: add and use xt_check_entry_offsets by Florian Westphal · 9 years ago
  55. 3647234 netfilter: x_tables: validate targets of jumps by Florian Westphal · 9 years ago
  56. f24e230 netfilter: x_tables: don't move to non-existent next rule by Florian Westphal · 9 years ago
  57. 9ab179d net: vrf: Fix dst reference counting by David Ahern · 9 years ago
  58. a6db449 net: ipv4: Consider failed nexthops in multipath routes by David Ahern · 9 years ago
  59. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  60. a0ca153 GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU by Alexander Duyck · 9 years ago
  61. 46aa2f3 udp: Remove udp_offloads by Tom Herbert · 9 years ago
  62. d92283e fou: change to use UDP socket GRO by Tom Herbert · 9 years ago
  63. 38fd2af udp: Add socket based GRO and config by Tom Herbert · 9 years ago
  64. a602456 udp: Add GRO functions to UDP socket by Tom Herbert · 9 years ago
  65. 6305830 udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skb by Tom Herbert · 9 years ago
  66. 1e1d04e net: introduce lockdep_is_held and update various places to use it by Hannes Frederic Sowa · 9 years ago
  67. 8501786 tcp/dccp: fix inet_reuseport_add_sock() by Eric Dumazet · 9 years ago
  68. ff76def netfilter: arp_tables: register table in initns by Florian Westphal · 9 years ago
  69. a6d5bbf ip_tunnel: implement __iptunnel_pull_header by Jiri Benc · 9 years ago
  70. 627d2d6 udp: enable MSG_PEEK at non-zero offset by samanthakumar · 9 years ago
  71. e6afc8a udp: remove headers from UDP packets before queueing by samanthakumar · 9 years ago
  72. 4ce7e93 tcp: rate limit ACK sent by SYN_RECV request sockets by Eric Dumazet · 9 years ago
  73. a9d6532 ipv4: tcp: set SOCK_USE_WRITE_QUEUE for ip_send_unicast_reply() by Eric Dumazet · 9 years ago
  74. 9caad86 tcp: increment sk_drops for listeners by Eric Dumazet · 9 years ago
  75. 532182c tcp: increment sk_drops for dropped rx packets by Eric Dumazet · 9 years ago
  76. 3b24d85 tcp/dccp: do not touch listener sk_refcnt under synflood by Eric Dumazet · 9 years ago
  77. 2d33191 tcp/dccp: use rcu locking in inet_diag_find_one_icsk() by Eric Dumazet · 9 years ago
  78. ca065d0 udp: no longer use SLAB_DESTROY_BY_RCU by Eric Dumazet · 9 years ago
  79. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 9 years ago
  80. 24025c4 ipv4: process socket-level control messages in IPv4 by Soheil Hassas Yeganeh · 9 years ago
  81. 6b08492 tcp: use one bit in TCP_SKB_CB to mark ACK timestamps by Soheil Hassas Yeganeh · 9 years ago
  82. 7822ce7 netlink: use nla_get_in_addr and nla_put_in_addr for ipv4 address by Haishuang Yan · 9 years ago
  83. 2349262 tcp: remove cwnd moderation after recovery by Yuchung Cheng · 9 years ago
  84. c348338 gro: Allow tunnel stacking in the case of FOU/GUE by Alexander Duyck · 9 years ago
  85. 2942119 netfilter: ipv4: fix NULL dereference by Liping Zhang · 9 years ago
  86. b301f25 netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES by Pablo Neira Ayuso · 9 years ago
  87. 54d83fc netfilter: x_tables: fix unconditional helper by Florian Westphal · 9 years ago
  88. 6e94e0c netfilter: x_tables: make sure e->next_offset covers remaining blob size by Florian Westphal · 9 years ago
  89. bdf533d netfilter: x_tables: validate e->target_offset early by Florian Westphal · 9 years ago
  90. 995096a Fix returned tc and hoplimit values for route with IPv6 encapsulation by Quentin Armitage · 9 years ago
  91. 5197f34 net: Reset encap_level to avoid resetting features on inner IP headers by Alexander Duyck · 9 years ago
  92. 4cfc86f ipv4: initialize flowi4_flags before calling fib_lookup() by Lance Richardson · 9 years ago
  93. ad0ea19 ipv4: fix broadcast packets reception by Paolo Abeni · 9 years ago
  94. 3ba9d30 net: ipv4: Fix truncated timestamp returned by inet_current_timestamp() by Deepa Dinamani · 9 years ago
  95. a09a4c8 tunnels: Remove encapsulation offloads on decap. by Jesse Gross · 9 years ago
  96. fac8e0f tunnels: Don't apply GRO to multiple layers of encapsulation. by Jesse Gross · 9 years ago
  97. b8cba75 ipip: Properly mark ipip GRO packets as encapsulated. by Jesse Gross · 9 years ago
  98. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  99. fca5fdf ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use it by Daniel Borkmann · 9 years ago
  100. e316ea6 tcp/dccp: remove obsolete WARN_ON() in icmp handlers by Eric Dumazet · 9 years ago