aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-07tcp: get_cookie_sock() consolidationEric Dumazet1-5/+5
2015-06-07tcp: remove redundant checks IIEric Dumazet1-4/+0
2015-06-06inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet2-1/+9
2015-06-04tcp: double default TSQ output bytes limitWei Liu1-2/+2
2015-06-04tcp: remove redundant checksEric Dumazet1-2/+2
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-11/+22
2015-05-31tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2-2/+8
2015-05-31udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-3/+1
2015-05-30net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MINSorin Dumitru1-4/+6
2015-05-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller2-5/+12
2015-05-28ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck1-2/+7
2015-05-28ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck1-2/+3
2015-05-27tcp/dccp: warn user for preferred ip_local_port_rangeEric Dumazet1-0/+6
2015-05-27tcp: connect() from bound sockets can be fasterEric Dumazet1-2/+7
2015-05-27tcp/dccp: try to not exhaust ip_local_port_range in connect()Eric Dumazet2-3/+9
2015-05-27ip_fragment: don't forward defragmented DF packetFlorian Westphal2-7/+36
2015-05-27net: ipv4: avoid repeated calls to ip_skb_dst_mtu helperFlorian Westphal1-7/+12
2015-05-27ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include.David S. Miller1-0/+1
2015-05-26tcp: tcp_tso_autosize() minimum is one packetEric Dumazet2-3/+3
2015-05-26tcp: fix/cleanup inet_ehash_locks_alloc()Eric Dumazet1-0/+31
2015-05-26netfilter: remove unused comefrom hookmask argumentFlorian Westphal1-3/+1
2015-05-25ip: reject too-big defragmented DF-skb when forwardingFlorian Westphal1-7/+11
2015-05-25net: make skb_splice_bits more configureableHannes Frederic Sowa1-2/+3
2015-05-25net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa1-11/+4
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-12/+43
2015-05-22ipv4: fill in table id when replacing a routeMichal Kubeček1-0/+1
2015-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+12
2015-05-22ipv4: Avoid crashing in ip_errorEric W. Biederman1-0/+4
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet3-4/+15
2015-05-21tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner4-0/+5
2015-05-21tcp: improve REUSEADDR/NOREUSEADDR cohabitationEric Dumazet1-0/+14
2015-05-21inet_hashinfo: remove bsocket counterEric Dumazet2-12/+0
2015-05-21tcp: ensure epoll edge trigger wakeup when write queue is emptyJason Baron1-0/+6
2015-05-21tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet2-13/+16
2015-05-20netfilter: ensure number of counters is >0 in do_replace()Dave Jones2-0/+12
2015-05-19tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann3-1/+24
2015-05-19tcp: don't over-send F-RTO probesYuchung Cheng1-3/+3
2015-05-19tcp: only undo on partial ACKs in CA_LossYuchung Cheng1-3/+6
2015-05-19tcp: Return error instead of partial read for saved syn headersEric B Munson1-1/+9
2015-05-19bridge_netfilter: No ICMP packet on IPv4 fragmentation errorAndy Zhou1-12/+28
2015-05-19IPv4: skip ICMP for bridge contrack users when defrag expiresAndy Zhou1-1/+3
2015-05-19ipv4: introduce frag_expire_skip_icmp()Andy Zhou1-4/+9
2015-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+5
2015-05-17tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot1-1/+1
2015-05-17tcp: halves tcp_mem[] limitsEric Dumazet1-4/+5
2015-05-17tcp: allow one skb to be received per socket under memory pressureEric Dumazet1-4/+6
2015-05-17tcp: fix behavior for epoll edge triggerEric Dumazet1-2/+13
2015-05-17tcp: introduce tcp_under_memory_pressure()Eric Dumazet3-7/+7
2015-05-17tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet1-2/+4