summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
AgeCommit message (Expand)Author
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-03-11xps: must clear sender_cpu before forwardingEric Dumazet
2015-03-02udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-02-11ipv6: Partial checksum only UDP packetsVlad Yasevich
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-03ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich
2015-02-02ipv6: Allow for partial checksums on non-ufo packetsVlad Yasevich
2015-02-02ipv6: introduce ipv6_make_skbVlad Yasevich
2015-02-02ipv6: Append sending data to arbitrary queueVlad Yasevich
2015-02-02ipv6: pull cork initialization into its own function.Vlad Yasevich
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris
2014-11-06net; ipv[46] - Remove 2 unnecessary NETDEBUG OOM messagesJoe Perches
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert
2014-09-09net: use kfree_skb_list() helper in more placesFlorian Westphal
2014-08-24ipv6: White-space cleansing : gaps between function and symbol exportIan Morris
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris
2014-08-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-28ip: make IP identifiers less predictableEric Dumazet
2014-07-24ipv6: remove obsolete comment in ip6_append_data()Li RongQing
2014-07-15net-timestamp: SOCK_RAW and PING timestampingWillem de Bruijn
2014-07-11ipv6: Use BUG_ONHimangi Saraogi
2014-07-07ipv6: Implement automatic flow label generation on transmitTom Herbert
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-14ipv6: fix calculation of option len in ip6_append_dataHannes Frederic Sowa
2014-05-12net: rename local_df to ignore_dfWANG Cong
2014-05-07net: ipv6: send pkttoobig immediately if orig frag size > mtuFlorian Westphal
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-03-31ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-18ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien
2014-03-11ipv6: ip6_forward: perform skb->pkt_type check at the beginningLi RongQing
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-26ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMITHannes Frederic Sowa
2014-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-02-17netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal
2014-02-13net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal
2014-01-13ipv6: introduce ip6_dst_mtu_forward and protect forwarding path with itHannes Frederic Sowa
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-12-18ipv6: pmtudisc setting not respected with UFO/CORKHannes Frederic Sowa
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa
2013-12-06ipv6: consistent use of IP6_INC_STATS_BH() in ip6_forward()Eric Dumazet
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert
2013-11-30ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-11ip6_output: fragment outgoing reassembled skb properlyJiri Pirko
2013-11-06ipv6: Fix possible ipv6 seqlock deadlockJohn Stultz