aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-05ipv6: use ktime_t for internal timestampsArnd Bergmann1-9/+7
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet1-1/+1
2015-10-03tcp: do not lock listener to process SYN packetsEric Dumazet1-2/+9
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet1-2/+3
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2-113/+36
2015-10-03tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet1-1/+1
2015-10-03tcp: get_openreq[46]() changesEric Dumazet1-3/+4
2015-10-03tcp: cleanup tcp_v[46]_inbound_md5_hash()Eric Dumazet1-4/+6
2015-10-03tcp: call sk_mark_napi_id() on the child, not the listenerEric Dumazet1-1/+1
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-7/+6
2015-09-29tcp: fix tcp_v6_md5_do_lookup prototypeEric Dumazet1-1/+1
2015-09-29net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern1-5/+3
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet1-2/+2
2015-09-29tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet1-1/+2
2015-09-29tcp: cookie_init_sequence() cleanupsEric Dumazet1-4/+1
2015-09-29tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet1-2/+3
2015-09-29dccp: use inet6_csk_route_req() helperEric Dumazet2-6/+9
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet1-1/+1
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet1-1/+1
2015-09-29tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet1-6/+6
2015-09-29net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern1-1/+2
2015-09-29ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman4-6/+5
2015-09-29netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman1-1/+1
2015-09-28net: Remove redundant oif checks in rt6_device_matchDavid Ahern1-3/+3
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-102/+201
2015-09-25tcp: constify tcp_v{4|6}_send_synack() socket argumentEric Dumazet1-1/+1
2015-09-25ipv6: constify ip6_xmit() sock argumentEric Dumazet2-8/+20
2015-09-25tcp: md5: constify tcp_md5_do_lookup() socket argumentEric Dumazet1-2/+2
2015-09-25ipv6: constify inet6_csk_route_req() socket argumentEric Dumazet1-1/+1
2015-09-25ipv6: constify ip6_dst_lookup_{flow|tail}() sock argumentsEric Dumazet1-2/+2
2015-09-25tcp: constify listener socket in tcp_v[46]_init_req()Eric Dumazet1-4/+5
2015-09-24ip6_tunnel: Reduce log level in ip6_tnl_err() to debugMatt Bennett1-8/+8
2015-09-24ip6_gre: Reduce log level in ip6gre_err() to debugMatt Bennett1-8/+8
2015-09-24tcp: factorize sk_txhash initEric Dumazet1-2/+0
2015-09-24ipv6: remove unused neigh parameter from ndisc functionsJiri Benc3-12/+9
2015-09-23ipv6 Use get_hash_from_flowi6 for rt6 hashTom Herbert1-25/+1
2015-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller21-112/+91
2015-09-21tcp: usec resolution SYN/ACK RTTYuchung Cheng1-1/+1
2015-09-20net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró1-1/+3
2015-09-18netfilter: Use nf_ct_net instead of dev_net(out) in nf_nat_masquerade_ipv6Eric W. Biederman1-1/+1
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. Biederman12-47/+47
2015-09-18netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tupleEric W. Biederman1-1/+2
2015-09-18netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6Eric W. Biederman2-20/+5
2015-09-18netfilter: nf_tables: Use pkt->net instead of computing net from the passed net_devicesEric W. Biederman1-3/+3
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net devicesEric W. Biederman3-5/+5
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman1-0/+1
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman6-9/+7
2015-09-18inet netfilter: Prefer state->hook to ops->hooknumEric W. Biederman3-11/+11