aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-13net: Add VRF support to IPv6 stackDavid Ahern1-2/+4
2015-10-08dst: Pass net into dst->outputEric W. Biederman1-2/+1
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman1-1/+1
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman1-1/+1
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman1-2/+2
2015-09-30ipv6: Pass struct net through ip6_fragmentEric W. Biederman1-9/+7
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+8
2015-09-25ipv6: constify ip6_xmit() sock argumentEric Dumazet1-7/+19
2015-09-25ipv6: constify ip6_dst_lookup_{flow|tail}() sock argumentsEric Dumazet1-2/+2
2015-09-17ipv6: ip6_fragment: fix headroom tests and skb leakFlorian Westphal1-6/+8
2015-09-17netfilter: Add blank lines in callers of netfilter hooksEric W. Biederman1-0/+1
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-3/+4
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-7/+8
2015-09-17ipv6: Cache net in ip6_outputEric W. Biederman1-2/+2
2015-09-17ipv6: Only compute net once in ip6_finish_output2Eric W. Biederman1-6/+5
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman1-2/+2
2015-07-31ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabelTom Herbert1-2/+2
2015-07-31ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argumentRoopa Prabhu1-6/+6
2015-07-20net/ipv6: update flowi6_oif in ip6_dst_lookup_flow if not setPhil Sutter1-0/+2
2015-05-25ipv6: don't increase size when refragmenting forwarded ipv6 skbsFlorian Westphal1-11/+18
2015-05-25ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau1-2/+3
2015-05-25ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau1-5/+8
2015-05-25ipv6: Clean up ipv6_select_ident() and ip6_fragment()Martin KaFai Lau1-11/+6
2015-05-14ipv6: Fix udp checksums with raw socketsVlad Yasevich1-1/+3
2015-05-09ipv6: Fixed source specific default route handling.Markus Stenberg1-8/+31
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-15/+18
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org1-1/+2
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris1-1/+1
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-11/+11
2015-03-25ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa1-3/+3
2015-03-11xps: must clear sender_cpu before forwardingEric Dumazet1-0/+1
2015-03-02udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-02-11ipv6: Partial checksum only UDP packetsVlad Yasevich1-1/+1
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+0
2015-02-03ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich1-14/+0
2015-02-02ipv6: Allow for partial checksums on non-ufo packetsVlad Yasevich1-1/+10
2015-02-02ipv6: introduce ipv6_make_skbVlad Yasevich1-19/+84
2015-02-02ipv6: Append sending data to arbitrary queueVlad Yasevich1-39/+67
2015-02-02ipv6: pull cork initialization into its own function.Vlad Yasevich1-69/+89
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris1-4/+8
2014-11-06net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messagesJoe Perches1-6/+4
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-2/+2
2014-09-09net: use kfree_skb_list() helper in more placesFlorian Westphal1-5/+1
2014-08-24ipv6: White-space cleansing : gaps between function and symbol exportIan Morris1-1/+0
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-10/+10
2014-08-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn1-1/+8
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2014-07-28ip: make IP identifiers less predictableEric Dumazet1-0/+2