summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-311-3/+1
|\
| * netfilter: remove unused comefrom hookmask argumentFlorian Westphal2015-05-261-3/+1
* | net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MINSorin Dumitru2015-05-301-4/+6
* | tcp/dccp: warn user for preferred ip_local_port_rangeEric Dumazet2015-05-271-0/+6
* | tcp: connect() from bound sockets can be fasterEric Dumazet2015-05-271-2/+7
* | tcp/dccp: try to not exhaust ip_local_port_range in connect()Eric Dumazet2015-05-272-3/+9
* | ip_fragment: don't forward defragmented DF packetFlorian Westphal2015-05-272-7/+36
* | net: ipv4: avoid repeated calls to ip_skb_dst_mtu helperFlorian Westphal2015-05-271-7/+12
* | ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include.David S. Miller2015-05-271-0/+1
* | tcp: tcp_tso_autosize() minimum is one packetEric Dumazet2015-05-262-3/+3
* | tcp: fix/cleanup inet_ehash_locks_alloc()Eric Dumazet2015-05-261-0/+31
* | ip: reject too-big defragmented DF-skb when forwardingFlorian Westphal2015-05-251-7/+11
* | net: make skb_splice_bits more configureableHannes Frederic Sowa2015-05-251-2/+3
* | net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa2015-05-251-11/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-238-12/+43
|\ \
| * | ipv4: fill in table id when replacing a routeMichal Kubeček2015-05-221-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-05-222-0/+12
| |\ \
| | * | netfilter: ensure number of counters is >0 in do_replace()Dave Jones2015-05-202-0/+12
| * | | ipv4: Avoid crashing in ip_errorEric W. Biederman2015-05-221-0/+4
| * | | tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet2015-05-223-4/+15
| * | | tcp: don't over-send F-RTO probesYuchung Cheng2015-05-191-3/+3
| * | | tcp: only undo on partial ACKs in CA_LossYuchung Cheng2015-05-191-3/+6
| |/ /
| * | tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot2015-05-171-1/+1
| * | rename RTNH_F_EXTERNAL to RTNH_F_OFFLOADRoopa Prabhu2015-05-141-1/+1
| * | tcp_westwood: fix tcp_westwood_info()Eric Dumazet2015-05-051-7/+8
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-048-44/+92
| |\ \
* | | | tcp: add tcpi_segs_in and tcpi_segs_out to tcp_infoMarcelo Ricardo Leitner2015-05-214-0/+5
* | | | tcp: improve REUSEADDR/NOREUSEADDR cohabitationEric Dumazet2015-05-211-0/+14
* | | | inet_hashinfo: remove bsocket counterEric Dumazet2015-05-212-12/+0
* | | | tcp: ensure epoll edge trigger wakeup when write queue is emptyJason Baron2015-05-211-0/+6
* | | | tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet2015-05-212-13/+16
* | | | tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann2015-05-193-1/+24
* | | | tcp: Return error instead of partial read for saved syn headersEric B Munson2015-05-191-1/+9
| |_|/ |/| |
* | | bridge_netfilter: No ICMP packet on IPv4 fragmentation errorAndy Zhou2015-05-191-12/+28
* | | IPv4: skip ICMP for bridge contrack users when defrag expiresAndy Zhou2015-05-191-1/+3
* | | ipv4: introduce frag_expire_skip_icmp()Andy Zhou2015-05-191-4/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-05-181-0/+5
|\ \ \
| * | | netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso2015-05-151-0/+5
* | | | tcp: halves tcp_mem[] limitsEric Dumazet2015-05-171-4/+5
* | | | tcp: allow one skb to be received per socket under memory pressureEric Dumazet2015-05-171-4/+6
* | | | tcp: fix behavior for epoll edge triggerEric Dumazet2015-05-171-2/+13
* | | | tcp: introduce tcp_under_memory_pressure()Eric Dumazet2015-05-173-7/+7
* | | | tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet2015-05-171-2/+4
* | | | netfilter: synproxy: fix sparse errorsEric Dumazet2015-05-171-2/+2
* | | | ipip: fix one sparse errorEric Dumazet2015-05-171-1/+2
* | | | ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64Alexander Duyck2015-05-141-16/+2
* | | | geneve_core: identify as driver library in modules descriptionJohn W. Linville2015-05-131-2/+2
* | | | geneve: Rename support library as geneve_coreJohn W. Linville2015-05-133-3/+3
* | | | geneve: move definition of geneve_hdr() to geneve.hJohn W. Linville2015-05-131-5/+0
* | | | geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.cJohn W. Linville2015-05-131-1/+0
OpenPOWER on IntegriCloud