- 75a2f31 phonet/pep: refuse to enable an unbound pipe by Rémi Denis-Courmont · 3 years ago
- bcd0f93 phonet: refcount leak in pep_sock_accep by Hangyu Hua · 3 years, 1 month ago
- 1160dfa net: Remove redundant if statements by Yajun Deng · 3 years, 5 months ago
- 4747c1a phonet: use siocdevprivate by Arnd Bergmann · 3 years, 5 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
- a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 5 months ago
- 8c918ff net: remove compat_sock_common_{get,set}sockopt by Christoph Hellwig · 4 years, 5 months ago
- 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
- 1f62343 net: Remove redundant BUG_ON() check in phonet_pernet by Xu Wang · 5 years ago
- 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
- 2b27bdc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 by Thomas Gleixner · 6 years ago
- 2c1212d Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- ea9a037 net: Treat sock->sk_drops as an unsigned int when printing by Patrick Talbert · 6 years ago
- 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
- 6321aa1 phonet: fix building with clang by Arnd Bergmann · 6 years ago
- a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
- 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- e7a98d47 net/phonet: convert to ->poll_mask by Christoph Hellwig · 7 years ago
- db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
- c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
- 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
- c80afa0 net: Convert /proc creating and destroying pernet_operations by Kirill Tkhai · 7 years ago
- 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
- 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
- c1c502b net: use rtnl_register_module where needed by Florian Westphal · 7 years ago
- ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
- ae61e8c phonet: exit_net cleanup check added by Vasily Averin · 7 years ago
- 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 548ec11 net: phonet: mark phonet_protocol as const by Lin Zhang · 7 years ago
- 6423747 net: phonet: mark header_ops as const by Lin Zhang · 7 years ago
- b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
- 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
- c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
- fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
- cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
- d9dc8b0 net: fix sleeping for sk_wait_event() by WANG Cong · 8 years ago
- b3e3893 net: use core MTU range checking in misc drivers by Jarod Wilson · 8 years ago
- 086c653 sock: struct proto hash function may error by Craig Gallek · 9 years ago
- 7aaed57 phonet: properly unshare skbs in phonet_rcv() by Eric Dumazet · 9 years ago
- 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
- 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
- 926e987 phonet netlink: allow multiple messages per skb in route dump by Johannes Berg · 10 years ago
- 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
- 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
- ba7a46f net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited by Joe Perches · 10 years ago
- 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
- 79952bc net: fix rcu access on phonet_routes by Fabian Frederick · 10 years ago
- c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
- 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 11 years ago
- 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
- 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
- 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
- bceaa90 inet: prevent leakage of uninitialized memory to user in recv syscalls by Hannes Frederic Sowa · 11 years ago
- 652586d seq_file: remove "%n" usage from seq_file users by Tetsuo Handa · 11 years ago
- d14c5ab net: proc_fs: trivial: print UIDs as unsigned int by Francesco Fusco · 11 years ago
- fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 12 years ago
- 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 12 years ago
- 661d296 rtnetlink: Remove passing of attributes into rtnl_doit functions by Thomas Graf · 12 years ago
- b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
- ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
- d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
- dfc47ef net: Push capable(CAP_NET_ADMIN) into the rtnl methods by Eric W. Biederman · 12 years ago
- 15e4730 netlink: Rename pid to portid to avoid confusion by Eric W. Biederman · 12 years ago
- a7cb5a4 userns: Print out socket uids in a user namespace aware fashion. by Eric W. Biederman · 13 years ago
- 31fdc55 net: remove my future former mail address by Rémi Denis-Courmont · 13 years ago
- ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 13 years ago
- 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 13 years ago
- 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
- 8e052e5 Phonet: missing headers (sparse) by Rémi Denis-Courmont · 13 years ago
- 3c490a8 Phonet: phonet_net_id can be static (sparse) by Rémi Denis-Courmont · 13 years ago
- e65ac4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
- 0347875 phonet: Sort out initiailziation and cleanup code. by Eric W. Biederman · 13 years ago
- 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
- bcf1b70 phonet: Check input from user before allocating by Sasha Levin · 13 years ago
- 7f116b5 phonet: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
- cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
- bdb6e69 Phonet: set the pipe handle using setsockopt by Dinesh Kumar Sharma · 13 years ago
- bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
- 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 14 years ago
- a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
- c7ac867 rtnetlink: Compute and store minimum ifinfo dump size by Greg Rose · 14 years ago
- 71338aa net: convert %p usage to %pK by Dan Rosenberg · 14 years ago
- 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
- 7e113a9 net,rcu: convert call_rcu(phonet_device_rcu_free) to kfree_rcu() by Lai Jiangshan · 14 years ago
- e67f88d net: dont hold rtnl mutex during netlink dump callbacks by Eric Dumazet · 14 years ago
- 44f4d5a Phonet: convert bound sockets hash list to RCU by Rémi Denis-Courmont · 14 years ago
- 638be34 Phonet: fix aligned-mode pipe socket buffer header reserve by Rémi Denis-Courmont · 14 years ago
- a015f6f Phonet: kill the ST-Ericsson pipe controller Kconfig by Rémi Denis-Courmont · 14 years ago
- 297edb6 Phonet: support active connection without pipe controller on modem by Rémi Denis-Courmont · 14 years ago
- acaf7df Phonet: provide pipe socket option to retrieve the pipe identifier by Rémi Denis-Courmont · 14 years ago
- f7ae8d5 Phonet: allocate sock from accept syscall rather than soft IRQ by Rémi Denis-Courmont · 14 years ago