summaryrefslogtreecommitdiff
path: root/net/packet
AgeCommit message (Expand)Author
2026-06-19net/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd()Bingquan Chen
2026-04-18net: fix fanout UAF in packet_release() via NETDEV_UP raceYochai Eisenrich
2025-08-28net/packet: fix a race in packet_set_ring() and packet_notifier()Quang Le
2025-08-28af_packet: fix soft lockup issue caused by tpacket_snd()Yun Lu
2025-08-28af_packet: fix the SO_SNDTIMEO constraint not effective on tpacked_snd()Yun Lu
2025-01-09af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet
2025-01-09af_packet: fix vlan_get_tci() vs MSG_PEEKEric Dumazet
2024-12-14af_packet: avoid erroring out after sock_init_data() in packet_create()Ignat Korchagin
2024-08-19af_packet: Handle outgoing VLAN packets without hardware offloadingChengen Du
2024-07-05af_packet: avoid a false positive warning in packet_setsockopt()Eric Dumazet
2024-07-05net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet
2024-06-16af_packet: do not call packet_read_pending() from tpacket_destruct_skb()Eric Dumazet
2024-03-26packet: annotate data-races around ignore_outgoingEric Dumazet
2024-03-01net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook
2024-03-01packet: move from strlcpy with unused retval to strscpyWolfram Sang
2023-12-13packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann
2023-08-16net/packet: annotate data-races around tp->statusEric Dumazet
2023-06-09af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet
2023-06-09af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima
2023-05-24net: add vlan_get_protocol_and_depth() helperEric Dumazet
2023-05-17af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima
2023-05-11net/packet: convert po->auxdata to an atomic flagEric Dumazet
2023-05-11net/packet: convert po->origdev to an atomic flagEric Dumazet
2023-05-11net/packet: annotate accesses to po->xmitEric Dumazet
2023-01-12net/af_packet: make sure to pull mac headerEric Dumazet
2023-01-12net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu
2022-12-08packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn
2022-09-05net/af_packet: check len when min_header_len equals to 0Zhengchao Shao
2022-04-27net/packet: fix packet_sock xmit return value checkingHangbin Liu
2022-03-23net/packet: fix slab-out-of-bounds access in packet_recvmsg()Eric Dumazet
2022-02-05af_packet: fix data-race in packet_setsockopt / packet_setsockoptEric Dumazet
2022-02-01net: fix information leakage in /proc/net/ptypeCongyu Liu
2021-12-22net/packet: rx_owner_map depends on pg_vecWillem de Bruijn
2021-09-10net/packet: clarify source of pr_*() messagesBaruch Siach
2021-08-05net: Remove redundant if statementsYajun Deng
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-16net/packet: annotate accesses to po->ifindexEric Dumazet
2021-06-16net/packet: annotate accesses to po->bindEric Dumazet
2021-06-10net/packet: annotate data race in packet_sendmsg()Eric Dumazet
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-17net/packet: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-05-17net/packet: Remove redundant assignment to retJiapeng Chong
2021-05-12net: packetmmap: fix only tx timestamp on requestRichard Sanger
2021-04-14net/packet: remove data races in fanout operationsEric Dumazet
2021-03-24net/packet: Fix a typo in af_packet.cWang Hai
2021-02-06net/packet: Improve the comment about LL header visibility criteriaXie He
2021-01-29net: packet: make pkt_sk() inlineMenglong Dong