summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_flowlabel.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti2014-04-301-1/+0
* ipv6: remove some unused include in flowlabelFlorent Fourcot2014-02-181-6/+0
* ipv6: add flowlabel_consistency sysctlFlorent Fourcot2014-01-191-0/+7
* ipv6: add a flag to get the flow label used remotlyFlorent Fourcot2014-01-191-1/+7
* ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GETFlorent Fourcot2014-01-191-0/+21
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-1/+1
* ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhHannes Frederic Sowa2013-11-111-0/+2
* ipv6: protect flow label renew against GCFlorent Fourcot2013-11-081-0/+4
* ipv6: increase maximum lifetime of flow labelsFlorent Fourcot2013-11-081-1/+1
* ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot2013-11-081-0/+26
* ipv6: remove old conditions on flow label sharingFlorent Fourcot2013-11-051-33/+0
* ipv6 flowlabel: add __rcu annotationsEric Dumazet2013-03-071-3/+8
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-2/+2
* ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.cAmerigo Wang2013-02-081-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-051-2/+2
|\
| * ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin2013-01-311-2/+2
* | ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-32/+40
* | ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-40/+54
* | ipv6 flowlabel: Ensure to take lock when modifying np->ip6_sk_fl_list.YOSHIFUJI Hideaki / 吉藤英明2013-01-301-2/+11
|/
* net: Allow userns root to control ipv6Eric W. Biederman2012-11-181-1/+2
* ipv6: move dereference after check in fl_free()Dan Carpenter2012-08-161-5/+2
* net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman2012-08-141-7/+43
* ipv6: bool/const conversions phase2Eric Dumazet2012-05-191-12/+12
* ipv6: Export ipv6 functions for use by other protocolsChris Elston2012-05-011-0/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-1/+1
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* net: relax PKTINFO non local ipv6 udp xmit checkMaciej Żenczykowski2011-08-301-4/+4
* 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
OpenPOWER on IntegriCloud