Age | Commit message (Expand) | Author | Files | Lines |
2022-02-16 | ipv6: per-netns exclusive flowlabel checks | Willem de Bruijn | 1 | -1/+3 |
2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -145/+171 |
2020-07-28 | net: remove sockptr_advance | Christoph Hellwig | 1 | -5/+6 |
2020-07-24 | net/ipv6: switch ipv6_flowlabel_opt to sockptr_t | Christoph Hellwig | 1 | -7/+9 |
2020-07-24 | net/ipv6: split up ipv6_flowlabel_opt | Christoph Hellwig | 1 | -143/+166 |
2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
2020-05-19 | proc: proc_pid_ns takes super_block as an argument | Alexey Gladkov | 1 | -1/+1 |
2019-07-11 | ipv6: fix static key imbalance in fl_create() | Eric Dumazet | 1 | -3/+6 |
2019-07-08 | ipv6: elide flowlabel check if no exclusive leases exist | Willem de Bruijn | 1 | -4/+23 |
2019-06-09 | ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zero | Eric Dumazet | 1 | -3/+4 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-04-29 | ipv6/flowlabel: wait rcu grace period before put_pid() | Eric Dumazet | 1 | -6/+12 |
2019-04-29 | ipv6: invert flowlabel sharing check in process and user mode | Willem de Bruijn | 1 | -2/+2 |
2018-07-07 | ipv6: fold sockcm_cookie into ipcm6_cookie | Willem de Bruijn | 1 | -2/+1 |
2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 1 | -15/+2 |
2018-05-16 | ipv6/flowlabel: simplify pid namespace lookup | Christoph Hellwig | 1 | -23/+6 |
2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
2018-03-26 | net: Use octal not symbolic permissions | Joe Perches | 1 | -1/+1 |
2018-02-19 | net: Convert ip6_flowlabel_net_ops | Kirill Tkhai | 1 | -0/+1 |
2018-01-16 | net: delete /proc THIS_MODULE references | Alexey Dobriyan | 1 | -1/+0 |
2017-11-21 | treewide: Switch DEFINE_TIMER callbacks to struct timer_list * | Kees Cook | 1 | -2/+2 |
2017-11-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2017-10-22 | ipv6: flowlabel: do not leave opt->tot_len with garbage | Eric Dumazet | 1 | -0/+1 |
2017-10-05 | timer: Remove expires and data arguments from DEFINE_TIMER | Kees Cook | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-05-03 | ipv6: add new struct ipcm6_cookie | Wei Wang | 1 | -3/+3 |
2016-04-04 | ipv6: process socket-level control messages in IPv6 | Soheil Hassas Yeganeh | 1 | -1/+2 |
2016-02-08 | ipv6: fix a lockdep splat | Eric Dumazet | 1 | -2/+3 |
2015-05-03 | ipv6: Flow label state ranges | Tom Herbert | 1 | -0/+4 |
2015-03-31 | ipv6: coding style: comparison for inequality with NULL | Ian Morris | 1 | -3/+3 |
2015-03-31 | ipv6: coding style: comparison for equality with NULL | Ian Morris | 1 | -8/+8 |
2015-03-12 | net: Kill hold_net release_net | Eric W. Biederman | 1 | -2/+1 |
2015-02-12 | ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gc | Jan Stancek | 1 | -2/+2 |
2014-11-23 | ipv6: coding style improvements (remove assignment in if statements) | Ian Morris | 1 | -1/+5 |
2014-11-05 | net: Convert SEQ_START_TOKEN/seq_printf to seq_puts | Joe Perches | 1 | -2/+1 |
2014-11-04 | ipv6: trivial, add bracket for the if block | Florent Fourcot | 1 | -2/+2 |
2014-08-24 | ipv6: White-space cleansing : gaps between function and symbol export | Ian Morris | 1 | -1/+0 |
2014-08-24 | ipv6: White-space cleansing : Line Layouts | Ian Morris | 1 | -9/+9 |
2014-04-30 | net: ipv6: Introduce ip6_sk_dst_hoplimit. | Lorenzo Colitti | 1 | -1/+0 |
2014-02-18 | ipv6: remove some unused include in flowlabel | Florent Fourcot | 1 | -6/+0 |
2014-01-19 | ipv6: add flowlabel_consistency sysctl | Florent Fourcot | 1 | -0/+7 |
2014-01-19 | ipv6: add a flag to get the flow label used remotly | Florent Fourcot | 1 | -1/+7 |
2014-01-19 | ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GET | Florent Fourcot | 1 | -0/+21 |
2014-01-14 | net: replace macros net_random and net_srandom with direct calls to prandom | Aruna-Hewapathirane | 1 | -1/+1 |
2013-11-11 | ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bh | Hannes Frederic Sowa | 1 | -0/+2 |
2013-11-08 | ipv6: protect flow label renew against GC | Florent Fourcot | 1 | -0/+4 |
2013-11-08 | ipv6: increase maximum lifetime of flow labels | Florent Fourcot | 1 | -1/+1 |
2013-11-08 | ipv6: enable IPV6_FLOWLABEL_MGR for getsockopt | Florent Fourcot | 1 | -0/+26 |
2013-11-05 | ipv6: remove old conditions on flow label sharing | Florent Fourcot | 1 | -33/+0 |
2013-03-07 | ipv6 flowlabel: add __rcu annotations | Eric Dumazet | 1 | -3/+8 |