summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_flowlabel.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: move np->repflow to atomic flagsEric Dumazet2023-09-151-4/+4
* ipv6: flowlabel: do not disable BH where not neededEric Dumazet2023-03-211-24/+27
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* ipv6: per-netns exclusive flowlabel checksWillem de Bruijn2022-02-161-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-145/+171
|\
| * net: remove sockptr_advanceChristoph Hellwig2020-07-281-5/+6
| * net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig2020-07-241-7/+9
| * net/ipv6: split up ipv6_flowlabel_optChristoph Hellwig2020-07-241-143/+166
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov2020-05-191-1/+1
* ipv6: fix static key imbalance in fl_create()Eric Dumazet2019-07-111-3/+6
* ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-081-4/+23
* ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet2019-06-091-3/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet2019-04-291-6/+12
* ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn2019-04-291-2/+2
* ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn2018-07-071-2/+1
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-15/+2
* ipv6/flowlabel: simplify pid namespace lookupChristoph Hellwig2018-05-161-23/+6
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* net: Convert ip6_flowlabel_net_opsKirill Tkhai2018-02-191-0/+1
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-1/+1
|\
| * timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
* | ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2017-10-221-0/+1
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ipv6: add new struct ipcm6_cookieWei Wang2016-05-031-3/+3
* ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh2016-04-041-1/+2
* ipv6: fix a lockdep splatEric Dumazet2016-02-081-2/+3
* ipv6: Flow label state rangesTom Herbert2015-05-031-0/+4
* ipv6: coding style: comparison for inequality with NULLIan Morris2015-03-311-3/+3
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-8/+8
* net: Kill hold_net release_netEric W. Biederman2015-03-121-2/+1
* ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek2015-02-121-2/+2
* ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-231-1/+5
* net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches2014-11-051-2/+1
* ipv6: trivial, add bracket for the if blockFlorent Fourcot2014-11-041-2/+2
* ipv6: White-space cleansing : gaps between function and symbol exportIan Morris2014-08-241-1/+0
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-241-9/+9
* 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