1. ea1627c tcp: minor optimizations around tcp_hdr() usage by Eric Dumazet · 8 years ago
  2. 2632616 sock: propagate __sock_cmsg_send() error by Eric Dumazet · 8 years ago
  3. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  4. 626abd5 net/route: enforce hoplimit max value by Paolo Abeni · 8 years ago
  5. ed7cbbc udp: Resolve NULL pointer dereference over flow-based vxlan device by Alexander Duyck · 8 years ago
  6. da73b4e gre: Fix wrong tpi->proto in WCCP by Haishuang Yan · 8 years ago
  7. 0b922b7 net: original ingress device index in PKTINFO by David Ahern · 8 years ago
  8. 74b2058 net: l3mdev: Add hook in ip and ipv6 by David Ahern · 8 years ago
  9. e271c7b gre: do not keep the GRE header around in collect medata mode by Jiri Benc · 8 years ago
  10. 756ee17 tcp: replace cnt & rtt with struct in pkts_acked() by Lawrence Brakmo · 8 years ago
  11. 10a8198 tcp: refresh skb timestamp at retransmit time by Eric Dumazet · 8 years ago
  12. 1ff23be net: l3mdev: Allow send on enslaved interface by David Ahern · 8 years ago
  13. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  14. e8ed77d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  15. 229740c udp_offload: Set encapsulation before inner completes. by Jarno Rajahalme · 8 years ago
  16. 43b8448 udp_tunnel: Remove redundant udp_tunnel_gro_complete(). by Jarno Rajahalme · 8 years ago
  17. 47dcc20 ipv4: tcp: ip_send_unicast_reply() is not BH safe by Eric Dumazet · 8 years ago
  18. b3b4663 net: vrf: Create FIB tables on link create by David Ahern · 8 years ago
  19. 0a93aae netfilter: conntrack: use a single expectation table for all namespaces by Florian Westphal · 8 years ago
  20. 03d7dc5 netfilter: conntrack: check netns when walking expect hash by Florian Westphal · 8 years ago
  21. d7cdf81 netfilter: x_tables: get rid of old and inconsistent debugging by Pablo Neira Ayuso · 8 years ago
  22. 56d52d4 netfilter: conntrack: use a single hashtable for all namespaces by Florian Westphal · 8 years ago
  23. e0c7d47 netfilter: conntrack: check netns when comparing conntrack objects by Florian Westphal · 8 years ago
  24. 245cfdc netfilter: conntrack: small refactoring of conntrack seq_printf by Florian Westphal · 8 years ago
  25. 777c6ae tcp: two more missing bh disable by Eric Dumazet · 8 years ago
  26. 614bdd4 tcp: must block bh in __inet_twsk_hashdance() by Eric Dumazet · 8 years ago
  27. 46cc6e4 tcp: fix lockdep splat in tcp_snd_una_update() by Eric Dumazet · 8 years ago
  28. 32b583a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 8 years ago
  29. 125372f gre: receive also TEB packets for lwtunnels by Jiri Benc · 8 years ago
  30. 244a797 gre: move iptunnel_pull_header down to ipgre_rcv by Jiri Benc · 8 years ago
  31. 00b2034 gre: remove superfluous pskb_may_pull by Jiri Benc · 8 years ago
  32. f132ae7 gre: change gre_parse_header to return the header length by Jiri Benc · 8 years ago
  33. d401123 tcp: guarantee forward progress in tcp_sendmsg() by Eric Dumazet · 8 years ago
  34. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  35. 1d2077a net: add __sock_wfree() helper by Eric Dumazet · 8 years ago
  36. 9580bf2 net: relax expensive skb_unclone() in iptunnel_handle_offloads() by Eric Dumazet · 8 years ago
  37. 182a352 gre: Create common functions for transmit by Tom Herbert · 8 years ago
  38. 95f5c64 gre: Move utility functions to common headers by Tom Herbert · 8 years ago
  39. d41a69f tcp: make tcp_sendmsg() aware of socket backlog by Eric Dumazet · 8 years ago
  40. e61da9e udp: prepare for non BH masking at backlog processing by Eric Dumazet · 8 years ago
  41. fb3477c tcp: do not block bh during prequeue processing by Eric Dumazet · 8 years ago
  42. c10d931 tcp: do not assume TCP code is non preemptible by Eric Dumazet · 8 years ago
  43. b7f8fe2 gre: do not pull header in ICMP error processing by Jiri Benc · 8 years ago
  44. 90e5d0d soreuseport: Fix TCP listener hash collision by Craig Gallek · 8 years ago
  45. f27337e ip_tunnel: fix preempt warning in ip tunnel creation/updating by Paolo Abeni · 8 years ago
  46. 92b4423 netfilter: fix IS_ERR_VALUE usage by Pablo Neira Ayuso · 8 years ago
  47. 0cef6a4 tcp: give prequeue mode some care by Eric Dumazet · 8 years ago
  48. 946b636 gre: reject GUE and FOU in collect metadata mode by Jiri Benc · 8 years ago
  49. 2090714 gre: build header correctly for collect metadata tunnels by Jiri Benc · 8 years ago
  50. a64b04d gre: do not assign header_ops in collect metadata mode by Jiri Benc · 8 years ago
  51. a166140 tcp: Handle eor bit when fragmenting a skb by Martin KaFai Lau · 8 years ago
  52. a643b5d tcp: Handle eor bit when coalescing skb by Martin KaFai Lau · 8 years ago
  53. c134ecb tcp: Make use of MSG_EOR in tcp_sendmsg by Martin KaFai Lau · 8 years ago
  54. 0a2cf20 tcp: remove SKBTX_ACK_TSTAMP since it is redundant by Soheil Hassas Yeganeh · 8 years ago
  55. 863c1fd tcp: remove an unnecessary check in tcp_tx_timestamp by Soheil Hassas Yeganeh · 8 years ago
  56. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 8 years ago
  57. b15084e net: rename IP_UPD_PO_STATS_BH() by Eric Dumazet · 8 years ago
  58. 98f6199 net: rename IP_ADD_STATS_BH() by Eric Dumazet · 8 years ago
  59. b45386e net: rename IP_INC_STATS_BH() by Eric Dumazet · 8 years ago
  60. 214d3f1 net: icmp: rename ICMPMSGIN_INC_STATS_BH() by Eric Dumazet · 8 years ago
  61. 90bbcc6 net: tcp: rename TCP_INC_STATS_BH by Eric Dumazet · 8 years ago
  62. 02c2234 net: udp: rename UDP_INC_STATS_BH() by Eric Dumazet · 8 years ago
  63. 5d3848b net: rename ICMP_INC_STATS_BH() by Eric Dumazet · 8 years ago
  64. 6aef70a net: snmp: kill various STATS_USER() helpers by Eric Dumazet · 8 years ago
  65. c0cc531 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  66. 6ed46d1 sock_diag: align nlattr properly when needed by Nicolas Dichtel · 8 years ago
  67. 960a262 net: better drop monitoring in ip{6}_recv_error() by Eric Dumazet · 8 years ago
  68. 0aea76d tcp: SYN packets are now simply consumed by Eric Dumazet · 8 years ago
  69. d296ba6 soreuseport: Resolve merge conflict for v4/v6 ordering fix by Craig Gallek · 8 years ago
  70. 391a203 ipv4/fib: don't warn when primary address is missing if in_dev is dead by Paolo Abeni · 8 years ago
  71. 10d3be5 tcp-tso: do not split TSO packets at retransmit time by Eric Dumazet · 8 years ago
  72. 2de8023 tcp: Merge txstamp_ack in tcp_skb_collapse_tstamp by Martin KaFai Lau · 8 years ago
  73. b51e13f tcp: Carry txstamp_ack in tcp_fragment_tstamp by Martin KaFai Lau · 8 years ago
  74. 11afbff Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  75. 2175d87 libnl: nla_put_msecs(): align on a 64-bit area by Nicolas Dichtel · 8 years ago
  76. b46f6de libnl: nla_put_be64(): align on a 64-bit area by Nicolas Dichtel · 8 years ago
  77. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  78. cfea5a6 tcp: Merge tx_flags and tskey in tcp_shifted_skb by Martin KaFai Lau · 8 years ago
  79. 082ac2d tcp: Merge tx_flags and tskey in tcp_collapse_retrans by Martin KaFai Lau · 8 years ago
  80. a9a0804 ipmr: align RTA_MFC_STATS on 64-bit by Nicolas Dichtel · 8 years ago
  81. b7de529 net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diag by Xin Long · 8 years ago
  82. 479f85c tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acks by Martin KaFai Lau · 8 years ago
  83. 110361f udp: fix if statement in SIOCINQ ioctl by Dan Carpenter · 8 years ago
  84. e0c2096 GRE: Add support for GRO/GSO of IPv6 GRE traffic by Alexander Duyck · 8 years ago
  85. aed069d ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb by Alexander Duyck · 8 years ago
  86. cb2050a sctp: export some functions for sctp_diag in inet_diag by Xin Long · 8 years ago
  87. 8804b27 tcp: remove false sharing in tcp_rcv_state_process() by Eric Dumazet · 8 years ago
  88. b3d0514 tcp: do not mess with listener sk_wmem_alloc by Eric Dumazet · 8 years ago
  89. d894ba1 soreuseport: fix ordering for mixed v4/v6 sockets by Craig Gallek · 8 years ago
  90. 802ab55 GSO: Support partial segmentation offload by Alexander Duyck · 8 years ago
  91. 1530545 GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values by Alexander Duyck · 8 years ago
  92. cbc53e0 GSO: Add GSO type for fixed IPv4 ID by Alexander Duyck · 8 years ago
  93. d6d5e99 route: do not cache fib route info on local routes with oif by Chris Friesen · 8 years ago
  94. 31c2e49 udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUM by Willem de Bruijn · 8 years ago
  95. 9f9a45b udp: do not expect udp headers on ioctl SIOCINQ by Willem de Bruijn · 8 years ago
  96. 60e1951 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  97. d7591f0 netfilter: x_tables: introduce and use xt_copy_counters_from_user by Florian Westphal · 8 years ago
  98. aded9f3 netfilter: x_tables: remove obsolete check by Florian Westphal · 8 years ago
  99. 9560915 netfilter: x_tables: remove obsolete overflow check for compat case too by Florian Westphal · 8 years ago
  100. 09d9686 netfilter: x_tables: do compat validation via translate_table by Florian Westphal · 8 years ago