aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2013-11-04inet: fix possible memory corruption with UDP_CORK and UFOHannes Frederic Sowa
2013-11-04vti: get rid of nf mark rule in preroutingChristophe Gouault
2013-11-04ipv4: fix ineffective source address selectionJiri Benc
2013-11-04net: do not call sock_put() on TIMEWAIT socketsEric Dumazet
2013-11-04tcp: fix incorrect ca_state in tail loss probeYuchung Cheng
2013-11-04tcp: do not forget FIN in tcp_shifted_skb()Eric Dumazet
2013-11-04tcp: must unclone packets before mangling themEric Dumazet
2013-11-04tcp: TSQ can use a dynamic limitEric Dumazet
2013-11-04tcp: TSO packets automatic sizingEric Dumazet
2013-10-13ip_tunnel_core: Change __skb_push back to skb_pushSteffen Klassert
2013-10-13ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert
2013-10-13ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine
2013-10-13ip_tunnel: Do not use stale inner_iph pointer.Pravin B Shelar
2013-10-13net: net_secret should not depend on TCPEric Dumazet
2013-10-13ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-10-13ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka
2013-10-13tcp: Add missing braces to do_tcp_setsockoptDave Jones
2013-08-30ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun
2013-08-30tcp: tcp_make_synack() should use sock_wmallocPhil Oester
2013-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-08-29ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark
2013-08-29tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin
2013-08-29tcp: initialize rcv_tstamp for restored socketsAndrew Vagin
2013-08-26xfrm: revert ipv4 mtu determination to dst_mtuHannes Frederic Sowa
2013-08-20tcp: set timestamps for restored skb-sAndrey Vagin
2013-08-14xfrm: introduce helper for safe determination of mtuHannes Frederic Sowa
2013-08-14xfrm: make local error reporting more robustHannes Frederic Sowa
2013-08-13ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar
2013-08-09net: rename busy poll MIB counterEliezer Tamir
2013-08-09ip_gre: fix ipgre_header to return correct offsetTimo Teräs
2013-08-07tcp: cubic: fix bug in bictcp_acked()Eric Dumazet
2013-08-07tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet
2013-08-05fib_trie: remove potential out of bound accessEric Dumazet
2013-08-05net: esp{4,6}: fix potential MTU calculation overflowsDaniel Borkmann
2013-08-02net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing failsDaniel Borkmann
2013-07-24fib_trie: potential out of bounds access in trie_show_stats()Jerry Snitselaar
2013-07-19sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar
2013-07-16ipv4: set transport header earlierEric Dumazet
2013-07-12tcp: account all retransmit failuresYuchung Cheng
2013-07-11gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck
2013-07-11gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck
2013-07-11inet: fix spacing in assignmentCamelia Groza
2013-07-10net: rename ll methods to busy-pollEliezer Tamir
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-07-08net: rename low latency sockets functions to busy pollEliezer Tamir
2013-07-03mm: use totalram_pages instead of num_physpages at runtimeJiang Liu
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-07-03net: gre: move GSO functions to gre_offloadDaniel Borkmann
2013-07-02ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar