| Age | Commit message (Expand) | Author | Files | Lines |
| 11 days | phonet/pep: disable BH around forwarded sk_receive_skb() | Zijing Yin | 1 | -2/+17 |
| 2026-04-27 | net: phonet: do not BUG_ON() in pn_socket_autobind() on failed bind | Morduan Zang | 1 | -2/+8 |
| 2026-04-14 | Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2 | -3/+3 |
| 2026-04-13 | Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
| 2026-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+4 |
| 2026-03-16 | bonding: prevent potential infinite loop in bond_header_parse() | Eric Dumazet | 1 | -1/+4 |
| 2026-03-06 | net: change sock.sk_ino and sock_i_ino() to u64 | Jeff Layton | 1 | -2/+2 |
| 2026-03-02 | net: remove addr_len argument of recvmsg() handlers | Eric Dumazet | 2 | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2025-11-04 | net: Convert proto callbacks from sockaddr to sockaddr_unsized | Kees Cook | 2 | -3/+4 |
| 2025-11-04 | net: Convert proto_ops connect() callbacks to use sockaddr_unsized | Kees Cook | 1 | -3/+3 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 1 | -4/+4 |
| 2025-08-28 | net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers | Eric Dumazet | 2 | -4/+4 |
| 2025-08-12 | phonet: add __rcu annotations | Eric Dumazet | 2 | -13/+14 |
| 2025-07-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2025-07-17 | phonet/pep: Move call to pn_skb_get_dst_sockaddr() earlier in pep_sock_accept() | Nathan Chancellor | 1 | -1/+1 |
| 2025-06-23 | net: remove sock_i_uid() | Eric Dumazet | 1 | -2/+2 |
| 2024-11-07 | phonet: do not call synchronize_rcu() from phonet_route_del() | Eric Dumazet | 2 | -4/+13 |
| 2024-10-24 | phonet: Don't hold RTNL for route_doit(). | Kuniyuki Iwashima | 1 | -6/+13 |
| 2024-10-24 | phonet: Convert phonet_routes.lock to spinlock_t. | Kuniyuki Iwashima | 1 | -9/+14 |
| 2024-10-24 | phonet: Pass net and ifindex to rtm_phonet_notify(). | Kuniyuki Iwashima | 2 | -10/+16 |
| 2024-10-24 | phonet: Pass ifindex to fill_route(). | Kuniyuki Iwashima | 1 | -6/+6 |
| 2024-10-24 | phonet: Don't hold RTNL for getaddr_dumpit(). | Kuniyuki Iwashima | 1 | -9/+15 |
| 2024-10-24 | phonet: Don't hold RTNL for addr_doit(). | Kuniyuki Iwashima | 1 | -11/+22 |
| 2024-10-24 | phonet: Convert phonet_device_list.lock to spinlock_t. | Kuniyuki Iwashima | 1 | -9/+17 |
| 2024-10-24 | phonet: Pass net and ifindex to phonet_address_notify(). | Kuniyuki Iwashima | 2 | -9/+13 |
| 2024-10-24 | phonet: Pass ifindex to fill_addr(). | Kuniyuki Iwashima | 1 | -6/+7 |
| 2024-10-10 | phonet: Handle error of rtnl_register_module(). | Kuniyuki Iwashima | 1 | -17/+11 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 1 | -1/+1 |
| 2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe | 2 | -10/+9 |
| 2024-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2024-05-08 | phonet: no longer hold RTNL in route_dumpit() | Eric Dumazet | 1 | -8/+9 |
| 2024-05-06 | phonet: fix rtm_phonet_notify() skb allocation | Eric Dumazet | 1 | -1/+1 |
| 2024-05-03 | net: Remove ctl_table sentinel elements from several networking subsystems | Joel Granados | 1 | -1/+0 |
| 2024-02-22 | phonet/pep: fix racy skb_queue_empty() use | Rémi Denis-Courmont | 1 | -9/+32 |
| 2024-02-22 | phonet: take correct lock to peek at the RX queue | Rémi Denis-Courmont | 1 | -2/+2 |
| 2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -2/+0 |
| 2023-06-15 | net: ioctl: Use kernel memory on protocol ioctl callbacks | Breno Leitao | 3 | -14/+10 |
| 2023-01-23 | net/sock: Introduce trace_sk_data_ready() | Peilin Ye | 1 | -0/+4 |
| 2022-04-12 | net: remove noblock parameter from recvmsg() entities | Oliver Hartkopp | 2 | -4/+2 |
| 2022-04-06 | net: remove noblock parameter from skb_recv_datagram() | Oliver Hartkopp | 2 | -3/+6 |
| 2022-03-07 | phonet: Use netif_rx(). | Sebastian Andrzej Siewior | 1 | -4/+4 |
| 2021-12-20 | phonet/pep: refuse to enable an unbound pipe | Rémi Denis-Courmont | 1 | -0/+2 |
| 2021-12-10 | phonet: refcount leak in pep_sock_accep | Hangyu Hua | 1 | -0/+1 |
| 2021-08-05 | net: Remove redundant if statements | Yajun Deng | 3 | -8/+4 |
| 2021-07-27 | phonet: use siocdevprivate | Arnd Bergmann | 1 | -3/+3 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -5/+5 |
| 2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -2/+2 |
| 2020-07-19 | net: make ->{get,set}sockopt in proto_ops optional | Christoph Hellwig | 1 | -2/+0 |
| 2020-07-19 | net: remove compat_sock_common_{get,set}sockopt | Christoph Hellwig | 1 | -8/+0 |
| 2020-04-27 | sysctl: pass kernel pointers to ->proc_handler | Christoph Hellwig | 1 | -2/+1 |
| 2020-01-03 | net: Remove redundant BUG_ON() check in phonet_pernet | Xu Wang | 1 | -2/+0 |
| 2019-10-28 | net: use skb_queue_empty_lockless() in poll() handlers | Eric Dumazet | 1 | -2/+2 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 | Thomas Gleixner | 8 | -112/+8 |
| 2019-05-21 | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-19 | net: Treat sock->sk_drops as an unsigned int when printing | Patrick Talbert | 1 | -1/+1 |
| 2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -4/+4 |
| 2019-02-21 | phonet: fix building with clang | Arnd Bergmann | 1 | -16/+16 |
| 2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -3/+6 |
| 2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -6/+3 |
| 2018-05-26 | net/phonet: convert to ->poll_mask | Christoph Hellwig | 1 | -5/+2 |
| 2018-05-26 | net: convert datagram_poll users tp ->poll_mask | Christoph Hellwig | 1 | -1/+1 |
| 2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 2 | -30/+6 |
| 2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
| 2018-02-27 | net: Convert /proc creating and destroying pernet_operations | Kirill Tkhai | 1 | -0/+1 |
| 2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -3/+2 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -5/+5 |
| 2018-01-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -10/+13 |
| 2018-01-16 | net: delete /proc THIS_MODULE references | Alexey Dobriyan | 1 | -2/+0 |
| 2017-12-04 | net: use rtnl_register_module where needed | Florian Westphal | 1 | -8/+13 |
| 2017-11-27 | net: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
| 2017-11-14 | phonet: exit_net cleanup check added | Vasily Averin | 1 | -0/+3 |
| 2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-07 | net: phonet: mark phonet_protocol as const | Lin Zhang | 3 | -9/+10 |
| 2017-10-07 | net: phonet: mark header_ops as const | Lin Zhang | 1 | -1/+1 |
| 2017-08-09 | rtnetlink: make rtnl_register accept a flags parameter | Florian Westphal | 1 | -6/+6 |
| 2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
| 2017-07-01 | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
| 2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 1 | -1/+1 |
| 2017-04-17 | net: rtnetlink: plumb extended ack to doit function | David Ahern | 1 | -4/+6 |
| 2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 1 | -2/+4 |
| 2017-03-09 | net: Work around lockdep limitation in sockets that use sockets | David Howells | 2 | -4/+6 |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2 | -0/+3 |
| 2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 1 | -1/+1 |
| 2016-11-14 | net: fix sleeping for sk_wait_event() | WANG Cong | 1 | -5/+4 |
| 2016-10-20 | net: use core MTU range checking in misc drivers | Jarod Wilson | 1 | -10/+2 |
| 2016-02-11 | sock: struct proto hash function may error | Craig Gallek | 1 | -2/+4 |
| 2016-01-12 | phonet: properly unshare skbs in phonet_rcv() | Eric Dumazet | 1 | -0/+4 |
| 2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 2 | -2/+2 |
| 2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 3 | -13/+9 |
| 2015-01-19 | phonet netlink: allow multiple messages per skb in route dump | Johannes Berg | 1 | -15/+7 |
| 2015-01-18 | netlink: make nlmsg_end() and genlmsg_end() void | Johannes Berg | 1 | -5/+11 |
| 2014-11-24 | new helper: memcpy_from_msg() | Al Viro | 2 | -2/+2 |
| 2014-11-11 | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited | Joe Perches | 3 | -12/+12 |
| 2014-11-05 | net: Add and use skb_copy_datagram_msg() helper. | David S. Miller | 2 | -2/+2 |
| 2014-10-06 | net: fix rcu access on phonet_routes | Fabian Frederick | 1 | -3/+3 |
| 2014-07-15 | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 1 | -1/+1 |
| 2014-04-24 | net: Use netlink_ns_capable to verify the permisions of netlink messages | Eric W. Biederman | 1 | -4/+4 |
| 2014-04-11 | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 2 | -7/+5 |
| 2014-01-18 | net: add build-time checks for msg->msg_name size | Steffen Hurrle | 1 | -3/+3 |
| 2013-11-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -5/+4 |
| 2013-11-18 | inet: prevent leakage of uninitialized memory to user in recv syscalls | Hannes Frederic Sowa | 1 | -5/+4 |
| 2013-11-15 | seq_file: remove "%n" usage from seq_file users | Tetsuo Handa | 1 | -13/+11 |
| 2013-08-15 | net: proc_fs: trivial: print UIDs as unsigned int | Francesco Fusco | 1 | -1/+1 |
| 2013-06-13 | net: Convert uses of typedef ctl_table to struct ctl_table | Joe Perches | 1 | -2/+2 |
| 2013-05-28 | net: pass info struct via netdevice notifier | Jiri Pirko | 1 | -2/+2 |
| 2013-03-22 | rtnetlink: Remove passing of attributes into rtnl_doit functions | Thomas Graf | 1 | -2/+2 |
| 2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 2 | -8/+4 |
| 2013-02-18 | net: proc: change proc_net_remove to remove_proc_entry | Gao feng | 1 | -2/+2 |
| 2013-02-18 | net: proc: change proc_net_fops_create to proc_create | Gao feng | 1 | -2/+2 |
| 2012-11-18 | net: Push capable(CAP_NET_ADMIN) into the rtnl methods | Eric W. Biederman | 1 | -0/+6 |
| 2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 1 | -7/+7 |
| 2012-08-14 | userns: Print out socket uids in a user namespace aware fashion. | Eric W. Biederman | 1 | -2/+4 |
| 2012-06-17 | net: remove my future former mail address | Rémi Denis-Courmont | 8 | -13/+13 |
| 2012-04-20 | net: Convert all sysctl registrations to register_net_sysctl | Eric W. Biederman | 1 | -7/+1 |
| 2012-04-20 | net: Move all of the network sysctls without a namespace into init_net. | Eric W. Biederman | 1 | -2/+2 |
| 2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 5 | -13/+14 |
| 2012-04-13 | Phonet: missing headers (sparse) | Rémi Denis-Courmont | 1 | -0/+4 |
| 2012-04-13 | Phonet: phonet_net_id can be static (sparse) | Rémi Denis-Courmont | 1 | -1/+1 |
| 2012-04-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -19/+2 |
| 2012-04-13 | phonet: Sort out initiailziation and cleanup code. | Eric W. Biederman | 1 | -19/+2 |
| 2012-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
| 2012-04-05 | phonet: Check input from user before allocating | Sasha Levin | 1 | -0/+3 |
| 2012-04-01 | phonet: Stop using NLA_PUT*(). | David S. Miller | 1 | -3/+5 |
| 2012-01-12 | net: reintroduce missing rcu_assign_pointer() calls | Eric Dumazet | 3 | -3/+3 |
| 2011-11-18 | Phonet: set the pipe handle using setsockopt | Dinesh Kumar Sharma | 1 | -11/+95 |
| 2011-10-31 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2 | -0/+2 |
| 2011-10-31 | net: Fix files explicitly needing to include module.h | Paul Gortmaker | 1 | -0/+1 |
| 2011-08-02 | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER | Stephen Hemminger | 3 | -8/+8 |
| 2011-06-09 | rtnetlink: Compute and store minimum ifinfo dump size | Greg Rose | 1 | -6/+7 |
| 2011-05-24 | net: convert %p usage to %pK | Dan Rosenberg | 1 | -1/+1 |
| 2011-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 3 | -30/+25 |
| 2011-05-07 | net,rcu: convert call_rcu(phonet_device_rcu_free) to kfree_rcu() | Lai Jiangshan | 1 | -9/+1 |
| 2011-05-02 | net: dont hold rtnl mutex during netlink dump callbacks | Eric Dumazet | 2 | -6/+4 |
| 2011-04-14 | Phonet: convert bound sockets hash list to RCU | Rémi Denis-Courmont | 1 | -24/+21 |
| 2011-03-15 | Phonet: fix aligned-mode pipe socket buffer header reserve | Rémi Denis-Courmont | 1 | -1/+1 |
| 2011-03-09 | Phonet: kill the ST-Ericsson pipe controller Kconfig | Rémi Denis-Courmont | 2 | -37/+0 |
| 2011-03-09 | Phonet: support active connection without pipe controller on modem | Rémi Denis-Courmont | 2 | -133/+141 |
| 2011-03-09 | Phonet: provide pipe socket option to retrieve the pipe identifier | Rémi Denis-Courmont | 1 | -8/+7 |
| 2011-03-09 | Phonet: allocate sock from accept syscall rather than soft IRQ | Rémi Denis-Courmont | 2 | -173/+121 |
| 2011-03-09 | Phonet: factor common code to send control messages | Rémi Denis-Courmont | 1 | -152/+73 |
| 2011-03-09 | Phonet: correct pipe backlog callback return values | Rémi Denis-Courmont | 1 | -14/+11 |
| 2011-03-09 | Phonet: return an error when packet TX fails | Rémi Denis-Courmont | 1 | -5/+3 |
| 2011-03-09 | Phonet: fix NULL dereference on TX path with implicit source | Rémi Denis-Courmont | 1 | -3/+2 |
| 2011-02-25 | phonet: Protect pipe_do_remove() with appropriate ifdefs. | David S. Miller | 1 | -0/+2 |
| 2011-02-25 | Phonet: fix flawed "SYN/ACK" logic | Rémi Denis-Courmont | 1 | -77/+46 |
| 2011-02-25 | Phonet: don't bother with transaction IDs (especially for indications) | Rémi Denis-Courmont | 1 | -34/+13 |
| 2011-02-25 | Phonet: remove redumdant pep->pipe_state | Rémi Denis-Courmont | 1 | -19/+6 |
| 2011-02-25 | Phonet: use socket destination in pipe protocol | Rémi Denis-Courmont | 1 | -25/+16 |
| 2011-02-25 | Phonet: implement per-socket destination/peer address | Rémi Denis-Courmont | 2 | -7/+16 |
| 2011-02-25 | Phonet: allow multiple listen() and fix small race condition | Rémi Denis-Courmont | 1 | -5/+5 |
| 2011-01-10 | phonet: some signedness bugs | Dan Carpenter | 1 | -3/+3 |
| 2010-11-22 | Net: phonet: Makefile: Remove deprecated kbuild goal definitions | Tracey Dent | 1 | -2/+2 |
| 2010-10-20 | phonet: remove the unused variable pn | Changli Gao | 1 | -1/+0 |
| 2010-10-13 | Phonet: 'connect' socket implementation for Pipe controller | Kumar Sanghvi | 2 | -187/+212 |
| 2010-10-08 | Phonet: mark the pipe controller as EXPERIMENTAL | Rémi Denis-Courmont | 1 | -2/+2 |
| 2010-10-08 | Phonet: cleanup pipe enable socket option | Rémi Denis-Courmont | 1 | -41/+29 |
| 2010-10-08 | Phonet: advise against enabling the pipe controller | Rémi Denis-Courmont | 1 | -1/+2 |
| 2010-10-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+2 |
| 2010-09-30 | Phonet: restore flow control credits when sending fails | Rémi Denis-Courmont | 1 | -2/+8 |
| 2010-09-29 | Phonet: Correct header retrieval after pskb_may_pull | Kumar Sanghvi | 1 | -1/+2 |
| 2010-09-27 | Phonet: Implement Pipe Controller to support Nokia Slim Modems | Kumar Sanghvi | 2 | -6/+453 |
| 2010-09-15 | phonet: Fix build warning. | David S. Miller | 1 | -1/+2 |
| 2010-09-15 | Phonet: list subscribed resources via proc_fs | Rémi Denis-Courmont | 2 | -0/+98 |
| 2010-09-15 | Phonet: look up the resource routing table when forwarding | Rémi Denis-Courmont | 1 | -0/+17 |
| 2010-09-15 | Phonet: hook resource routing to userspace via ioctl()'s | Rémi Denis-Courmont | 2 | -0/+14 |
| 2010-09-15 | Phonet: resource routing backend | Rémi Denis-Courmont | 1 | -0/+88 |
| 2010-09-15 | Phonet: remove dangling pipe if an endpoint is closed early | Rémi Denis-Courmont | 1 | -1/+26 |
| 2010-08-31 | Phonet: do not set POLLOUT in case of send buffer overflow | Rémi Denis-Courmont | 1 | -1/+3 |
| 2010-08-31 | Phonet: correct sendmsg() error code from sock_alloc_send_skb() | Rémi Denis-Courmont | 1 | -1/+1 |
| 2010-08-31 | Phonet: restore flow control credits when sending fails | Rémi Denis-Courmont | 1 | -1/+5 |
| 2010-08-28 | phonet: use for_each_set_bit | Akinobu Mita | 1 | -2/+1 |
| 2010-07-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
| 2010-07-08 | Phonet: fix skb leak in pipe endpoint accept() | Rémi Denis-Courmont | 1 | -0/+1 |
| 2010-06-09 | phonet: use call_rcu for phonet device free | Jiri Pirko | 1 | -4/+11 |
| 2010-05-29 | Phonet: listening socket lock protects the connected socket list | Rémi Denis-Courmont | 1 | -3/+3 |
| 2010-05-25 | Phonet: fix potential use-after-free in pep_sock_close() | Rémi Denis-Courmont | 1 | -0/+2 |
| 2010-05-01 | net: sock_def_readable() and friends RCU conversion | Eric Dumazet | 2 | -5/+5 |
| 2010-04-26 | phonet: use phonet_pernet instead of directly net_generic | Jiri Pirko | 1 | -8/+15 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 6 | -0/+6 |
| 2010-03-15 | phonet: use for_each_set_bit() | Akinobu Mita | 2 | -4/+2 |
| 2010-01-17 | net: spread __net_init, __net_exit | Alexey Dobriyan | 1 | -2/+2 |
| 2010-01-07 | Phonet: reject unsupported sendmsg/recvmsg flags | Rémi Denis-Courmont | 2 | -3/+13 |
| 2010-01-07 | Phonet: zero-copy GPRS TX | Rémi Denis-Courmont | 1 | -2/+14 |
| 2010-01-07 | Phonet: zero-copy aligned GPRS RX | Rémi Denis-Courmont | 2 | -2/+5 |
| 2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 6 | -100/+463 |
| 2009-12-01 | net: Simplify phonet pernet operations. | Eric W. Biederman | 1 | -10/+6 |
| 2009-11-29 | net: Move && and || to end of previous line | Joe Perches | 2 | -4/+4 |
| 2009-11-18 | Phonet: convert devices list to RCU | Rémi Denis-Courmont | 2 | -25/+44 |
| 2009-11-18 | netns: net_identifiers should be read_mostly | Eric Dumazet | 1 | -1/+1 |
| 2009-11-17 | Phonet: missing rcu_dereference() | Rémi Denis-Courmont | 1 | -1/+1 |
| 2009-11-13 | Phonet: convert routing table to RCU | Rémi Denis-Courmont | 1 | -25/+34 |
| 2009-11-13 | Phonet: put protocols array under RCU | Rémi Denis-Courmont | 1 | -9/+11 |
| 2009-11-12 | sysctl net: Remove unused binary sysctl code | Eric W. Biederman | 1 | -5/+3 |
| 2009-11-10 | Phonet: allocate and copy for pipe TX without sock lock | Rémi Denis-Courmont | 1 | -17/+12 |
| 2009-11-10 | Phonet: put sockets in a hash table | Rémi Denis-Courmont | 2 | -25/+55 |
| 2009-11-05 | net: pass kern to net_proto_family create function | Eric Paris | 1 | -1/+2 |