summaryrefslogtreecommitdiffstats
path: root/net/packet
AgeCommit message (Expand)AuthorLines
2025-01-02af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet-12/+4
2025-01-02af_packet: fix vlan_get_tci() vs MSG_PEEKEric Dumazet-9/+3
2024-10-15af_packet: avoid erroring out after sock_init_data() in packet_create()Ignat Korchagin-6/+6
2024-10-15af_packet: allow fanout_add when socket is not RUNNINGGur Stavi-4/+5
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko-3/+3
2024-09-11net: add support for skbs with unreadable fragsMina Almasry-2/+2
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+84
2024-07-14af_packet: Handle outgoing VLAN packets without hardware offloadingChengen Du-2/+84
2024-06-19af_packet: use sk_skb_reason_drop to free rx packetsYan Zhai-5/+5
2024-05-23net: Add additional bit to support clockid_t timestamp typeAbhishek Chauhan-4/+3
2024-05-16af_packet: do not call packet_read_pending() from tpacket_destruct_skb()Eric Dumazet-2/+1
2024-04-08af_packet: avoid a false positive warning in packet_setsockopt()Eric Dumazet-12/+14
2024-03-18Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan-3/+1
2024-03-18packet: annotate data-races around ignore_outgoingEric Dumazet-2/+2
2024-03-11net/packet: Add getsockopt support for PACKET_COPY_THRESHJuntong Deng-3/+6
2024-03-05net: Re-use and set mono_delivery_time bit for userspace tstamp packetsAbhishek Chauhan-1/+3
2024-01-23sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet-0/+1
2024-01-05net: fill in MODULE_DESCRIPTION() for AF_PACKETJakub Kicinski-0/+1
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-9/+9
2023-12-05packet: add a generic drop reason for receiveYan Zhai-13/+7
2023-12-04packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann-9/+9
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski-0/+1
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+6
2023-10-12af_packet: Fix fortified memcpy() without flex array.Kuniyuki Iwashima-1/+6
2023-10-06net/packet: Annotate struct packet_fanout with __counted_byKees Cook-1/+1
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+10
2023-08-04net/packet: annotate data-races around tp->statusEric Dumazet-6/+10
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+6
2023-08-02net/packet: change packet_alloc_skb() to allow bigger paged allocationsEric Dumazet-1/+3
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet-3/+3
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet-3/+3
2023-07-25af_packet: Fix warning of fortified memcpy() in packet_getname().Kuniyuki Iwashima-1/+1
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-2/+0
2023-05-29af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet-3/+5
2023-05-25af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima-3/+3
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet-4/+2
2023-05-03af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima-1/+1
2023-04-21net/packet: support mergeable feature of virtioJianfeng Tan-40/+59
2023-03-27net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet-2/+2
2023-03-19net/packet: remove po->xmitEric Dumazet-16/+10
2023-03-18af_packet: preserve const qualifier in pkt_sk()Eric Dumazet-4/+1
2023-03-17net/packet: convert po->pressure to an atomic flagEric Dumazet-7/+9
2023-03-17net/packet: convert po->running to an atomic flagEric Dumazet-12/+12
2023-03-17net/packet: convert po->has_vnet_hdr to an atomic flagEric Dumazet-11/+12
2023-03-17net/packet: convert po->tp_loss to an atomic flagEric Dumazet-6/+6
2023-03-17net/packet: convert po->tp_tx_has_off to an atomic flagEric Dumazet-5/+5
2023-03-17net/packet: annotate accesses to po->tp_tstampEric Dumazet-5/+6
2023-03-17net/packet: convert po->auxdata to an atomic flagEric Dumazet-8/+6
2023-03-17net/packet: convert po->origdev to an atomic flagEric Dumazet-8/+26
2023-03-17net/packet: annotate accesses to po->xmitEric Dumazet-4/+8