summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* 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: Fix error path in packet_initYueHaibing2019-05-161-5/+20
* packet: validate msg_namelen in send directlyWillem de Bruijn2019-05-081-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
* packet: Do not leak dev refcounts on error exitJason Gunthorpe2019-01-231-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-181-4/+7
* packet: refine ring v3 block size test to hold one frameWillem de Bruijn2018-08-241-4/+6
* packet: reset network header if packet shorter than ll reserved spaceWillem de Bruijn2018-08-241-0/+2
* net/packet: fix use-after-freeEric Dumazet2018-07-221-9/+7
* net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn2018-06-261-2/+2
* packet: fix reserve calculationWillem de Bruijn2018-06-111-1/+1
* net/packet: refine check for priv area sizeEric Dumazet2018-06-111-1/+1
* packet: in packet_snd start writing at link layer allocationWillem de Bruijn2018-05-251-1/+3
* packet: fix bitfield update raceWillem de Bruijn2018-04-292-21/+49
* net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet2018-04-291-9/+14
* net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet2017-12-171-0/+5
* packet: fix crash in fanout_demux_rollover()Mike Maloney2017-12-172-23/+10
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* packet: avoid panic in packet_getsockopt()Eric Dumazet2017-10-211-8/+16
* packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn2017-09-281-1/+3
* packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn2017-09-281-3/+5
* packet: hold bind lock when rebinding to fanout hookWillem de Bruijn2017-09-201-5/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-3/+9
|\
| * packet: Don't write vnet header beyond end of bufferBenjamin Poirier2017-08-291-3/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-101-4/+9
|\|
| * packet: fix tp_reserve race in packet_set_ringWillem de Bruijn2017-08-101-4/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-011-1/+1
|\|
| * packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong2017-07-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-4/+2
|\|
| * net/packet: Fix Tx queue selection for AF_PACKETIván Briano2017-07-141-4/+2
* | net/packet: remove unused PGV_FROM_VMALLOC definition.Rosen, Rami2017-07-191-2/+0
|/
* net: convert packet_fanout.sk_ref from atomic_t to refcount_tReshetova, Elena2017-07-012-5/+7
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* net/packet: remove unneeded declaraion of tpacket_snd().Rosen, Rami2017-06-101-1/+0
* net/packet: remove unused parameter in prb_curr_blk_in_use().Rosen, Rami2017-05-251-6/+4
* net/packet: fix missing net_device reference releaseDouglas Caetano dos Santos2017-05-151-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-261-0/+2
|\
| * net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko2017-04-251-0/+2
* | packet: add PACKET_FANOUT_FLAG_UNIQUEID to assign new fanout group id.Mike Maloney2017-04-241-0/+44
|/
* net/packet: fix overflow in check for tp_reserveAndrey Konovalov2017-03-301-0/+2
* net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-03-301-0/+2
* net/packet: fix overflow in check for priv area sizeAndrey Konovalov2017-03-301-2/+2