summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-05-31net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MINSorin Dumitru
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-27tcp: 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-22tcp: 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
2015-05-19tcp: Return error instead of partial read for saved syn headersEric B Munson
2015-05-19bridge_netfilter: No ICMP packet on IPv4 fragmentation errorAndy Zhou
2015-05-19IPv4: skip ICMP for bridge contrack users when defrag expiresAndy Zhou
2015-05-19ipv4: introduce frag_expire_skip_icmp()Andy Zhou
2015-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-05-18tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot
2015-05-18tcp: halves tcp_mem[] limitsEric Dumazet
2015-05-18tcp: allow one skb to be received per socket under memory pressureEric Dumazet
2015-05-18tcp: fix behavior for epoll edge triggerEric Dumazet
2015-05-18tcp: introduce tcp_under_memory_pressure()Eric Dumazet
2015-05-18tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet
2015-05-17netfilter: synproxy: fix sparse errorsEric Dumazet
2015-05-17ipip: fix one sparse errorEric Dumazet
2015-05-15netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso
2015-05-15rename RTNH_F_EXTERNAL to RTNH_F_OFFLOADRoopa Prabhu
2015-05-15ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64Alexander Duyck
2015-05-13geneve_core: identify as driver library in modules descriptionJohn W. Linville
2015-05-13geneve: Rename support library as geneve_coreJohn W. Linville
2015-05-13geneve: move definition of geneve_hdr() to geneve.hJohn W. Linville
2015-05-13geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.cJohn W. Linville
2015-05-13ipv4: __ip_local_out_sk() is staticEric Dumazet
2015-05-13tcp/dccp: tw_timer_handler() is staticEric Dumazet