summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_flowlabel.c
AgeCommit message (Expand)Author
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet
2023-03-21ipv6: flowlabel: do not disable BH where not neededEric Dumazet
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-02-16ipv6: per-netns exclusive flowlabel checksWillem de Bruijn
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-28net: remove sockptr_advanceChristoph Hellwig
2020-07-24net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig
2020-07-24net/ipv6: split up ipv6_flowlabel_optChristoph Hellwig
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-05-19proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov
2019-07-11ipv6: fix static key imbalance in fl_create()Eric Dumazet
2019-07-08ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn
2019-06-09ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-29ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet
2019-04-29ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-16ipv6/flowlabel: simplify pid namespace lookupChristoph Hellwig
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-02-19net: Convert ip6_flowlabel_net_opsKirill Tkhai
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-10-22ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-05-03ipv6: add new struct ipcm6_cookieWei Wang
2016-04-04ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh
2016-02-08ipv6: fix a lockdep splatEric Dumazet
2015-05-03ipv6: Flow label state rangesTom Herbert
2015-03-31ipv6: coding style: comparison for inequality with NULLIan Morris
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris
2015-03-12net: Kill hold_net release_netEric W. Biederman
2015-02-12ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Ian Morris
2014-11-05net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches
2014-11-04ipv6: trivial, add bracket for the if blockFlorent Fourcot
2014-08-24ipv6: White-space cleansing : gaps between function and symbol exportIan Morris
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris
2014-04-30net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti
2014-02-18ipv6: remove some unused include in flowlabelFlorent Fourcot
2014-01-19ipv6: add flowlabel_consistency sysctlFlorent Fourcot
2014-01-19ipv6: add a flag to get the flow label used remotlyFlorent Fourcot
2014-01-19ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GETFlorent Fourcot
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2013-11-11ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhHannes Frederic Sowa
2013-11-08ipv6: protect flow label renew against GCFlorent Fourcot
2013-11-08ipv6: increase maximum lifetime of flow labelsFlorent Fourcot