| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-04 | net: Convert proto_ops connect() callbacks to use sockaddr_unsized | Kees Cook | 1 | -1/+1 |
| 2022-11-02 | nfc: Add KCOV annotations | Dmitry Vyukov | 1 | -0/+3 |
| 2022-04-06 | net: remove noblock parameter from skb_recv_datagram() | Oliver Hartkopp | 1 | -2/+1 |
| 2021-08-13 | net: in_irq() cleanup | Changbin Du | 1 | -1/+1 |
| 2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring | 1 | -1/+1 |
| 2021-05-10 | net/nfc/rawsock.c: fix a permission check bug | Jeimon | 1 | -1/+1 |
| 2021-01-23 | NFC: fix resource leak when target index is invalid | Pan Bian | 1 | -1/+1 |
| 2020-08-11 | net/nfc/rawsock.c: add CAP_NET_RAW check. | Qingyu Li | 1 | -2/+5 |
| 2020-07-19 | net: make ->{get,set}sockopt in proto_ops optional | Christoph Hellwig | 1 | -4/+0 |
| 2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 1 | -13/+1 |
| 2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -2/+2 |
| 2018-05-26 | net: convert datagram_poll users tp ->poll_mask | Christoph Hellwig | 1 | -2/+2 |
| 2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
| 2015-10-27 | NFC: netlink: Add mode parameter to deactivate_target functions | Christophe Ricard | 1 | -1/+2 |
| 2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 1 | -2/+2 |
| 2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 1 | -4/+3 |
| 2014-11-24 | new helper: memcpy_from_msg() | Al Viro | 1 | -1/+1 |
| 2014-11-05 | net: Add and use skb_copy_datagram_msg() helper. | David S. Miller | 1 | -1/+1 |
| 2014-06-11 | net: add __pskb_copy_fclone and pskb_copy_for_clone | Octavian Purdila | 1 | -2/+2 |
| 2014-05-26 | NFC: nfc_sock_link() can be static | Fengguang Wu | 1 | -2/+2 |
| 2014-05-20 | NFC: Add RAW socket type support for SOCKPROTO_RAW | Hiren Tandel | 1 | -5/+89 |
| 2013-12-11 | nfc: Fix FSF address in file headers | Jeff Kirsher | 1 | -3/+1 |
| 2013-11-20 | net: rework recvmsg handler msg_name and msg_namelen logic | Hannes Frederic Sowa | 1 | -2/+0 |
| 2013-09-25 | NFC: rawsock: Fix a memory leak | Thierry Escande | 1 | -2/+5 |
| 2012-10-26 | NFC: Fix some code style and whitespace issues | Szymon Janc | 1 | -1/+0 |
| 2012-06-26 | NFC: Return from rawsock_release when sk is NULL | Eric Dumazet | 1 | -1/+4 |
| 2012-04-12 | NFC: Fix next target_idx type and rename for clarity | Eric Lapuyade | 1 | -2/+2 |
| 2012-04-12 | NFC: The core part should generate the target index | Samuel Ortiz | 1 | -0/+6 |
| 2012-03-06 | NFC: Core code identation fixes | Samuel Ortiz | 1 | -8/+8 |
| 2012-01-24 | NFC: NFC core layer should not set the target_idx | Ilan Elias | 1 | -12/+0 |
| 2011-12-14 | NFC: Atomic socket allocation | Samuel Ortiz | 1 | -1/+1 |
| 2011-12-14 | NFC: Add tx skb allocation routine | Samuel Ortiz | 1 | -5/+2 |
| 2011-12-14 | NFC: Add function name to the NFC pr_fmt() routine | Samuel Ortiz | 1 | -1/+1 |
| 2011-11-30 | nfc: Convert nfc_dbg to pr_debug | Joe Perches | 1 | -12/+12 |
| 2011-11-30 | nfc: Use standard logging styles | Joe Perches | 1 | -1/+3 |
| 2011-10-31 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 1 | -0/+1 |
| 2011-08-24 | NFC: Reserve tx head and tail room | Samuel Ortiz | 1 | -7/+6 |
| 2011-07-05 | NFC: add the NFC socket raw protocol | Lauro Ramos Venancio | 1 | -0/+354 |