summaryrefslogtreecommitdiff
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* net/af_packet: make sure to pull mac headerEric Dumazet2023-01-141-2/+4
* net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu2023-01-141-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: annotate data race in packet_sendmsg()Eric Dumazet2021-06-301-3/+6
* net: packetmmap: fix only tx timestamp on requestRichard Sanger2021-06-031-2/+8
* net/packet: remove data races in fanout operationsEric Dumazet2021-05-142-7/+10
* net/packet: make packet_fanout.arr size configurable up to 64KTanner Love2021-05-142-14/+28
* net: fix proc_fs init handling in af_packet and tlsYonatan Linik2021-02-231-0/+2
* net/packet: fix packet receive on L3 devices without visible hard headerEyal Birger2020-11-231-9/+9
* net/packet: Fix a comment about network_headerXie He2020-09-191-1/+1
* net/packet: Fix a comment about mac_headerXie He2020-09-171-11/+12
* net/packet: Fix a comment about hard_header_len and headroom allocationXie He2020-09-141-6/+9
* net/packet: Remove unused macro BLOCK_PRIVWang Hai2020-09-061-1/+0
* net/packet: fix overflow in tpacket_rcvOr Cohen2020-09-041-1/+6
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* af_packet: TPACKET_V3: fix fill status rwlock imbalanceJohn Ogness2020-08-131-2/+7
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-19/+20
* net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig2020-07-241-2/+2
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-2/+0
* net: simplify cBPF setsockopt compat handlingChristoph Hellwig2020-07-191-29/+4
* af_packet: TPACKET_V3: replace busy-wait loopJohn Ogness2020-07-162-11/+11
* net/packet: remove redundant initialization of variable errColin Ian King2020-07-011-1/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* net/packet: tpacket_rcv: avoid a producer race conditionWillem de Bruijn2020-03-152-1/+25
* net/packet: tpacket_rcv: do not increment ring index on dropWillem de Bruijn2020-03-111-6/+7
* Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-291-10/+17
|\
| * packet: clarify timestamp overflowArnd Bergmann2019-12-181-10/+17
* | af_packet: refactoring code for prb_calc_retire_blk_tmoMao Wenan2019-12-261-18/+12
* | af_packet: set defaule value for tmoMao Wenan2019-12-091-1/+2
|/
* packet: fix data-race in fanout_flow_is_huge()Eric Dumazet2019-11-081-3/+9
* 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