aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_flowlabel.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-22ipv6: flowlabel: do not leave opt->tot_len with garbageGravatar Eric Dumazet 1-0/+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
2013-03-07ipv6 flowlabel: add __rcu annotationsGravatar Eric Dumazet 1-3/+8
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-2/+2
2013-02-08ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.cGravatar Amerigo Wang 1-4/+4
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2013-01-31ipv6: rename datagram_send_ctl and datagram_recv_ctlGravatar Tom Parkin 1-2/+2
2013-01-30ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-32/+40
2013-01-30ipv6 flowlabel: Convert hash list to RCU.Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-40/+54
2013-01-30ipv6 flowlabel: Ensure to take lock when modifying np->ip6_sk_fl_list.Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-2/+11
2012-11-18net: Allow userns root to control ipv6Gravatar Eric W. Biederman 1-1/+2
2012-08-16ipv6: move dereference after check in fl_free()Gravatar Dan Carpenter 1-5/+2
2012-08-14net ip6 flowlabel: Make owner a union of struct pid * and kuid_tGravatar Eric W. Biederman 1-7/+43
2012-05-19ipv6: bool/const conversions phase2Gravatar Eric Dumazet 1-12/+12
2012-05-01ipv6: Export ipv6 functions for use by other protocolsGravatar Chris Elston 1-0/+1
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-2/+2
2011-11-22net: remove ipv6_addr_copy()Gravatar Alexey Dobriyan 1-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 1-0/+1
2011-08-30net: relax PKTINFO non local ipv6 udp xmit checkGravatar Maciej Żenczykowski 1-4/+4
2011-03-12ipv6: Convert to use flowi6 where applicable.Gravatar David S. Miller 1-3/+3
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiGravatar David S. Miller 1-1/+1
2010-04-23IPv6: Add dontfrag argument to relevant functionsGravatar Brian Haley 1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-17net: spread __net_init, __net_exitGravatar Alexey Dobriyan 1-5/+4
2009-11-25net: use net_eq to compare netsGravatar Octavian Purdila 1-4/+5