summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann2023-12-132-9/+9
* net/packet: annotate data-races around tp->statusEric Dumazet2023-08-161-6/+10
* net: annotate data-races around sk->sk_priorityEric Dumazet2023-08-111-3/+3
* net: annotate data-races around sk->sk_markEric Dumazet2023-08-111-3/+3
* af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet2023-06-091-3/+5
* af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima2023-06-092-3/+3
* net: add vlan_get_protocol_and_depth() helperEric Dumazet2023-05-241-4/+2
* af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima2023-05-171-1/+1
* net/packet: convert po->auxdata to an atomic flagEric Dumazet2023-05-113-8/+6
* net/packet: convert po->origdev to an atomic flagEric Dumazet2023-05-113-8/+26
* net/packet: annotate accesses to po->xmitEric Dumazet2023-05-111-4/+8
* 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
|\
| * net: sock: introduce sk_error_reportAlexander Aring2021-06-291-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-18/+23
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-2/+8
| |\ \
| * | | net/packet: Remove redundant assignment to retJiapeng Chong2021-05-171-5/+2
* | | | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-281-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | net/packet: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
| |/ /
* | | net/packet: annotate accesses to po->ifindexEric Dumazet2021-06-161-7/+9
* | | net/packet: annotate accesses to po->bindEric Dumazet2021-06-161-8/+8
* | | net/packet: annotate data race in packet_sendmsg()Eric Dumazet2021-06-101-3/+6
| |/ |/|
* | net: packetmmap: fix only tx timestamp on requestRichard Sanger2021-05-121-2/+8
|/
* net/packet: remove data races in fanout operationsEric Dumazet2021-04-142-7/+10