aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-05ipv4: ICMP packet inspection for multipathPeter Nørlund2-8/+70
2015-10-05ipv4: L3 hash-based multipathPeter Nørlund2-69/+87
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet2-4/+6
2015-10-05tcp: fix fastopen races vs lockless listenerEric Dumazet2-20/+12
2015-10-03tcp: do not lock listener to process SYN packetsEric Dumazet1-2/+9
2015-10-03tcp/dccp: add a reschedule point in inet_csk_listen_stop()Eric Dumazet1-0/+1
2015-10-03tcp: remove max_qlen_logEric Dumazet1-2/+2
2015-10-03tcp/dccp: remove struct listen_sockEric Dumazet1-10/+4
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet5-23/+33
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet6-257/+79
2015-10-03tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet1-1/+1
2015-10-03tcp: get_openreq[46]() changesEric Dumazet1-4/+4
2015-10-03tcp: remove BUG_ON() in tcp_check_req()Eric Dumazet1-2/+0
2015-10-03tcp: cleanup tcp_v[46]_inbound_md5_hash()Eric Dumazet1-10/+6
2015-10-03tcp: call sk_mark_napi_id() on the child, not the listenerEric Dumazet1-1/+1
2015-10-03tcp: move synflood_warned into struct request_sock_queueEric Dumazet1-4/+3
2015-10-03tcp: move qlen/young out of struct listen_sockEric Dumazet2-4/+4
2015-10-03tcp: add a spinlock to protect struct request_sock_queueEric Dumazet1-14/+7
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2015-09-29net: Initialize flow flags in input pathDavid Ahern2-0/+2
2015-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-19/+22
2015-09-29net: Replace calls to vrf_dev_get_rthDavid Ahern1-5/+3
2015-09-29net: Replace vrf_dev_table and friendsDavid Ahern2-6/+5
2015-09-29net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern5-17/+17
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern3-3/+3
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet5-34/+19
2015-09-29tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet1-4/+5
2015-09-29tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet1-1/+2
2015-09-29tcp: cookie_init_sequence() cleanupsEric Dumazet1-5/+1
2015-09-29tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet1-1/+1
2015-09-29tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet1-1/+3
2015-09-29inet: constify __inet_inherit_port() sock argumentEric Dumazet1-1/+1
2015-09-29inet: constify inet_csk_route_child_sock() socket argumentEric Dumazet1-1/+1
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet3-4/+4
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet3-6/+5
2015-09-29tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet1-2/+2
2015-09-29net: Remove martian_source_keep_err goto labelDavid Ahern1-4/+2
2015-09-29net: Swap ordering of tests in ip_route_input_mcAlexander Duyck1-3/+2
2015-09-29net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcuAlexander Duyck1-1/+1
2015-09-29ipv4: Pass struct net into ip_route_me_harderEric W. Biederman6-8/+9
2015-09-29netfilter: ipt_SYNPROXY: Pass snet into synproxy_send_tcpEric W. Biederman1-7/+9
2015-09-29netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman1-1/+1
2015-09-29ipv4: Push struct net down into nf_send_resetEric W. Biederman3-3/+3
2015-09-28tcp: Fix CWV being too strict on thin streamsBendik Rønning Opstad1-2/+2
2015-09-28tcp: avoid reorders for TFO passive connectionsEric Dumazet2-24/+30
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-64/+94
2015-09-25net: Fix panic in icmp_route_lookupDavid Ahern1-2/+2
2015-09-25inet: constify inet_rtx_syn_ack() sock argumentEric Dumazet1-1/+1
2015-09-25tcp/dccp: constify rtx_synack() and friendsEric Dumazet1-1/+1
2015-09-25tcp: constify tcp_v{4|6}_send_synack() socket argumentEric Dumazet1-1/+1