summaryrefslogtreecommitdiff
path: root/net/packet
AgeCommit message (Expand)AuthorFilesLines
6 dayspacket: synchronize pressure clearing with ring reconfigurationZihan Xi1-4/+16
6 daysnet/packet: convert po->pressure to an atomic flagEric Dumazet2-7/+9
6 dayspacket: use consistent hard_header_len in TX_RING send pathQihang Tang1-8/+11
6 dayspacket: use consistent hard_header_len in non-ring send pathsQihang Tang1-10/+16
10 daysaf_packet: Don't send zero-byte data in tpacket_snd().Eric Dumazet1-0/+3
10 daysnet: packet: fix wrong transport_header when sending VLAN-tagged frameWei Fang1-2/+2
2026-08-19net/packet: reset the MAC header on the packet-socket transmit pathDoruk Tan Ozturk1-3/+4
2026-08-19net/packet: avoid fanout hook re-registration after unregisterDavid Lee1-1/+5
2026-06-19net/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd()Bingquan Chen1-10/+15
2026-06-19net/packet: convert po->running to an atomic flagEric Dumazet3-12/+12
2026-06-19net/packet: convert po->has_vnet_hdr to an atomic flagEric Dumazet3-11/+12
2026-06-19net/packet: convert po->tp_loss to an atomic flagEric Dumazet3-6/+6
2026-06-19net/packet: convert po->tp_tx_has_off to an atomic flagEric Dumazet2-5/+5
2026-04-11net: fix fanout UAF in packet_release() via NETDEV_UP raceYochai Eisenrich1-0/+1
2025-08-15net/packet: fix a race in packet_set_ring() and packet_notifier()Quang Le1-6/+6
2025-07-24af_packet: fix soft lockup issue caused by tpacket_snd()Yun Lu1-12/+11
2025-07-24af_packet: fix the SO_SNDTIMEO constraint not effective on tpacked_snd()Yun Lu1-2/+2
2025-01-09af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet1-12/+4
2025-01-09af_packet: fix vlan_get_tci() vs MSG_PEEKEric Dumazet1-9/+3
2024-12-14af_packet: avoid erroring out after sock_init_data() in packet_create()Ignat Korchagin1-6/+6
2024-12-14sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet1-0/+1
2024-08-03af_packet: Handle outgoing VLAN packets without hardware offloadingChengen Du1-2/+84
2024-06-27af_packet: avoid a false positive warning in packet_setsockopt()Eric Dumazet1-12/+14
2024-06-12af_packet: do not call packet_read_pending() from tpacket_destruct_skb()Eric Dumazet1-2/+1
2024-03-27packet: annotate data-races around ignore_outgoingEric Dumazet1-2/+2
2024-03-01net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook1-5/+5
2023-12-13packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann2-9/+9
2023-08-16net/packet: annotate data-races around tp->statusEric Dumazet1-6/+10
2023-08-11net: annotate data-races around sk->sk_priorityEric Dumazet1-3/+3
2023-08-11net: annotate data-races around sk->sk_markEric Dumazet1-3/+3
2023-06-09af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet1-3/+5
2023-06-09af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima2-3/+3
2023-05-24net: add vlan_get_protocol_and_depth() helperEric Dumazet1-4/+2
2023-05-17af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima1-1/+1
2023-05-11net/packet: convert po->auxdata to an atomic flagEric Dumazet3-8/+6
2023-05-11net/packet: convert po->origdev to an atomic flagEric Dumazet3-8/+26
2023-05-11net/packet: annotate accesses to po->xmitEric Dumazet1-4/+8
2022-11-29packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn1-4/+2
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-09-21net/af_packet: registration process optimization in packet_init()Ziyang Xuan1-13/+13
2022-08-23packet: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-07-29net/af_packet: check len when min_header_len equals to 0Zhengchao Shao1-2/+2
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-6/+6
2022-06-02net/af_packet: make sure to pull mac headerEric Dumazet1-2/+4
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil1-1/+1
2022-04-26net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu1-5/+13
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-4/+9
2022-04-15net/packet: fix packet_sock xmit return value checkingHangbin Liu1-4/+9
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp1-1/+1
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+10