summaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
Commit message (Expand)AuthorAgeFilesLines
* drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings2014-10-301-0/+2
* ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet2014-09-281-1/+2
* ipv6: add sysctl_mld_qrv to configure query robustness variableHannes Frederic Sowa2014-09-041-0/+1
* inet: frag: don't account number of fragment queuesFlorian Westphal2014-07-271-5/+0
* inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal2014-07-271-2/+2
* net: clean up some sparse endianness warnings in ipv6.hJeff Layton2014-07-161-6/+11
* net: provide stubs for ip6_set_txhash and ip6_make_flowlabelFlorian Fainelli2014-07-081-0/+10
* ipv6: Implement automatic flow label generation on transmitTom Herbert2014-07-071-0/+20
* net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert2014-07-071-0/+15
* inetpeer: get rid of ip_id_countEric Dumazet2014-06-021-2/+0
* net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti2014-05-131-0/+3
* net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti2014-04-301-0/+19
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-1/+1
* ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa2014-01-211-0/+2
* ipv6: add a flag to get the flow label used remotlyFlorent Fourcot2014-01-191-1/+2
* ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing2014-01-151-0/+5
* ipv6: namespace cleanupsstephen hemminger2014-01-011-4/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-12-191-4/+2
|\
| * net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert2013-12-061-4/+2
* | ipv6: add ip6_flowlabel helperFlorent Fourcot2013-12-091-0/+5
* | ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot2013-12-091-0/+1
* | xen-netback: fix fragment detection in checksum setupPaul Durrant2013-12-051-1/+2
|/
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2013-11-231-2/+4
* ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot2013-11-081-0/+1
* ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...Hannes Frederic Sowa2013-10-231-2/+0
* ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa2013-10-191-2/+2
* ip*.h: Remove extern from function prototypesJoe Perches2013-09-211-149/+119
* ipv6: move ip6_dst_hoplimit() into core kernelCong Wang2013-08-311-0/+2
* net: Add NEXTHDR_SCTP to ipv6.hJoe Stringer2013-08-231-0/+1
* ipv6: Convert use of typedef ctl_table to struct ctl_tableJoe Perches2013-06-191-2/+2
* net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti2013-05-251-0/+6
* ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handlingHannes Frederic Sowa2013-03-241-0/+2
* ipv6: introdcue __ipv6_addr_needs_scope_id and ipv6_iface_scope_id helper fun...Hannes Frederic Sowa2013-03-081-0/+12
* ipv6 flowlabel: add __rcu annotationsEric Dumazet2013-03-071-4/+4
* ipv6: use a stronger hash for tcpEric Dumazet2013-02-211-0/+12
* ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-0/+1
* ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-0/+1
* net: frag helper functions for mem limit trackingJesper Dangaard Brouer2013-01-291-1/+1
* ipv6: Unshare ip6_nd_hdr() and change return type to void.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-7/+0
* ipv6: fix ipv6_prefix_equal64_half mask conversionFabio Baltieri2013-01-171-1/+1
* net: increase fragment memory usage limitsJesper Dangaard Brouer2013-01-171-2/+2
* ipv6: Fix endianess warning in ip6_flow_hdr().YOSHIFUJI Hideaki2013-01-161-1/+1
* ipv6: 64bit version of ipv6_prefix_equal().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-0/+26
* ipv6: Remove __ipv6_prefix_equal().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-10/+5
* ipv6: 64bit version of ipv6_addr_set().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-4/+22
* ipv6: 64bit version of ipv6_addr_v4mapped().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-2/+7
* ipv6: 64bit version of ipv6_addr_loopback().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-0/+6
* ipv6: 64bit version of ipv6_addr_diff().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-1/+28
* ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).YOSHIFUJI Hideaki / 吉藤英明2013-01-131-0/+5
* ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明2013-01-131-0/+9