summaryrefslogtreecommitdiffstats
path: root/include/net/ipv6.h
AgeCommit message (Expand)AuthorLines
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet-2/+0
2014-05-13net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti-0/+3
2014-04-30net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti-0/+19
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet-1/+1
2014-01-21ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa-0/+2
2014-01-19ipv6: add a flag to get the flow label used remotlyFlorent Fourcot-1/+2
2014-01-15ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing-0/+5
2014-01-01ipv6: namespace cleanupsstephen hemminger-4/+0
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-4/+2
2013-12-09ipv6: add ip6_flowlabel helperFlorent Fourcot-0/+5
2013-12-09ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot-0/+1
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert-4/+2
2013-12-05xen-netback: fix fragment detection in checksum setupPaul Durrant-1/+2
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa-2/+4
2013-11-08ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot-0/+1
2013-10-23ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get...Hannes Frederic Sowa-2/+0
2013-10-19ipv6: split inet6_ehashfn to hash functions per compilation unitHannes Frederic Sowa-2/+2
2013-09-21ip*.h: Remove extern from function prototypesJoe Perches-149/+119
2013-08-31ipv6: move ip6_dst_hoplimit() into core kernelCong Wang-0/+2
2013-08-23net: Add NEXTHDR_SCTP to ipv6.hJoe Stringer-0/+1
2013-06-19ipv6: Convert use of typedef ctl_table to struct ctl_tableJoe Perches-2/+2
2013-05-25net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti-0/+6
2013-03-24ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handlingHannes Frederic Sowa-0/+2
2013-03-08ipv6: introdcue __ipv6_addr_needs_scope_id and ipv6_iface_scope_id helper fun...Hannes Frederic Sowa-0/+12
2013-03-07ipv6 flowlabel: add __rcu annotationsEric Dumazet-4/+4
2013-02-21ipv6: use a stronger hash for tcpEric Dumazet-0/+12
2013-01-30ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明-0/+1
2013-01-30ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明-0/+1
2013-01-29net: frag helper functions for mem limit trackingJesper Dangaard Brouer-1/+1
2013-01-21ipv6: Unshare ip6_nd_hdr() and change return type to void.YOSHIFUJI Hideaki / 吉藤英明-7/+0
2013-01-17ipv6: fix ipv6_prefix_equal64_half mask conversionFabio Baltieri-1/+1
2013-01-17net: increase fragment memory usage limitsJesper Dangaard Brouer-2/+2
2013-01-16ipv6: Fix endianess warning in ip6_flow_hdr().YOSHIFUJI Hideaki-1/+1
2013-01-14ipv6: 64bit version of ipv6_prefix_equal().YOSHIFUJI Hideaki / 吉藤英明-0/+26
2013-01-14ipv6: Remove __ipv6_prefix_equal().YOSHIFUJI Hideaki / 吉藤英明-10/+5
2013-01-14ipv6: 64bit version of ipv6_addr_set().YOSHIFUJI Hideaki / 吉藤英明-4/+22
2013-01-14ipv6: 64bit version of ipv6_addr_v4mapped().YOSHIFUJI Hideaki / 吉藤英明-2/+7
2013-01-14ipv6: 64bit version of ipv6_addr_loopback().YOSHIFUJI Hideaki / 吉藤英明-0/+6
2013-01-14ipv6: 64bit version of ipv6_addr_diff().YOSHIFUJI Hideaki / 吉藤英明-1/+28
2013-01-13ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).YOSHIFUJI Hideaki / 吉藤英明-0/+5
2013-01-13ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明-0/+9
2012-12-01ipv6: unify logic evaluating inet6_dev's accept_ra propertyShmulik Ladkani-0/+9
2012-11-12ipv6: improve ipv6_find_hdr() to skip empty routing headersAnsis Atteka-2/+3
2012-11-09ipv6: Move ipv6_find_hdr() out of Netfilter code.Jesse Gross-0/+9
2012-09-19ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inlineAmerigo Wang-2/+11
2012-09-19ipv6: unify conntrack reassembly expire code with standard oneAmerigo Wang-0/+19
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller-1/+4
2012-08-14net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman-1/+4
2012-08-14gre: Support GRE over IPv6xeb@mail.ru-0/+1
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet-0/+13