summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2015-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-10-19tcp: do not set queue_mapping on SYNACKEric Dumazet
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal
2015-10-16tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet
2015-10-14netfilter: ipv6: pointer cast layoutIan Morris
2015-10-14netfilter: ip6_tables: improve if statementsIan Morris
2015-10-14tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet
2015-10-13netfilter: ip6_tables: ternary operator layoutIan Morris
2015-10-13netfilter: ipv6: whitespace around operatorsIan Morris
2015-10-13netfilter: ipv6: code indentationIan Morris
2015-10-13netfilter: ip6_tables: function definition layoutIan Morris
2015-10-13netfilter: ip6_tables: label placementIan Morris
2015-10-13net: Add VRF support to IPv6 stackDavid Ahern
2015-10-13net: Export fib6_get_table and nd_tblDavid Ahern
2015-10-13ipv6 route: use err pointers instead of returning pointer by referenceRoopa Prabhu
2015-10-13ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman
2015-10-13net: shrink struct sock and request_sock by 8 bytesEric Dumazet
2015-10-13net: SO_INCOMING_CPU setsockopt() supportEric Dumazet
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-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman
2015-10-08ipv6: Merge __ip6_local_out and __ip6_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-07net: Fix vti use case with oif in dst lookups for IPv6David Ahern
2015-10-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede...David S. Miller
2015-10-05ipv6: use ktime_t for internal timestampsArnd Bergmann
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet
2015-10-03tcp: do not lock listener to process SYN packetsEric 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: 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-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-01ipv6: Add missing newline to __xfrm6_output_finishEric W. Biederman
2015-09-30ipv6: Pass struct net through ip6_fragmentEric W. Biederman
2015-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-09-30tcp: fix tcp_v6_md5_do_lookup prototypeEric Dumazet
2015-09-30net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet
2015-09-29tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet
2015-09-29tcp: cookie_init_sequence() cleanupsEric Dumazet
2015-09-29tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet
2015-09-29dccp: use inet6_csk_route_req() helperEric Dumazet
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet