aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-25tcp: constify tcp_make_synack() socket argumentEric Dumazet1-9/+15
2015-09-25tcp: remove tcp_ecn_make_synack() socket argumentEric Dumazet2-9/+13
2015-09-25tcp: remove tcp_synack_options() socket argumentEric Dumazet1-8/+7
2015-09-25ip: constify ip_build_and_send_pkt() socket argumentEric Dumazet1-6/+8
2015-09-25tcp: md5: constify tcp_md5_do_lookup() socket argumentEric Dumazet1-3/+3
2015-09-25inet: constify inet_csk_route_req() socket argumentEric Dumazet1-1/+1
2015-09-25inet: constify ip_route_output_flow() socket argumentEric Dumazet1-1/+1
2015-09-25tcp: constify tcp_openreq_init_rwin()Eric Dumazet1-10/+18
2015-09-25tcp: constify listener socket in tcp_v[46]_init_req()Eric Dumazet1-1/+2
2015-09-24tcp: factorize sk_txhash initEric Dumazet2-1/+1
2015-09-24lwtunnel: remove source and destination UDP port config optionJiri Benc1-24/+0
2015-09-24ipv4: send arp replies to the correct tunnelJiri Benc2-14/+53
2015-09-23tcp: add proper TS val into RST packetsEric Dumazet1-0/+1
2015-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller24-120/+98
2015-09-21inet: fix races in reqsk_queue_hash_req()Eric Dumazet1-4/+4
2015-09-21tcp/dccp: fix timewait races in timer handlingEric Dumazet2-13/+16
2015-09-21tcp: send loss probe after 1s if no RTT availableYuchung Cheng1-4/+5
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng3-17/+17
2015-09-20iptunnel: make rx/tx bytes counters consistentNicolas Dichtel1-1/+1
2015-09-20net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró1-2/+4
2015-09-18netfilter: Pass net into nf_xfrm_me_harderEric W. Biederman1-2/+2
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman15-51/+51
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman1-2/+2
2015-09-18netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6Eric W. Biederman2-20/+5
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net devicesEric W. Biederman2-4/+3
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2-0/+2
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman8-10/+9
2015-09-18inet netfilter: Prefer state->hook to ops->hooknumEric W. Biederman3-10/+10
2015-09-18inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman8-22/+15
2015-09-17tcp_cubic: do not set epoch_start in the futureEric Dumazet1-2/+8
2015-09-17net: Initialize table in fib resultDavid Ahern1-0/+2
2015-09-17net: only check perm protocol when register protoJunwei Zhang1-11/+5
2015-09-17tcp: provide skb->hash to synack packetsEric Dumazet3-1/+4
2015-09-17netfilter: Add blank lines in callers of netfilter hooksEric W. Biederman1-0/+1
2015-09-17netfilter: Pass net into okfnEric W. Biederman8-18/+14
2015-09-17netfilter: Use nf_hook_state.netEric W. Biederman10-30/+19
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman8-27/+37
2015-09-17arp: Introduce arp_xmit_finishEric W. Biederman1-1/+6
2015-09-17ipv4: Only compute net once in ipmr_forward_finishEric W. Biederman1-2/+3
2015-09-17ipv4: Only compute net once in ip_rcv_finishEric W. Biederman1-6/+4
2015-09-17ipv4: Only compute net once in ip_finish_output2Eric W. Biederman1-2/+3
2015-09-17ipv4: Explicitly compute net in ip_fragmentEric W. Biederman1-3/+2
2015-09-17ipv4: Only compute net once in ip_do_fragmentEric W. Biederman1-6/+8