summaryrefslogtreecommitdiff
path: root/net/nfc/rawsock.c
AgeCommit message (Expand)Author
2022-11-02nfc: Add KCOV annotationsDmitry Vyukov
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2021-08-13net: in_irq() cleanupChangbin Du
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-05-10net/nfc/rawsock.c: fix a permission check bugJeimon
2021-01-23NFC: fix resource leak when target index is invalidPan Bian
2020-08-11net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-06-11net: add __pskb_copy_fclone and pskb_copy_for_cloneOctavian Purdila
2014-05-26NFC: nfc_sock_link() can be staticFengguang Wu
2014-05-20NFC: Add RAW socket type support for SOCKPROTO_RAWHiren Tandel
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-09-25NFC: rawsock: Fix a memory leakThierry Escande
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc
2012-06-26NFC: Return from rawsock_release when sk is NULLEric Dumazet
2012-04-12NFC: Fix next target_idx type and rename for clarityEric Lapuyade
2012-04-12NFC: The core part should generate the target indexSamuel Ortiz
2012-03-06NFC: Core code identation fixesSamuel Ortiz
2012-01-24NFC: NFC core layer should not set the target_idxIlan Elias
2011-12-14NFC: Atomic socket allocationSamuel Ortiz
2011-12-14NFC: Add tx skb allocation routineSamuel Ortiz
2011-12-14NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz
2011-11-30nfc: Convert nfc_dbg to pr_debugJoe Perches
2011-11-30nfc: Use standard logging stylesJoe Perches
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-08-24NFC: Reserve tx head and tail roomSamuel Ortiz
2011-07-05NFC: add the NFC socket raw protocolLauro Ramos Venancio