| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -3/+3 |
* | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 2020-07-25 | 1 | -7/+9 |
* | netfilter: switch nf_setsockopt to sockptr_t | Christoph Hellwig | 2020-07-25 | 1 | -1/+2 |
* | net: decnet: af_decnet: Simplify goto loop. | Suraj Upadhyay | 2020-07-17 | 1 | -8/+5 |
* | net: Make sock protocol value checks more specific | Mat Martineau | 2020-01-10 | 1 | -1/+1 |
* | net: use helpers to change sk_ack_backlog | Eric Dumazet | 2019-11-07 | 1 | -1/+1 |
* | net: use skb_queue_empty_lockless() in poll() handlers | Eric Dumazet | 2019-10-28 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24 | Thomas Gleixner | 2019-05-21 | 1 | -9/+1 |
* | net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destruct | Xin Long | 2019-04-02 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-12-27 | 1 | -1/+1 |
|\ |
|
| * | net/decnet: add missing indentation | Colin Ian King | 2018-11-17 | 1 | -1/+1 |
* | | net/decnet: Replace rcu_barrier_bh() with rcu_barrier() | Paul E. McKenney | 2018-12-01 | 1 | -1/+1 |
|/ |
|
* | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 2018-06-28 | 1 | -3/+3 |
* | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2018-06-04 | 1 | -3/+3 |
|\ |
|
| * | net: convert datagram_poll users tp ->poll_mask | Christoph Hellwig | 2018-05-26 | 1 | -3/+3 |
* | | proc: introduce proc_create_seq_private | Christoph Hellwig | 2018-05-16 | 1 | -14/+3 |
|/ |
|
* | net: Use octal not symbolic permissions | Joe Perches | 2018-03-26 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-02-20 | 1 | -29/+33 |
|\ |
|
| * | dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock | Paolo Abeni | 2018-02-16 | 1 | -29/+33 |
* | | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 2018-02-12 | 1 | -4/+2 |
|/ |
|
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-01-31 | 1 | -1/+0 |
|\ |
|
| * | net: delete /proc THIS_MODULE references | Alexey Dobriyan | 2018-01-16 | 1 | -1/+0 |
* | | net: annotate ->poll() instances | Al Viro | 2017-11-27 | 1 | -2/+2 |
|/ |
|
* | decnet: af_decnet: mark expected switch fall-throughs | Gustavo A. R. Silva | 2017-10-18 | 1 | -0/+3 |
* | net/decnet: Convert timers to use timer_setup() | Kees Cook | 2017-10-18 | 1 | -4/+0 |
* | tcp: add TCPMemoryPressuresChrono counter | Eric Dumazet | 2017-06-08 | 1 | -1/+1 |
* | format-security: move static strings to const | Kees Cook | 2017-05-09 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-03-15 | 1 | -2/+3 |
|\ |
|
| * | net: Work around lockdep limitation in sockets that use sockets | David Howells | 2017-03-10 | 1 | -2/+3 |
* | | decnet: Use TCP nagle macro instead of literal number in decnet | Gao Feng | 2017-03-07 | 1 | -6/+7 |
|/ |
|
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | net: fix sleeping for sk_wait_event() | WANG Cong | 2016-11-14 | 1 | -8/+8 |
* | net: add validation for the socket syscall protocol argument | Hannes Frederic Sowa | 2015-12-14 | 1 | -0/+3 |
* | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA | Eric Dumazet | 2015-12-01 | 1 | -4/+4 |
* | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 2015-05-11 | 1 | -4/+4 |
* | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 2015-03-02 | 1 | -4/+3 |
* | new helper: memcpy_to_msg() | Al Viro | 2014-11-24 | 1 | -1/+1 |
* | new helper: memcpy_from_msg() | Al Viro | 2014-11-24 | 1 | -1/+1 |
* | af_decnet: Use time_after_eq | Himangi Saraogi | 2014-08-22 | 1 | -1/+2 |
* | net: Split sk_no_check into sk_no_check_{rx,tx} | Tom Herbert | 2014-05-23 | 1 | -1/+1 |
* | net: Move prototype declaration to header file include/net/dn.h from net/decn... | Rashika Kheria | 2014-02-10 | 1 | -3/+0 |
* | net: Move prototype declaration to appropriate header file from decnet/af_dec... | Rashika Kheria | 2014-02-10 | 1 | -2/+0 |
* | net: add build-time checks for msg->msg_name size | Steffen Hurrle | 2014-01-19 | 1 | -1/+2 |
* | net: pass info struct via netdevice notifier | Jiri Pirko | 2013-05-28 | 1 | -2/+2 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-28 | 1 | -6/+3 |
* | net: proc: change proc_net_remove to remove_proc_entry | Gao feng | 2013-02-18 | 1 | -1/+1 |
* | net: proc: change proc_net_fops_create to proc_create | Gao feng | 2013-02-18 | 1 | -1/+1 |
* | decnet: use correct RCU API to deref sk_dst_cache field | Cong Wang | 2013-01-28 | 1 | -2/+4 |
* | decnet: fix shutdown parameter checking | Xi Wang | 2012-08-31 | 1 | -2/+2 |