summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima2023-05-031-1/+1
* net/packet: support mergeable feature of virtioJianfeng Tan2023-04-213-40/+59
* net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet2023-03-271-2/+2
* net/packet: remove po->xmitEric Dumazet2023-03-192-16/+10
* af_packet: preserve const qualifier in pkt_sk()Eric Dumazet2023-03-181-4/+1
* net/packet: convert po->pressure to an atomic flagEric Dumazet2023-03-172-7/+9
* net/packet: convert po->running to an atomic flagEric Dumazet2023-03-173-12/+12
* net/packet: convert po->has_vnet_hdr to an atomic flagEric Dumazet2023-03-173-11/+12
* net/packet: convert po->tp_loss to an atomic flagEric Dumazet2023-03-173-6/+6
* net/packet: convert po->tp_tx_has_off to an atomic flagEric Dumazet2023-03-172-5/+5
* net/packet: annotate accesses to po->tp_tstampEric Dumazet2023-03-172-5/+6
* net/packet: convert po->auxdata to an atomic flagEric Dumazet2023-03-173-8/+6
* net/packet: convert po->origdev to an atomic flagEric Dumazet2023-03-173-8/+26
* net/packet: annotate accesses to po->xmitEric Dumazet2023-03-171-4/+8
* net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-151-4/+0
* packet: add TP_STATUS_GSO_TCP for tp_statusXin Long2023-02-011-0/+4
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-5/+6
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-4/+2
| |\
| * | net/packet: add PACKET_FANOUT_FLAG_IGNORE_OUTGOINGWillem de Bruijn2022-10-281-0/+1
| * | net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook2022-10-251-5/+5
* | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-2/+2
|\ \ \ | |_|/ |/| |
| * | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
| |/
* / packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn2022-11-291-4/+2
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* net/af_packet: registration process optimization in packet_init()Ziyang Xuan2022-09-211-13/+13
* packet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-2/+2
* net/af_packet: check len when min_header_len equals to 0Zhengchao Shao2022-07-291-2/+2
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-6/+6
* net/af_packet: make sure to pull mac headerEric Dumazet2022-06-021-2/+4
* net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-1/+1
* net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu2022-04-261-5/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-221-4/+9
|\
| * net/packet: fix packet_sock xmit return value checkingHangbin Liu2022-04-151-4/+9
* | net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-171-1/+10
|\
| * net/packet: fix slab-out-of-bounds access in packet_recvmsg()Eric Dumazet2022-03-141-1/+10
* | net: Handle delivery_time in skb->tstamp during network tapping with af_packetMartin KaFai Lau2022-03-031-1/+3
|/
* af_packet: fix data-race in packet_setsockopt / packet_setsockoptEric Dumazet2022-02-011-2/+6
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-01-201-0/+2
* af_packet: fix tracking issues in packet_do_bind()Eric Dumazet2022-01-071-19/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\
| * net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-2/+3
|\ \
| * | net/packet: rx_owner_map depends on pg_vecWillem de Bruijn2021-12-151-2/+3
* | | net: add net device refcount tracker to struct packet_typeEric Dumazet2021-12-151-3/+11
| |/ |/|
* | net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet2021-11-161-4/+0
|/
* af_packet: Introduce egress hookPablo Neira Ayuso2021-10-141-0/+35
* net/packet: clarify source of pr_*() messagesBaruch Siach2021-09-101-0/+2
* net: Remove redundant if statementsYajun Deng2021-08-051-10/+5
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-7/+4
|\