aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_flowlabel.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_u32() when possibleGravatar Jason A. Donenfeld 1-1/+1
2022-02-16ipv6: per-netns exclusive flowlabel checksGravatar Willem de Bruijn 1-1/+3
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-145/+171
2020-07-28net: remove sockptr_advanceGravatar Christoph Hellwig 1-5/+6
2020-07-24net/ipv6: switch ipv6_flowlabel_opt to sockptr_tGravatar Christoph Hellwig 1-7/+9
2020-07-24net/ipv6: split up ipv6_flowlabel_optGravatar Christoph Hellwig 1-143/+166
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-05-19proc: proc_pid_ns takes super_block as an argumentGravatar Alexey Gladkov 1-1/+1
2019-07-11ipv6: fix static key imbalance in fl_create()Gravatar Eric Dumazet 1-3/+6
2019-07-08ipv6: elide flowlabel check if no exclusive leases existGravatar Willem de Bruijn 1-4/+23
2019-06-09ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroGravatar Eric Dumazet 1-3/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-29ipv6/flowlabel: wait rcu grace period before put_pid()Gravatar Eric Dumazet 1-6/+12
2019-04-29ipv6: invert flowlabel sharing check in process and user modeGravatar Willem de Bruijn 1-2/+2
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieGravatar Willem de Bruijn 1-2/+1
2018-05-16proc: introduce proc_create_net{,_data}Gravatar Christoph Hellwig 1-15/+2
2018-05-16ipv6/flowlabel: simplify pid namespace lookupGravatar Christoph Hellwig 1-23/+6
2018-03-27net: Drop pernet_operations::asyncGravatar Kirill Tkhai 1-1/+0
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2018-02-19net: Convert ip6_flowlabel_net_opsGravatar Kirill Tkhai 1-0/+1
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 1-1/+0
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2017-10-22ipv6: flowlabel: do not leave opt->tot_len with garbageGravatar Eric Dumazet 1-0/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-05-03ipv6: add new struct ipcm6_cookieGravatar Wei Wang 1-3/+3
2016-04-04ipv6: process socket-level control messages in IPv6Gravatar Soheil Hassas Yeganeh 1-1/+2
2016-02-08ipv6: fix a lockdep splatGravatar Eric Dumazet 1-2/+3
2015-05-03ipv6: Flow label state rangesGravatar Tom Herbert 1-0/+4
2015-03-31ipv6: coding style: comparison for inequality with NULLGravatar Ian Morris 1-3/+3
2015-03-31ipv6: coding style: comparison for equality with NULLGravatar Ian Morris 1-8/+8
2015-03-12net: Kill hold_net release_netGravatar Eric W. Biederman 1-2/+1
2015-02-12ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcGravatar Jan Stancek 1-2/+2
2014-11-23ipv6: coding style improvements (remove assignment in if statements)Gravatar Ian Morris 1-1/+5
2014-11-05net: Convert SEQ_START_TOKEN/seq_printf to seq_putsGravatar Joe Perches 1-2/+1
2014-11-04ipv6: trivial, add bracket for the if blockGravatar Florent Fourcot 1-2/+2
2014-08-24ipv6: White-space cleansing : gaps between function and symbol exportGravatar Ian Morris 1-1/+0
2014-08-24ipv6: White-space cleansing : Line LayoutsGravatar Ian Morris 1-9/+9
2014-04-30net: ipv6: Introduce ip6_sk_dst_hoplimit.Gravatar Lorenzo Colitti 1-1/+0
2014-02-18ipv6: remove some unused include in flowlabelGravatar Florent Fourcot 1-6/+0
2014-01-19ipv6: add flowlabel_consistency sysctlGravatar Florent Fourcot 1-0/+7
2014-01-19ipv6: add a flag to get the flow label used remotlyGravatar Florent Fourcot 1-1/+7
2014-01-19ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GETGravatar Florent Fourcot 1-0/+21
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomGravatar Aruna-Hewapathirane 1-1/+1
2013-11-11ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhGravatar Hannes Frederic Sowa 1-0/+2
2013-11-08ipv6: protect flow label renew against GCGravatar Florent Fourcot 1-0/+4
2013-11-08ipv6: increase maximum lifetime of flow labelsGravatar Florent Fourcot 1-1/+1
2013-11-08ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptGravatar Florent Fourcot 1-0/+26
2013-11-05ipv6: remove old conditions on flow label sharingGravatar Florent Fourcot 1-33/+0