summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2014-02-26net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal
2014-02-26ipv4: fix counter in_slow_totDuan Jiong
2014-02-26tcp: tsq: fix nonagle handlingJohn Ogness
2014-02-26ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven
2014-02-06inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell
2014-02-06net: gre: use icmp_hdr() to get inner ip headerDuan Jiong
2014-02-06net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger
2014-02-06fib_frontend: fix possible NULL pointer dereferenceOliver Hartkopp
2014-02-06ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is calledDuan Jiong
2014-02-06tcp: metrics: Avoid duplicate entries with the same destination-IPChristoph Paasch
2014-02-06net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa
2014-01-15ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao
2014-01-15net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann
2014-01-15ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs
2014-01-15inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek
2013-12-20Revert "net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLAST"Greg Kroah-Hartman
2013-12-11net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden
2013-12-08xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert
2013-12-08inet: fix possible seqlock deadlocksEric Dumazet
2013-12-08net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden
2013-12-08gro: Clean up tcpX_gro_receive checksum verificationHerbert Xu
2013-12-08gro: Only verify TCP checksums for candidatesHerbert Xu
2013-12-08ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov
2013-12-08tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin
2013-12-08xfrm: Release dst if this dst is improper for vti tunnelfan.du
2013-12-08inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2013-12-08ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa
2013-12-08inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa
2013-12-08ipv4: fix possible seqlock deadlockEric Dumazet
2013-12-08net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet
2013-12-08tcp: tsq: restore minimal amount of queueingEric Dumazet
2013-12-08core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov
2013-11-20tcp: do not rearm RTO when future data are sackedYuchung Cheng
2013-11-20tcp: only take RTT from timestamps if new data is ackedYuchung Cheng
2013-11-20tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng
2013-11-20tcp: gso: fix truesize trackingEric Dumazet
2013-10-21tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell
2013-10-19ip_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko
2013-10-17tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()Eric Dumazet
2013-10-17tcp: must unclone packets before mangling themEric Dumazet
2013-10-17tcp: fix incorrect ca_state in tail loss probeYuchung Cheng
2013-10-11vti: get rid of nf mark rule in preroutingChristophe Gouault
2013-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-10-07ipv4: fix ineffective source address selectionJiri Benc
2013-10-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet
2013-10-02net: do not call sock_put() on TIMEWAIT socketsEric Dumazet
2013-10-02tcp: Always set options to 0 before calling tcp_established_optionsAndi Kleen
2013-10-01ip_tunnel: Remove double unregister of the fallback deviceSteffen Klassert
2013-10-01ip_tunnel_core: Change __skb_push back to skb_pushSteffen Klassert
2013-10-01ip_tunnel: Add fallback tunnels to the hash listsSteffen Klassert