summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* af_packet: do not call packet_read_pending() from tpacket_destruct_skb()Eric Dumazet2024-06-161-2/+1
* packet: move from strlcpy with unused retval to strscpyWolfram Sang2024-03-011-2/+2
* 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
* 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
* 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-173-8/+6
* net/packet: convert po->origdev to an atomic flagEric Dumazet2023-05-173-8/+26
* packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn2022-12-081-4/+2
* net/packet: fix packet_sock xmit return value checkingHangbin Liu2022-04-271-4/+9
* net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn2022-04-151-3/+3
* net/packet: fix slab-out-of-bounds access in packet_recvmsg()Eric Dumazet2022-03-231-1/+10
* af_packet: fix data-race in packet_setsockopt / packet_setsockoptEric Dumazet2022-02-081-2/+6
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-02-081-0/+2
* net/packet: rx_owner_map depends on pg_vecWillem de Bruijn2021-12-221-2/+3
* net/packet: annotate accesses to po->ifindexEric Dumazet2021-06-301-7/+9
* net/packet: annotate accesses to po->bindEric Dumazet2021-06-301-8/+8
* net/packet: fix overflow in tpacket_rcvOr Cohen2020-10-071-1/+8
* af_packet: TPACKET_V3: fix fill status rwlock imbalanceJohn Ogness2020-08-191-2/+7
* net/packet: tpacket_rcv: avoid a producer race conditionWillem de Bruijn2020-04-022-1/+25
* net/packet: tpacket_rcv: do not increment ring index on dropWillem de Bruijn2020-03-181-6/+7
* packet: fix data-race in fanout_flow_is_huge()Eric Dumazet2020-01-271-3/+9
* packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn2020-01-271-2/+11
* af_packet: set defaule value for tmoMao Wenan2019-12-311-1/+2
* net/packet: fix race in tpacket_snd()Eric Dumazet2019-08-251-0/+7
* net/packet: fix memory leak in packet_set_ring()Eric Dumazet2019-07-031-1/+2
* af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman2019-07-032-3/+18
* packet: unconditionally free po->rolloverWillem de Bruijn2019-06-111-1/+1
* packet: Fix error path in packet_initYueHaibing2019-05-161-5/+20
* packet: validate msg_namelen in send directlyWillem de Bruijn2019-05-051-10/+14
* packets: Always register packet sk in the same orderMaxime Chevallier2019-04-031-1/+1
* net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vecChristoph Paasch2019-04-031-1/+1
* net/packet: fix 4gb buffer limit due to overflow checkKal Conley2019-02-271-1/+1
* af_packet: fix raw sockets over 6in4 tunnelNicolas Dichtel2019-02-231-1/+2
* packet: Do not leak dev refcounts on error exitJason Gunthorpe2019-01-221-2/+2
* packet: validate address length if non-zeroWillem de Bruijn2019-01-091-2/+2
* packet: validate address lengthWillem de Bruijn2019-01-091-0/+4
* packet: copy user buffers before orphan or cloneWillem de Bruijn2018-12-051-2/+2
* net/packet: fix packet drop as of virtio gsoJianfeng Tan2018-10-041-4/+7
* Revert "packet: switch kvzalloc to allocate memory"Eric Dumazet2018-08-312-13/+32
* packet: switch kvzalloc to allocate memoryLi RongQing2018-08-132-32/+13
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-091-4/+6
|\
| * packet: refine ring v3 block size test to hold one frameWillem de Bruijn2018-08-061-4/+6
* | net: Remove some unneeded semicolonzhong jiang2018-08-041-2/+2
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-0/+2
|\|
| * packet: reset network header if packet shorter than ll reserved spaceWillem de Bruijn2018-07-121-0/+2
* | net: allow fallback function to pass netdevAlexander Duyck2018-07-091-3/+4
* | net: Add generic ndo_select_queue functionsAlexander Duyck2018-07-091-1/+1
* | sock: sockc cookie initializerWillem de Bruijn2018-07-071-6/+3