summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-06-11tcp: fill shinfo->gso_size at last momentEric Dumazet
2015-06-11tcp: tcp_set_skb_tso_segs() no longer need struct sock parameterEric Dumazet
2015-06-11tcp: fill shinfo->gso_type at last momentEric Dumazet
2015-06-11tcp: reserve tcp_skb_mss() to tcp stackEric Dumazet
2015-06-11tcp: add CDG congestion controlKenneth Klette Jonassen
2015-06-11tcp: export tcp_enter_cwr()Kenneth Klette Jonassen
2015-06-10net: tcp: dctcp_update_alpha() fixes.Eric Dumazet
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-07fib_trie: coding style: Use pointer after checkFiro Yang
2015-06-07tcp: get_cookie_sock() consolidationEric Dumazet
2015-06-07tcp: remove redundant checks IIEric Dumazet
2015-06-06inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet
2015-06-04tcp: double default TSQ output bytes limitWei Liu
2015-06-04tcp: remove redundant checksEric Dumazet
2015-06-04ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()Shawn Bohrer
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-31tcp: fix child sockets to use system default congestion control if not setNeal Cardwell
2015-05-31udp: fix behavior of wrong checksumsEric Dumazet
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-05-30net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MINSorin Dumitru
2015-05-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-05-28ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck
2015-05-28ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck
2015-05-28esp4: Switch to new AEAD interfaceHerbert Xu
2015-05-27tcp/dccp: warn user for preferred ip_local_port_rangeEric Dumazet
2015-05-27tcp: connect() from bound sockets can be fasterEric Dumazet
2015-05-27tcp/dccp: try to not exhaust ip_local_port_range in connect()Eric Dumazet
2015-05-27ip_fragment: don't forward defragmented DF packetFlorian Westphal
2015-05-27net: ipv4: avoid repeated calls to ip_skb_dst_mtu helperFlorian Westphal
2015-05-27ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include.David S. Miller
2015-05-26tcp: tcp_tso_autosize() minimum is one packetEric Dumazet
2015-05-26tcp: fix/cleanup inet_ehash_locks_alloc()Eric Dumazet
2015-05-26netfilter: remove unused comefrom hookmask argumentFlorian Westphal
2015-05-25ip: reject too-big defragmented DF-skb when forwardingFlorian Westphal
2015-05-25net: make skb_splice_bits more configureableHannes Frederic Sowa
2015-05-25net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-22ipv4: fill in table id when replacing a routeMichal Kubeček
2015-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-05-22ipv4: Avoid crashing in ip_errorEric W. Biederman
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner
2015-05-21tcp: improve REUSEADDR/NOREUSEADDR cohabitationEric Dumazet
2015-05-21inet_hashinfo: remove bsocket counterEric Dumazet
2015-05-21tcp: ensure epoll edge trigger wakeup when write queue is emptyJason Baron
2015-05-21tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet
2015-05-20netfilter: ensure number of counters is >0 in do_replace()Dave Jones
2015-05-19tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann
2015-05-19tcp: don't over-send F-RTO probesYuchung Cheng
2015-05-19tcp: only undo on partial ACKs in CA_LossYuchung Cheng