aboutsummaryrefslogtreecommitdiff
path: root/net/packet
AgeCommit message (Expand)AuthorFilesLines
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+6
2023-10-12af_packet: Fix fortified memcpy() without flex array.Gravatar Kuniyuki Iwashima 1-1/+6
2023-10-06net/packet: Annotate struct packet_fanout with __counted_byGravatar Kees Cook 1-1/+1
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-6/+10
2023-08-04net/packet: annotate data-races around tp->statusGravatar Eric Dumazet 1-6/+10
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-6/+6
2023-08-02net/packet: change packet_alloc_skb() to allow bigger paged allocationsGravatar Eric Dumazet 1-1/+3
2023-07-29net: annotate data-races around sk->sk_priorityGravatar Eric Dumazet 1-3/+3
2023-07-29net: annotate data-races around sk->sk_markGravatar Eric Dumazet 1-3/+3
2023-07-25af_packet: Fix warning of fortified memcpy() in packet_getname().Gravatar Kuniyuki Iwashima 1-1/+1
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)Gravatar David Howells 1-2/+0
2023-05-29af_packet: do not use READ_ONCE() in packet_bind()Gravatar Eric Dumazet 1-3/+5
2023-05-25af_packet: Fix data-races of pkt_sk(sk)->num.Gravatar Kuniyuki Iwashima 2-3/+3
2023-05-10net: add vlan_get_protocol_and_depth() helperGravatar Eric Dumazet 1-4/+2
2023-05-03af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Gravatar Kuniyuki Iwashima 1-1/+1
2023-04-21net/packet: support mergeable feature of virtioGravatar Jianfeng Tan 3-40/+59
2023-03-27net: introduce a config option to tweak MAX_SKB_FRAGSGravatar Eric Dumazet 1-2/+2
2023-03-19net/packet: remove po->xmitGravatar Eric Dumazet 2-16/+10
2023-03-18af_packet: preserve const qualifier in pkt_sk()Gravatar Eric Dumazet 1-4/+1
2023-03-17net/packet: convert po->pressure to an atomic flagGravatar Eric Dumazet 2-7/+9
2023-03-17net/packet: convert po->running to an atomic flagGravatar Eric Dumazet 3-12/+12
2023-03-17net/packet: convert po->has_vnet_hdr to an atomic flagGravatar Eric Dumazet 3-11/+12
2023-03-17net/packet: convert po->tp_loss to an atomic flagGravatar Eric Dumazet 3-6/+6
2023-03-17net/packet: convert po->tp_tx_has_off to an atomic flagGravatar Eric Dumazet 2-5/+5
2023-03-17net/packet: annotate accesses to po->tp_tstampGravatar Eric Dumazet 2-5/+6
2023-03-17net/packet: convert po->auxdata to an atomic flagGravatar Eric Dumazet 3-8/+6
2023-03-17net/packet: convert po->origdev to an atomic flagGravatar Eric Dumazet 3-8/+26
2023-03-17net/packet: annotate accesses to po->xmitGravatar Eric Dumazet 1-4/+8
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureGravatar Jason Xing 1-4/+0
2023-02-01packet: add TP_STATUS_GSO_TCP for tp_statusGravatar Xin Long 1-0/+4
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-5/+6
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-4/+2
2022-11-29packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEGravatar Willem de Bruijn 1-4/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-2/+2
2022-10-28net/packet: add PACKET_FANOUT_FLAG_IGNORE_OUTGOINGGravatar Willem de Bruijn 1-0/+1
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrGravatar Kees Cook 1-5/+5
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 1-1/+1
2022-09-21net/af_packet: registration process optimization in packet_init()Gravatar Ziyang Xuan 1-13/+13
2022-08-22packet: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-2/+2
2022-07-29net/af_packet: check len when min_header_len equals to 0Gravatar Zhengchao Shao 1-2/+2
2022-06-09net: rename reference+tracking helpersGravatar Jakub Kicinski 1-6/+6
2022-06-02net/af_packet: make sure to pull mac headerGravatar Eric Dumazet 1-2/+4
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Gravatar Erin MacNeil 1-1/+1
2022-04-26net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOGravatar Hangbin Liu 1-5/+13
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Paolo Abeni 1-4/+9
2022-04-15net/packet: fix packet_sock xmit return value checkingGravatar Hangbin Liu 1-4/+9
2022-04-06net: remove noblock parameter from skb_recv_datagram()Gravatar Oliver Hartkopp 1-1/+1
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+10
2022-03-14net/packet: fix slab-out-of-bounds access in packet_recvmsg()Gravatar Eric Dumazet 1-1/+10