aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_flowlabel.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-12ipv6: Convert to use flowi6 where applicable.Gravatar David S. Miller 1-3/+3
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiGravatar David S. Miller 1-1/+1
2010-04-23IPv6: Add dontfrag argument to relevant functionsGravatar Brian Haley 1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-17net: spread __net_init, __net_exitGravatar Alexey Dobriyan 1-5/+4
2009-11-25net: use net_eq to compare netsGravatar Octavian Purdila 1-4/+5
2009-11-24net/ipv6: Move && and || to end of previous lineGravatar Joe Perches 1-4/+4
2009-02-06ipv6: Disallow rediculious flowlabel option sizes.Gravatar David S. Miller 1-2/+6
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-3/+3
2008-11-25ipv6: fix warning in net/ipv6/ip6_flowlabel.cGravatar Ingo Molnar 1-1/+1
2008-11-14CRED: Wrap task credential accesses in the IPv6 protocolGravatar David Howells 1-1/+1
2008-10-29net: replace %#p6 format specifier with %pi6Gravatar Harvey Harrison 1-1/+1
2008-10-28net: replace all current users of NIP6_SEQFMT with %#p6Gravatar Harvey Harrison 1-2/+2
2008-06-05[IPV6] NETNS: Handle ancillary data in appropriate namespace.Gravatar YOSHIFUJI Hideaki 1-1/+1
2008-03-26[NETNS][IPV6] flowlabels - make proc per namespaceGravatar Benjamin Thery 1-16/+23
2008-03-26[NETNS][IPV6] flowlabels - make flowlabels per namespaceGravatar Benjamin Thery 1-16/+56
2008-01-28[NET]: Add some acquires/releases sparse annotations.Gravatar Eric Dumazet 1-0/+2
2008-01-28[IPV6]: make flowlabel to return an errorGravatar Daniel Lezcano 1-7/+23
2007-10-18[IPV6]: Fix again the fl6_sock_lookup() fixed lockingGravatar Pavel Emelyanov 1-1/+1
2007-10-18[IPV6]: Fix race in ipv6_flowlabel_opt() when inserting two labelsGravatar Pavel Emelyanov 1-9/+25
2007-10-18[IPV6]: Lost locking in fl6_sock_lookupGravatar Pavel Emelyanov 1-0/+3
2007-10-18[IPV6]: Lost locking when inserting a flowlabel in ipv6_fl_listGravatar Pavel Emelyanov 1-8/+12
2007-10-10[NET]: Make core networking code use seq_open_privateGravatar Pavel Emelyanov 1-18/+2
2007-10-10[NET]: Make /proc/net per network namespaceGravatar Eric W. Biederman 1-2/+3
2007-07-10[NET]: Make all initialized struct seq_operations const.Gravatar Philippe De Muyter 1-1/+1
2007-02-12[PATCH] mark struct file_operations const 7Gravatar Arjan van de Ven 1-1/+1
2007-02-10[NET] IPV6: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-2/+2
2006-12-02[IPV6]: flowlabels are net-endianGravatar Al Viro 1-4/+4
2006-10-31[IPV6]: fix flowlabel seqfile handlingGravatar James Morris 1-12/+6
2006-10-30[IPV6]: return EINVAL for invalid address with flowlabel lease requestGravatar James Morris 1-1/+3
2006-10-30[IPV6]: fix lockup via /proc/net/ip6_flowlabelGravatar James Morris 1-0/+2
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-20[IPV6]: Nearly complete kzalloc cleanup for net/ipv6Gravatar Ingo Oeser 1-4/+2
2006-01-17[IPV6]: Preserve procfs IPV6 address output formatGravatar YOSHIFUJI Hideaki 1-2/+2
2006-01-13[NET]: Use NIP6_FMT in kernel.hGravatar Joe Perches 1-5/+3
2006-01-11[PATCH] capable/capability.h (net/)Gravatar Randy Dunlap 1-0/+1
2006-01-03[IPV6]: Export some symbols for DCCPv6Gravatar Arnaldo Carvalho de Melo 1-0/+2
2005-11-20[IPV6]: Fix sending extension headers before and including routing header.Gravatar YOSHIFUJI Hideaki 1-10/+6
2005-10-25[IPV6]: Fix refcnt of struct ip6_flowlabelGravatar Yan Zheng 1-1/+1
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERGravatar Ingo Molnar 1-1/+1
2005-09-08[IPV6]: Support IPV6_{RECV,}TCLASS socket options / ancillary data.Gravatar YOSHIFUJI Hideaki 1-1/+1
2005-09-08[IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542).Gravatar YOSHIFUJI Hideaki 1-4/+8
2005-06-28[IPV6]: remove more unused IPV6_AUTHHDR things.Gravatar YOSHIFUJI Hideaki 1-1/+0
2005-05-29[IPV6]: Clear up user copy warning in flowlabel code.Gravatar David S. Miller 1-4/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+706