aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2015-05-17netfilter: synproxy: fix sparse errorsEric Dumazet1-2/+2
2015-05-17ipip: fix one sparse errorEric Dumazet1-1/+2
2015-05-15netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso1-0/+5
2015-05-14rename RTNH_F_EXTERNAL to RTNH_F_OFFLOADRoopa Prabhu1-1/+1
2015-05-14ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64Alexander Duyck1-16/+2
2015-05-13geneve_core: identify as driver library in modules descriptionJohn W. Linville1-2/+2
2015-05-13geneve: Rename support library as geneve_coreJohn W. Linville3-3/+3
2015-05-13geneve: move definition of geneve_hdr() to geneve.hJohn W. Linville1-5/+0
2015-05-13geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.cJohn W. Linville1-1/+0
2015-05-13ipv4: __ip_local_out_sk() is staticEric Dumazet1-1/+1
2015-05-13tcp/dccp: tw_timer_handler() is staticEric Dumazet1-1/+1
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko1-22/+18
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2-8/+4
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman2-2/+2
2015-05-09tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet3-7/+10