summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: add vlan_get_protocol_and_depth() helperEric Dumazet2023-05-301-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-173-8/+6
* net/packet: convert po->origdev to an atomic flagEric Dumazet2023-05-173-8/+26
* net/packet: annotate accesses to po->xmitEric Dumazet2023-05-171-4/+8
* net/af_packet: make sure to pull mac headerEric Dumazet2023-01-181-2/+4
* net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu2023-01-181-5/+13
* packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn2022-12-081-4/+2
* net/af_packet: check len when min_header_len equals to 0Zhengchao Shao2022-09-051-2/+2
* net/packet: fix packet_sock xmit return value checkingHangbin Liu2022-04-271-4/+9
* 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-051-2/+6
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-02-011-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-09-091-1/+6
* 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-012-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-261-3/+9
* af_packet: set defaule value for tmoMao Wenan2019-12-311-1/+2
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-2/+2
* net/packet: fix race in tpacket_snd()Eric Dumazet2019-08-151-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-272-4/+20
|\
| * af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman2019-06-262-3/+18
| * net/packet: fix memory leak in packet_set_ring()Eric Dumazet2019-06-241-1/+2
* | net/packet: introduce packet_rcv_try_clear_pressure() helperEric Dumazet2019-06-141-4/+9
* | net/packet: remove locking from packet_rcv_has_room()Eric Dumazet2019-06-141-11/+9
* | net/packet: implement shortcut in tpacket_rcv()Eric Dumazet2019-06-141-0/+6
* | net/packet: make tp_drops atomicEric Dumazet2019-06-142-9/+12
* | net/packet: constify __packet_rcv_has_room()Eric Dumazet2019-06-141-5/+8
* | net/packet: constify prb_lookup_block() and __tpacket_v3_has_room()Eric Dumazet2019-06-141-7/+7
* | net/packet: constify packet_lookup_frame() and __tpacket_has_room()Eric Dumazet2019-06-141-7/+7
* | net/packet: constify __packet_get_status() argumentEric Dumazet2019-06-141-1/+1
* | packet: remove unused variable 'status' in __packet_lookup_frame_in_blockMao Wenan2019-06-111-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-071-1/+1
|\
| * packet: unconditionally free po->rolloverWillem de Bruijn2019-06-021-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-7/+1
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* packet: Fix error path in packet_initYueHaibing2019-05-091-5/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-12/+25
|\
| * packet: validate msg_namelen in send directlyWillem de Bruijn2019-05-011-10/+14
| * packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn2019-05-011-2/+11
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* | net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-5/+2