aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-19tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann3-1/+24
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: 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-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
2015-05-09tcp: adjust window probe timers to safer valuesEric Dumazet2-2/+2
2015-05-05ipv4/ip_tunnel_core: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet4-0/+57
2015-05-04net: Export IGMP/MLD message validation codeLinus Lüssing1-0/+162
2015-05-04net: ipv4: route: Fix sending IGMP messages with link addressAndrew Lunn1-1/+2
2015-05-03tcp: invoke pkts_acked hook on every ACKKenneth Klette Jonassen1-6/+3
2015-05-03tcp: improve RTT from SACK for CCKenneth Klette Jonassen1-18/+22
2015-05-03tcp: move struct tcp_sacktag_state to tcp_ack()Kenneth Klette Jonassen1-23/+22
2015-05-02ipv4: remove the unnecessary codes in fib_info_hash_moveLi RongQing1-4/+0
2015-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+2
2015-05-01ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-05-01ipv4: speedup ip_idents_reserve()Eric Dumazet1-9/+11
2015-04-30tcp_westwood: fix tcp_westwood_info()Eric Dumazet1-7/+8
2015-04-29tcp: update reordering first before detecting lossYuchung Cheng1-4/+2
2015-04-29tcp: add TCP_CC_INFO socket optionEric Dumazet1-0/+21
2015-04-29tcp: prepare CC get_info() access from getsockopt()Eric Dumazet5-33/+38
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet3-4/+15
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2-3/+16
2015-04-29route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu1-4/+1