aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_flowlabel.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-3/+3
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-1/+1
* IPv6: Add dontfrag argument to relevant functionsBrian Haley2010-04-231-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-171-5/+4
* net: use net_eq to compare netsOctavian Purdila2009-11-251-4/+5
* net/ipv6: Move && and || to end of previous lineJoe Perches2009-11-241-4/+4
* ipv6: Disallow rediculious flowlabel option sizes.David S. Miller2009-02-061-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-281-3/+3
|\
| * ipv6: fix warning in net/ipv6/ip6_flowlabel.cIngo Molnar2008-11-251-1/+1
| * net: replace %#p6 format specifier with %pi6Harvey Harrison2008-10-291-1/+1
| * net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison2008-10-281-2/+2
* | CRED: Wrap task credential accesses in the IPv6 protocolDavid Howells2008-11-141-1/+1
|/
* [IPV6] NETNS: Handle ancillary data in appropriate namespace.YOSHIFUJI Hideaki2008-06-051-1/+1
* [NETNS][IPV6] flowlabels - make proc per namespaceBenjamin Thery2008-03-261-16/+23
* [NETNS][IPV6] flowlabels - make flowlabels per namespaceBenjamin Thery2008-03-261-16/+56
* [NET]: Add some acquires/releases sparse annotations.Eric Dumazet2008-01-281-0/+2
* [IPV6]: make flowlabel to return an errorDaniel Lezcano2008-01-281-7/+23
* [IPV6]: Fix again the fl6_sock_lookup() fixed lockingPavel Emelyanov2007-10-181-1/+1
* [IPV6]: Fix race in ipv6_flowlabel_opt() when inserting two labelsPavel Emelyanov2007-10-181-9/+25
* [IPV6]: Lost locking in fl6_sock_lookupPavel Emelyanov2007-10-181-0/+3
* [IPV6]: Lost locking when inserting a flowlabel in ipv6_fl_listPavel Emelyanov2007-10-181-8/+12
* [NET]: Make core networking code use seq_open_privatePavel Emelyanov2007-10-101-18/+2
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-2/+3
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-101-1/+1
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-1/+1
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-2/+2
* [IPV6]: flowlabels are net-endianAl Viro2006-12-021-4/+4
* [IPV6]: fix flowlabel seqfile handlingJames Morris2006-10-311-12/+6
* [IPV6]: return EINVAL for invalid address with flowlabel lease requestJames Morris2006-10-301-1/+3
* [IPV6]: fix lockup via /proc/net/ip6_flowlabelJames Morris2006-10-301-0/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [IPV6]: Nearly complete kzalloc cleanup for net/ipv6Ingo Oeser2006-03-201-4/+2
* [IPV6]: Preserve procfs IPV6 address output formatYOSHIFUJI Hideaki2006-01-171-2/+2
* [NET]: Use NIP6_FMT in kernel.hJoe Perches2006-01-131-5/+3
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-111-0/+1
* [IPV6]: Export some symbols for DCCPv6Arnaldo Carvalho de Melo2006-01-031-0/+2
* [IPV6]: Fix sending extension headers before and including routing header.YOSHIFUJI Hideaki2005-11-201-10/+6
* [IPV6]: Fix refcnt of struct ip6_flowlabelYan Zheng2005-10-251-1/+1
* [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-091-1/+1
* [IPV6]: Support IPV6_{RECV,}TCLASS socket options / ancillary data.YOSHIFUJI Hideaki2005-09-081-1/+1
* [IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542).YOSHIFUJI Hideaki2005-09-081-4/+8
* [IPV6]: remove more unused IPV6_AUTHHDR things.YOSHIFUJI Hideaki2005-06-281-1/+0
* [IPV6]: Clear up user copy warning in flowlabel code.David S. Miller2005-05-291-4/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+706