summaryrefslogtreecommitdiff
path: root/net/packet/af_packet.c
AgeCommit message (Expand)Author
2024-03-18Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan
2024-03-18packet: annotate data-races around ignore_outgoingEric Dumazet
2024-03-11net/packet: Add getsockopt support for PACKET_COPY_THRESHJuntong Deng
2024-03-05net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan
2024-01-05net: fill in MODULE_DESCRIPTION() for AF_PACKETJakub Kicinski
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-05packet: add a generic drop reason for receiveYan Zhai
2023-12-04packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann
2023-10-12af_packet: Fix fortified memcpy() without flex array.Kuniyuki Iwashima
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-04net/packet: annotate data-races around tp->statusEric Dumazet
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-02net/packet: change packet_alloc_skb() to allow bigger paged allocationsEric Dumazet
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-07-25af_packet: Fix warning of fortified memcpy() in packet_getname().Kuniyuki Iwashima
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-05-29af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet
2023-05-25af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet
2023-05-03af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima
2023-04-21net/packet: support mergeable feature of virtioJianfeng Tan
2023-03-27net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet
2023-03-19net/packet: remove po->xmitEric Dumazet
2023-03-17net/packet: convert po->pressure to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->running to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->has_vnet_hdr to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->tp_loss to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->tp_tx_has_off to an atomic flagEric Dumazet
2023-03-17net/packet: annotate accesses to po->tp_tstampEric Dumazet
2023-03-17net/packet: convert po->auxdata to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->origdev to an atomic flagEric Dumazet
2023-03-17net/packet: annotate accesses to po->xmitEric Dumazet
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing
2023-02-01packet: add TP_STATUS_GSO_TCP for tp_statusXin Long
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-29packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-28net/packet: add PACKET_FANOUT_FLAG_IGNORE_OUTGOINGWillem de Bruijn
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-09-21net/af_packet: registration process optimization in packet_init()Ziyang Xuan
2022-08-22packet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-29net/af_packet: check len when min_header_len equals to 0Zhengchao Shao
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-06-02net/af_packet: make sure to pull mac headerEric Dumazet
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil
2022-04-26net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu