aboutsummaryrefslogtreecommitdiff
path: root/include/net/ipv6.h
AgeCommit message (Expand)Author
2014-10-30drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet
2014-09-04ipv6: add sysctl_mld_qrv to configure query robustness variableHannes Frederic Sowa
2014-07-27inet: frag: don't account number of fragment queuesFlorian Westphal
2014-07-27inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal
2014-07-16net: clean up some sparse endianness warnings in ipv6.hJeff Layton
2014-07-08net: provide stubs for ip6_set_txhash and ip6_make_flowlabelFlorian Fainelli
2014-07-07ipv6: Implement automatic flow label generation on transmitTom Herbert
2014-07-07net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet
2014-05-13net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti
2014-04-30net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet
2014-01-21ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa
2014-01-19ipv6: add a flag to get the flow label used remotlyFlorent Fourcot
2014-01-15ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing
2014-01-01ipv6: namespace cleanupsstephen hemminger
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-12-09ipv6: add ip6_flowlabel helperFlorent Fourcot
2013-12-09ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert
2013-12-05xen-netback: fix fragment detection in checksum setupPaul Durrant
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2013-11-08ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot
2013-10-23ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...Hannes Frederic Sowa
2013-10-19ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa
2013-09-21ip*.h: Remove extern from function prototypesJoe Perches
2013-08-31ipv6: move ip6_dst_hoplimit() into core kernelCong Wang
2013-08-23net: Add NEXTHDR_SCTP to ipv6.hJoe Stringer
2013-06-19ipv6: Convert use of typedef ctl_table to struct ctl_tableJoe Perches
2013-05-25net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti
2013-03-24ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handlingHannes Frederic Sowa
2013-03-08ipv6: introdcue __ipv6_addr_needs_scope_id and ipv6_iface_scope_id helper fun...Hannes Frederic Sowa
2013-03-07ipv6 flowlabel: add __rcu annotationsEric Dumazet
2013-02-21ipv6: use a stronger hash for tcpEric Dumazet
2013-01-30ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明
2013-01-30ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明
2013-01-29net: frag helper functions for mem limit trackingJesper Dangaard Brouer
2013-01-21ipv6: Unshare ip6_nd_hdr() and change return type to void.YOSHIFUJI Hideaki / 吉藤英明
2013-01-17ipv6: fix ipv6_prefix_equal64_half mask conversionFabio Baltieri
2013-01-17net: increase fragment memory usage limitsJesper Dangaard Brouer
2013-01-16ipv6: Fix endianess warning in ip6_flow_hdr().YOSHIFUJI Hideaki
2013-01-14ipv6: 64bit version of ipv6_prefix_equal().YOSHIFUJI Hideaki / 吉藤英明
2013-01-14ipv6: Remove __ipv6_prefix_equal().YOSHIFUJI Hideaki / 吉藤英明
2013-01-14ipv6: 64bit version of ipv6_addr_set().YOSHIFUJI Hideaki / 吉藤英明
2013-01-14ipv6: 64bit version of ipv6_addr_v4mapped().YOSHIFUJI Hideaki / 吉藤英明
2013-01-14ipv6: 64bit version of ipv6_addr_loopback().YOSHIFUJI Hideaki / 吉藤英明
2013-01-14ipv6: 64bit version of ipv6_addr_diff().YOSHIFUJI Hideaki / 吉藤英明
2013-01-13ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).YOSHIFUJI Hideaki / 吉藤英明
2013-01-13ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明