summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-3/+5
|\
| * ipv4: fix reply_dst leakage on arp replyJiri Benc2015-10-051-3/+5
| * inet: fix race in reqsk_queue_unlink()Eric Dumazet2015-10-051-9/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-10-1810-38/+24
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-10-1728-261/+382
| |\ \
| * | | netfilter: ipv4: whitespace around operatorsIan Morris2015-10-163-6/+6
| * | | netfilter: ipv4: code indentationIan Morris2015-10-163-5/+5
| * | | netfilter: ipv4: function definition layoutIan Morris2015-10-162-6/+6
| * | | netfilter: ipv4: ternary operator layoutIan Morris2015-10-162-5/+5
| * | | netfilter: ipv4: label placementIan Morris2015-10-162-2/+2
| * | | netfilter: remove hook owner refcountingFlorian Westphal2015-10-164-14/+0
* | | | tcp: do not set queue_mapping on SYNACKEric Dumazet2015-10-184-6/+3
* | | | ipconfig: send Client-identifier in DHCP requestsLi RongQing2015-10-181-1/+31
| |/ / |/| |
* | | net: Fix suspicious RCU usage in fib_rebalanceDavid Ahern2015-10-161-2/+2
* | | tcp/dccp: fix race at listener dismantle phaseEric Dumazet2015-10-161-22/+49
* | | tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet2015-10-162-3/+9
* | | Revert "inet: fix double request socket freeing"Eric Dumazet2015-10-161-2/+2
* | | tcp: avoid spurious SYN flood detection at listen() timeEric Dumazet2015-10-141-2/+2
* | | tcp/dccp: fix potential NULL deref in __inet_inherit_port()Eric Dumazet2015-10-141-0/+4
* | | Revert "ipv4/icmp: redirect messages can use the ingress daddr as source"Paolo Abeni2015-10-142-15/+1
* | | tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet2015-10-131-1/+6
* | | ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-123-10/+11
* | | ipv4: Only compute net once in ip_call_ra_chainEric W. Biederman2015-10-121-1/+2
* | | ipv4/icmp: redirect messages can use the ingress daddr as sourcePaolo Abeni2015-10-122-1/+15
* | | net: shrink struct sock and request_sock by 8 bytesEric Dumazet2015-10-125-14/+14
* | | net: SO_INCOMING_CPU setsockopt() supportEric Dumazet2015-10-122-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/+5
* | | ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-086-11/+10
* | | ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman2015-10-081-3/+2
* | | 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/+4
* | | 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/+3
* | | 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-051-2/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede...David S. Miller2015-10-051-24/+20
|\ \ \
| * | | ipv4: Pass struct net through ip_fragmentEric W. Biederman2015-09-301-24/+20