aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_flowlabel.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet1-4/+4
2023-03-21ipv6: flowlabel: do not disable BH where not neededEric Dumazet1-24/+27
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-02-16ipv6: per-netns exclusive flowlabel checksWillem de Bruijn1-1/+3
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-145/+171
2020-07-28net: remove sockptr_advanceChristoph Hellwig1-5/+6
2020-07-24net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig1-7/+9
2020-07-24net/ipv6: split up ipv6_flowlabel_optChristoph Hellwig1-143/+166
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-05-19proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov1-1/+1
2019-07-11ipv6: fix static key imbalance in fl_create()Eric Dumazet1-3/+6
2019-07-08ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn1-4/+23
2019-06-09ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet1-3/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-29ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet1-6/+12
2019-04-29ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn1-2/+2
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn1-2/+1
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-15/+2
2018-05-16ipv6/flowlabel: simplify pid namespace lookupChristoph Hellwig1-23/+6
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-02-19net: Convert ip6_flowlabel_net_opsKirill Tkhai1-0/+1
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2017-10-22ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet1-0/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang1-3/+3
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh1-1/+2
2016-02-08ipv6: fix a lockdep splatEric Dumazet1-2/+3
2015-05-03ipv6: Flow label state rangesTom Herbert1-0/+4
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris1-3/+3
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-8/+8
2015-03-12net: Kill hold_net release_netEric W. Biederman1-2/+1
2015-02-12ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek1-2/+2
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris1-1/+5
2014-11-05net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches1-2/+1
2014-11-04ipv6: trivial, add bracket for the if blockFlorent Fourcot1-2/+2
2014-08-24ipv6: White-space cleansing : gaps between function and symbol exportIan Morris1-1/+0
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-9/+9
2014-04-30net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti1-1/+0
2014-02-18ipv6: remove some unused include in flowlabelFlorent Fourcot1-6/+0
2014-01-19ipv6: add flowlabel_consistency sysctlFlorent Fourcot1-0/+7
2014-01-19ipv6: add a flag to get the flow label used remotlyFlorent Fourcot1-1/+7
2014-01-19ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GETFlorent Fourcot1-0/+21
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2013-11-11ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhHannes Frederic Sowa1-0/+2
2013-11-08ipv6: protect flow label renew against GCFlorent Fourcot1-0/+4
2013-11-08ipv6: increase maximum lifetime of flow labelsFlorent Fourcot1-1/+1
2013-11-08ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot1-0/+26
2013-11-05ipv6: remove old conditions on flow label sharingFlorent Fourcot1-33/+0
2013-03-07ipv6 flowlabel: add __rcu annotationsEric Dumazet1-3/+8
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-2/+2
2013-02-08ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.cAmerigo Wang1-4/+4
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-01-31ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin1-2/+2
2013-01-30ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明1-32/+40
2013-01-30ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明1-40/+54
2013-01-30ipv6 flowlabel: Ensure to take lock when modifying np->ip6_sk_fl_list.YOSHIFUJI Hideaki / 吉藤英明1-2/+11
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman1-1/+2
2012-08-16ipv6: move dereference after check in fl_free()Dan Carpenter1-5/+2
2012-08-14net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman1-7/+43
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet1-12/+12
2012-05-01ipv6: Export ipv6 functions for use by other protocolsChris Elston1-0/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+2
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-08-30net: relax PKTINFO non local ipv6 udp xmit checkMaciej Żenczykowski1-4/+4
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-3/+3
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-1/+1
2010-04-23IPv6: Add dontfrag argument to relevant functionsBrian Haley1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan1-5/+4
2009-11-25net: use net_eq to compare netsOctavian Purdila1-4/+5
2009-11-24net/ipv6: Move && and || to end of previous lineJoe Perches1-4/+4
2009-02-06ipv6: Disallow rediculious flowlabel option sizes.David S. Miller1-2/+6
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-3/+3
2008-11-25ipv6: fix warning in net/ipv6/ip6_flowlabel.cIngo Molnar1-1/+1
2008-11-14CRED: Wrap task credential accesses in the IPv6 protocolDavid Howells1-1/+1
2008-10-29net: replace %#p6 format specifier with %pi6Harvey Harrison1-1/+1
2008-10-28net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison1-2/+2
2008-06-05[IPV6] NETNS: Handle ancillary data in appropriate namespace.YOSHIFUJI Hideaki1-1/+1
2008-03-26[NETNS][IPV6] flowlabels - make proc per namespaceBenjamin Thery1-16/+23
2008-03-26[NETNS][IPV6] flowlabels - make flowlabels per namespaceBenjamin Thery1-16/+56
2008-01-28[NET]: Add some acquires/releases sparse annotations.Eric Dumazet1-0/+2
2008-01-28[IPV6]: make flowlabel to return an errorDaniel Lezcano1-7/+23
2007-10-18[IPV6]: Fix again the fl6_sock_lookup() fixed lockingPavel Emelyanov1-1/+1
2007-10-18[IPV6]: Fix race in ipv6_flowlabel_opt() when inserting two labelsPavel Emelyanov1-9/+25
2007-10-18[IPV6]: Lost locking in fl6_sock_lookupPavel Emelyanov1-0/+3
2007-10-18[IPV6]: Lost locking when inserting a flowlabel in ipv6_fl_listPavel Emelyanov1-8/+12
2007-10-10[NET]: Make core networking code use seq_open_privatePavel Emelyanov1-18/+2
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-2/+3
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter1-1/+1
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-1/+1
2007-02-10[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki1-2/+2
2006-12-02[IPV6]: flowlabels are net-endianAl Viro1-4/+4
2006-10-31[IPV6]: fix flowlabel seqfile handlingJames Morris1-12/+6
2006-10-30[IPV6]: return EINVAL for invalid address with flowlabel lease requestJames Morris1-1/+3
2006-10-30[IPV6]: fix lockup via /proc/net/ip6_flowlabelJames Morris1-0/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[IPV6]: Nearly complete kzalloc cleanup for net/ipv6Ingo Oeser1-4/+2
2006-01-17[IPV6]: Preserve procfs IPV6 address output formatYOSHIFUJI Hideaki1-2/+2
2006-01-13[NET]: Use NIP6_FMT in kernel.hJoe Perches1-5/+3
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap1-0/+1
2006-01-03[IPV6]: Export some symbols for DCCPv6Arnaldo Carvalho de Melo1-0/+2
2005-11-20[IPV6]: Fix sending extension headers before and including routing header.YOSHIFUJI Hideaki1-10/+6
2005-10-25[IPV6]: Fix refcnt of struct ip6_flowlabelYan Zheng1-1/+1
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar1-1/+1
2005-09-08[IPV6]: Support IPV6_{RECV,}TCLASS socket options / ancillary data.YOSHIFUJI Hideaki1-1/+1
2005-09-08[IPV6]: Support several new sockopt / ancillary data in Advanced API (RFC3542).YOSHIFUJI Hideaki1-4/+8
2005-06-28[IPV6]: remove more unused IPV6_AUTHHDR things.YOSHIFUJI Hideaki1-1/+0
2005-05-29[IPV6]: Clear up user copy warning in flowlabel code.David S. Miller1-4/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+706