summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-29ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa1-0/+2
2015-10-29Revert "Merge branch 'ipv6-overflow-arith'"Hannes Frederic Sowa1-5/+1
2015-10-23ipv6: protect mtu calculation of wrap-around and infinite loop by rounding is...Hannes Frederic Sowa1-1/+5
2015-10-22net: Really fix vti6 with oif in dst lookupsDavid Ahern1-1/+2
2015-10-11ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa1-0/+3
2015-09-18ipv6: ip6_fragment: fix headroom tests and skb leakFlorian Westphal1-6/+8
2015-08-01ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabelTom Herbert1-2/+2
2015-08-01ipv6: 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-26ipv6: 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-15ipv6: 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-07Merge 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-12xps: must clear sender_cpu before forwardingEric Dumazet1-0/+1
2015-03-03udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček1-1/+2
2015-02-12ipv6: Partial checksum only UDP packetsVlad Yasevich1-1/+1
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+0
2015-02-04ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich1-14/+0
2015-02-03ipv6: Allow for partial checksums on non-ufo packetsVlad Yasevich1-1/+10
2015-02-03ipv6: introduce ipv6_make_skbVlad Yasevich1-19/+84
2015-02-03ipv6: Append sending data to arbitrary queueVlad Yasevich1-39/+67
2015-02-03ipv6: pull cork initialization into its own function.Vlad Yasevich1-69/+89
2014-11-24ipv6: 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-10net: use kfree_skb_list() helper in more placesFlorian Westphal1-5/+1
2014-08-25ipv6: White-space cleansing : gaps between function and symbol exportIan Morris1-1/+0
2014-08-25ipv6: White-space cleansing : Line LayoutsIan Morris1-10/+10
2014-08-06net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn1-1/+8
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2014-07-29ip: make IP identifiers less predictableEric Dumazet1-0/+2
2014-07-25ipv6: remove obsolete comment in ip6_append_data()Li RongQing1-1/+0
2014-07-16net-timestamp: SOCK_RAW and PING timestampingWillem de Bruijn1-9/+4
2014-07-12ipv6: Use BUG_ONHimangi Saraogi1-2/+2
2014-07-08ipv6: Implement automatic flow label generation on transmitTom Herbert1-2/+5
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet1-0/+12
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-05-14ipv6: fix calculation of option len in ip6_append_dataHannes Frederic Sowa1-1/+1
2014-05-12net: rename local_df to ignore_dfWANG Cong1-6/+6
2014-05-07net: ipv6: send pkttoobig immediately if orig frag size > mtuFlorian Westphal1-1/+5
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-1/+1