summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-133-10/+11
* ipv4: Only compute net once in ip_call_ra_chainEric W. Biederman2015-10-131-1/+2
* ipv4/icmp: redirect messages can use the ingress daddr as sourcePaolo Abeni2015-10-132-1/+15
* net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-135-14/+14
* net: SO_INCOMING_CPU setsockopt() supportEric Dumazet2015-10-132-1/+7
* tcp: change type of alive from int to boolRichard Sailer2015-10-121-3/+3
* tcp: fix RFS vs lockless listenersEric Dumazet2015-10-112-0/+2
* net: Do not drop to make_route if oif is l3mdevDavid Ahern2015-10-081-1/+2
* dst: Pass net into dst->outputEric W. Biederman2015-10-083-9/+5Star
* ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-086-11/+10Star
* ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman2015-10-081-3/+2Star
* ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmitEric W. Biederman2015-10-081-4/+6
* ipv4: Cache net in iptunnel_xmitEric W. Biederman2015-10-081-2/+2
* ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-086-11/+11
* ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman2015-10-083-9/+4Star
* dst: Pass a sk into .local_outEric W. Biederman2015-10-083-3/+3
* net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-086-8/+9
* ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_skEric W. Biederman2015-10-081-1/+1
* ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_skEric W. Biederman2015-10-081-1/+1
* tcp: ensure prior synack rtx behavior with small backlogsEric Dumazet2015-10-071-1/+1
* net: ipv4: tcp.c Fixed an assignment coding style issueYuvaraja Mariappan2015-10-071-8/+16
* net: Lookup actual route when oif is VRF deviceDavid Ahern2015-10-071-0/+3
* net: Add l3mdev saddr lookup to raw_sendmsgDavid Ahern2015-10-071-2/+6
* net: Add source address lookup op for VRFDavid Ahern2015-10-071-19/+3Star
* net: Refactor path selection in __ip_route_output_key_hashDavid Ahern2015-10-072-15/+22
* net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern2015-10-071-1/+1
* ipv4: Fix compilation errors in fib_rebalancePeter Nørlund2015-10-061-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede...David S. Miller2015-10-051-24/+20Star
|\
| * ipv4: Pass struct net through ip_fragmentEric W. Biederman2015-09-301-24/+20Star
* | ipv4: ICMP packet inspection for multipathPeter Nørlund2015-10-052-8/+70
* | ipv4: L3 hash-based multipathPeter Nørlund2015-10-052-69/+87
* | tcp: avoid two atomic ops for syncookiesEric Dumazet2015-10-052-4/+6
* | tcp: fix fastopen races vs lockless listenerEric Dumazet2015-10-052-20/+12Star
* | tcp: do not lock listener to process SYN packetsEric Dumazet2015-10-031-2/+9
* | tcp/dccp: add a reschedule point in inet_csk_listen_stop()Eric Dumazet2015-10-031-0/+1
* | tcp: remove max_qlen_logEric Dumazet2015-10-031-2/+2
* | tcp/dccp: remove struct listen_sockEric Dumazet2015-10-031-10/+4Star
* | tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet2015-10-035-23/+33
* | tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-036-257/+79Star
* | tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet2015-10-031-1/+1
* | tcp: get_openreq[46]() changesEric Dumazet2015-10-031-4/+4
* | tcp: remove BUG_ON() in tcp_check_req()Eric Dumazet2015-10-031-2/+0Star
* | tcp: cleanup tcp_v[46]_inbound_md5_hash()Eric Dumazet2015-10-031-10/+6Star
* | tcp: call sk_mark_napi_id() on the child, not the listenerEric Dumazet2015-10-031-1/+1
* | tcp: move synflood_warned into struct request_sock_queueEric Dumazet2015-10-031-4/+3Star
* | tcp: move qlen/young out of struct listen_sockEric Dumazet2015-10-032-4/+4
* | tcp: add a spinlock to protect struct request_sock_queueEric Dumazet2015-10-031-14/+7Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-022-0/+2
|\ \ | |/ |/|
| * net: Initialize flow flags in input pathDavid Ahern2015-09-302-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-09-308-19/+22
|\ \