summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-10-14tcp: avoid spurious SYN flood detection at listen() timeEric Dumazet
2015-10-14tcp/dccp: fix potential NULL deref in __inet_inherit_port()Eric Dumazet
2015-10-14Revert "ipv4/icmp: redirect messages can use the ingress daddr as source"Paolo Abeni
2015-10-13tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman
2015-10-12ipv4: Only compute net once in ip_call_ra_chainEric W. Biederman
2015-10-12ipv4/icmp: redirect messages can use the ingress daddr as sourcePaolo Abeni
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet
2015-10-12net: SO_INCOMING_CPU setsockopt() supportEric Dumazet
2015-10-12tcp: change type of alive from int to boolRichard Sailer
2015-10-11tcp: fix RFS vs lockless listenersEric Dumazet
2015-10-08net: Do not drop to make_route if oif is l3mdevDavid Ahern
2015-10-08dst: Pass net into dst->outputEric W. Biederman
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman
2015-10-08ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmitEric W. Biederman
2015-10-08ipv4: Cache net in iptunnel_xmitEric W. Biederman
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman
2015-10-08ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman
2015-10-08dst: Pass a sk into .local_outEric W. Biederman
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman
2015-10-08ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_skEric W. Biederman
2015-10-08ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_skEric W. Biederman
2015-10-07tcp: ensure prior synack rtx behavior with small backlogsEric Dumazet
2015-10-07net: ipv4: tcp.c Fixed an assignment coding style issueYuvaraja Mariappan
2015-10-07net: Lookup actual route when oif is VRF deviceDavid Ahern
2015-10-07net: Add l3mdev saddr lookup to raw_sendmsgDavid Ahern
2015-10-07net: Add source address lookup op for VRFDavid Ahern
2015-10-07net: Refactor path selection in __ip_route_output_key_hashDavid Ahern
2015-10-07net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern
2015-10-05ipv4: Fix compilation errors in fib_rebalancePeter Nørlund
2015-10-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede...David S. Miller
2015-10-05ipv4: ICMP packet inspection for multipathPeter Nørlund
2015-10-05ipv4: L3 hash-based multipathPeter Nørlund
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet
2015-10-05tcp: fix fastopen races vs lockless listenerEric Dumazet
2015-10-03tcp: do not lock listener to process SYN packetsEric Dumazet
2015-10-03tcp/dccp: add a reschedule point in inet_csk_listen_stop()Eric Dumazet
2015-10-03tcp: remove max_qlen_logEric Dumazet
2015-10-03tcp/dccp: remove struct listen_sockEric Dumazet
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet
2015-10-03tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet
2015-10-03tcp: get_openreq[46]() changesEric Dumazet
2015-10-03tcp: remove BUG_ON() in tcp_check_req()Eric Dumazet
2015-10-03tcp: cleanup tcp_v[46]_inbound_md5_hash()Eric Dumazet
2015-10-03tcp: call sk_mark_napi_id() on the child, not the listenerEric Dumazet
2015-10-03tcp: move synflood_warned into struct request_sock_queueEric Dumazet
2015-10-03tcp: move qlen/young out of struct listen_sockEric Dumazet
2015-10-03tcp: add a spinlock to protect struct request_sock_queueEric Dumazet