aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAge
* net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger2014-02-06
* fib_frontend: fix possible NULL pointer dereferenceOliver Hartkopp2014-02-06
* ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is calledDuan Jiong2014-02-06
* tcp: metrics: Avoid duplicate entries with the same destination-IPChristoph Paasch2014-02-06
* net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa2014-02-06
* inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell2014-02-06
* net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann2014-01-15
* ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs2014-01-15
* Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"Greg Kroah-Hartman2013-12-20
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2013-12-12
* tcp: gso: fix truesize trackingEric Dumazet2013-12-08
* inet: fix possible seqlock deadlocksEric Dumazet2013-12-08
* net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2013-12-08
* ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov2013-12-08
* tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin2013-12-08
* xfrm: Release dst if this dst is improper for vti tunnelfan.du2013-12-08
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2013-12-08
* inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2013-12-08
* ipv4: fix possible seqlock deadlockEric Dumazet2013-12-08
* net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet2013-12-08
* tcp: tsq: restore minimal amount of queueingEric Dumazet2013-12-08
* ip_gre: Fix WCCPv2 header parsing.Pravin B Shelar2013-11-20
* inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa2013-11-04
* vti: get rid of nf mark rule in preroutingChristophe Gouault2013-11-04
* ipv4: fix ineffective source address selectionJiri Benc2013-11-04
* net: do not call sock_put() on TIMEWAIT socketsEric Dumazet2013-11-04
* tcp: fix incorrect ca_state in tail loss probeYuchung Cheng2013-11-04
* tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet2013-11-04
* tcp: must unclone packets before mangling themEric Dumazet2013-11-04
* tcp: TSQ can use a dynamic limitEric Dumazet2013-11-04
* tcp: TSO packets automatic sizingEric Dumazet2013-11-04
* ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert2013-10-13
* ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine2013-10-13
* net: net_secret should not depend on TCPEric Dumazet2013-10-13
* ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-10-13
* ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka2013-10-13
* tcp: Add missing braces to do_tcp_setsockoptDave Jones2013-10-13
* tcp: tcp_make_synack() should use sock_wmallocPhil Oester2013-09-14
* ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark2013-09-14
* tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin2013-09-14
* tcp: initialize rcv_tstamp for restored socketsAndrew Vagin2013-09-14
* tcp: set timestamps for restored skb-sAndrey Vagin2013-09-14
* ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar2013-09-14
* ip_gre: fix ipgre_header to return correct offset MIME-Version: 1.0Timo Teräs2013-09-14
* tcp: cubic: fix bug in bictcp_acked()Eric Dumazet2013-09-14
* tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet2013-09-14
* fib_trie: remove potential out of bound accessEric Dumazet2013-09-14
* net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing failsDaniel Borkmann2013-09-14
* sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar2013-08-11
* ipv4: set transport header earlierEric Dumazet2013-07-28