aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_flowlabel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/tip/tipLinus 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