summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2014-03-06net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal1-2/+69
2014-03-06ipv4: fix counter in_slow_totDuan Jiong1-2/+2
2014-03-06tcp: tsq: fix nonagle handlingJohn Ogness1-2/+11
2014-03-06ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven1-1/+2
2014-02-06net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger1-1/+1
2014-02-06fib_frontend: fix possible NULL pointer dereferenceOliver Hartkopp1-0/+2
2014-02-06ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is calledDuan Jiong1-0/+1
2014-02-06tcp: metrics: Avoid duplicate entries with the same destination-IPChristoph Paasch1-19/+32
2014-02-06net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa1-2/+5
2014-02-06inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell1-1/+3
2014-01-15net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann1-0/+16
2014-01-15ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs1-0/+1
2013-12-20Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"Greg Kroah-Hartman1-3/+0
2013-12-11net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-12-08tcp: gso: fix truesize trackingEric Dumazet1-8/+5
2013-12-08inet: fix possible seqlock deadlocksEric Dumazet3-3/+3
2013-12-08net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-12-08ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov1-2/+6
2013-12-08tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin1-1/+0
2013-12-08xfrm: Release dst if this dst is improper for vti tunnelfan.du1-0/+1
2013-12-08inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa4-4/+5
2013-12-08inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa3-14/+6
2013-12-08ipv4: fix possible seqlock deadlockEric Dumazet1-1/+1
2013-12-08net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet1-1/+4
2013-12-08tcp: tsq: restore minimal amount of queueingEric Dumazet2-7/+5
2013-11-20ip_gre: Fix WCCPv2 header parsing.Pravin B Shelar3-4/+4
2013-11-04inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa1-1/+1
2013-11-04vti: get rid of nf mark rule in preroutingChristophe Gouault1-3/+11
2013-11-04ipv4: fix ineffective source address selectionJiri Benc1-1/+1
2013-11-04net: do not call sock_put() on TIMEWAIT socketsEric Dumazet1-1/+1
2013-11-04tcp: fix incorrect ca_state in tail loss probeYuchung Cheng1-1/+1
2013-11-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet1-1/+4
2013-11-04tcp: must unclone packets before mangling themEric Dumazet1-3/+6
2013-11-04tcp: TSQ can use a dynamic limitEric Dumazet1-6/+11
2013-11-04tcp: TSO packets automatic sizingEric Dumazet4-7/+67
2013-10-13ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert1-6/+6
2013-10-13ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine1-2/+2
2013-10-13net: net_secret should not depend on TCPEric Dumazet1-3/+1
2013-10-13ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka6-10/+10
2013-10-13ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka1-1/+1
2013-10-13tcp: Add missing braces to do_tcp_setsockoptDave Jones1-1/+2
2013-09-14tcp: tcp_make_synack() should use sock_wmallocPhil Oester1-1/+1
2013-09-14ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark1-1/+2
2013-09-14tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin1-3/+6
2013-09-14tcp: initialize rcv_tstamp for restored socketsAndrew Vagin1-0/+2
2013-09-14tcp: set timestamps for restored skb-sAndrey Vagin1-0/+7
2013-09-14ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar1-1/+1
2013-09-14ip_gre: fix ipgre_header to return correct offset MIME-Version: 1.0Timo Teräs1-1/+1
2013-09-14tcp: cubic: fix bug in bictcp_acked()Eric Dumazet1-1/+1
2013-09-14tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet1-4/+6