aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso24-106/+157
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal4-14/+0
2015-10-16tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet1-1/+1
2015-10-16ipv6: Initialize rt6_info properly in ip6_blackhole_route()Martin KaFai Lau1-15/+5
2015-10-16ipv6: Move common init code for rt6_info to a new function rt6_info_init()Martin KaFai Lau1-6/+11
2015-10-14netfilter: ipv6: pointer cast layoutIan Morris1-1/+1
2015-10-14netfilter: ip6_tables: improve if statementsIan Morris1-3/+3
2015-10-13tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet1-1/+6
2015-10-13netfilter: ip6_tables: ternary operator layoutIan Morris1-2/+2
2015-10-13netfilter: ipv6: whitespace around operatorsIan Morris3-5/+5
2015-10-13netfilter: ipv6: code indentationIan Morris3-6/+6
2015-10-13netfilter: ip6_tables: function definition layoutIan Morris1-3/+3
2015-10-13netfilter: ip6_tables: label placementIan Morris1-1/+1
2015-10-13net: Add VRF support to IPv6 stackDavid Ahern5-14/+63
2015-10-13net: Export fib6_get_table and nd_tblDavid Ahern2-0/+2
2015-10-13ipv6: Don't call with rt6_uncached_list_flush_devEric W. Biederman1-5/+7
2015-10-12ipv6 route: use err pointers instead of returning pointer by referenceRoopa Prabhu1-15/+17
2015-10-12ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman2-4/+3
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet2-3/+3
2015-10-12net: SO_INCOMING_CPU setsockopt() supportEric Dumazet2-4/+9
2015-10-11ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa1-0/+3
2015-10-11ipv6: gre: setup default multicast routes over PtP linksHannes Frederic Sowa1-0/+2
2015-10-08dst: Pass net into dst->outputEric W. Biederman4-14/+11
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman5-6/+5
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman1-3/+2
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman5-11/+5
2015-10-08ipv6: Merge __ip6_local_out and __ip6_local_out_skEric W. Biederman3-9/+4
2015-10-08dst: Pass a sk into .local_outEric W. Biederman3-3/+3
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman8-11/+12
2015-10-07net: Fix vti use case with oif in dst lookups for IPv6David Ahern1-0/+1
2015-10-07net: Fix vti use case with oif in dst lookups for IPv6David Ahern1-0/+1
2015-10-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/net-nextDavid S. Miller2-11/+16
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-10-01ipv6: Add missing newline to __xfrm6_output_finishEric W. Biederman1-0/+1
2015-10-01netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6}Pablo Neira Ayuso1-0/+1
2015-09-30ipv6: Pass struct net through ip6_fragmentEric W. Biederman2-11/+15
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