summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_flowlabel.c
Commit message (Expand)AuthorAge
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* net: Use octal not symbolic permissionsJoe Perches2018-03-26
* net: Convert ip6_flowlabel_net_opsKirill Tkhai2018-02-19
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-16
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-21
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-13
|\
| * timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-05
* | ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2017-10-22
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* ipv6: add new struct ipcm6_cookieWei Wang2016-05-03
* ipv6: process socket-level control messages in IPv6Soheil Hassas Yeganeh2016-04-04
* ipv6: fix a lockdep splatEric Dumazet2016-02-08
* ipv6: Flow label state rangesTom Herbert2015-05-03
* ipv6: coding style: comparison for inequality with NULLIan Morris2015-03-31
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-31
* net: Kill hold_net release_netEric W. Biederman2015-03-12
* ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek2015-02-12
* ipv6: coding style improvements (remove assignment in if statements)Ian Morris2014-11-23
* net: Convert SEQ_START_TOKEN/seq_printf to seq_putsJoe Perches2014-11-05
* ipv6: trivial, add bracket for the if blockFlorent Fourcot2014-11-04
* ipv6: White-space cleansing : gaps between function and symbol exportIan Morris2014-08-24
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-24
* net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti2014-04-30
* ipv6: remove some unused include in flowlabelFlorent Fourcot2014-02-18
* ipv6: add flowlabel_consistency sysctlFlorent Fourcot2014-01-19
* ipv6: add a flag to get the flow label used remotlyFlorent Fourcot2014-01-19
* ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GETFlorent Fourcot2014-01-19
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-14
* ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bhHannes Frederic Sowa2013-11-11
* ipv6: protect flow label renew against GCFlorent Fourcot2013-11-08
* ipv6: increase maximum lifetime of flow labelsFlorent Fourcot2013-11-08
* ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot2013-11-08
* ipv6: remove old conditions on flow label sharingFlorent Fourcot2013-11-05
* ipv6 flowlabel: add __rcu annotationsEric Dumazet2013-03-07
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-18
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-18
* ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.cAmerigo Wang2013-02-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-05
|\
| * ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin2013-01-31
* | ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明2013-01-30
* | ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明2013-01-30
* | ipv6 flowlabel: Ensure to take lock when modifying np->ip6_sk_fl_list.YOSHIFUJI Hideaki / 吉藤英明2013-01-30
|/
* net: Allow userns root to control ipv6Eric W. Biederman2012-11-18
* ipv6: move dereference after check in fl_free()Dan Carpenter2012-08-16
* net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman2012-08-14
* ipv6: bool/const conversions phase2Eric Dumazet2012-05-19
* ipv6: Export ipv6 functions for use by other protocolsChris Elston2012-05-01
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-22
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31