aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_flowlabel.c
AgeCommit message (Expand)Author
2017-11-18ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet
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
2013-11-08ipv6: enable IPV6_FLOWLABEL_MGR for getsockoptFlorent Fourcot
2013-11-05ipv6: remove old conditions on flow label sharingFlorent Fourcot
2013-03-07ipv6 flowlabel: add __rcu annotationsEric Dumazet
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-02-08ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.cAmerigo Wang
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-31ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin
2013-01-30ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明
2013-01-30ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明
2013-01-30ipv6 flowlabel: Ensure to take lock when modifying np->ip6_sk_fl_list.YOSHIFUJI Hideaki / 吉藤英明
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman
2012-08-16ipv6: move dereference after check in fl_free()Dan Carpenter
2012-08-14net ip6 flowlabel: Make owner a union of struct pid * and kuid_tEric W. Biederman
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet
2012-05-01ipv6: Export ipv6 functions for use by other protocolsChris Elston
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-08-30net: relax PKTINFO non local ipv6 udp xmit checkMaciej Żenczykowski
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2010-04-23IPv6: Add dontfrag argument to relevant functionsBrian Haley
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-24net/ipv6: Move && and || to end of previous lineJoe Perches