aboutsummaryrefslogtreecommitdiff
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* packet: refine ring v3 block size test to hold one frameWillem de Bruijn2019-05-031-4/+6
* net/packet: refine check for priv area sizeEric Dumazet2019-05-031-1/+1
* net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet2019-05-031-10/+16
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-291-1/+1
* packet: fix tp_reserve race in packet_set_ringWillem de Bruijn2017-11-061-4/+9
* net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko2017-11-061-0/+2
* net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko2017-07-041-2/+6
* packet: round up linear to header lenWillem de Bruijn2017-07-041-2/+4
* packet: Do not call fanout_release from atomic contextsAnoob Soman2017-06-171-8/+21
* net/packet: merge fiximoseyon2017-05-241-7/+0
* packet: remove unnecessary break after returnFabian Frederick2017-05-231-2/+0
* af_packet: make tpacket_rcv to not set status value before run_filterAlexander Drozdov2017-05-231-3/+4
* packet: race condition in packet_bindFrancesco Ruggeri2017-05-231-31/+49
* packet: missing dev_put() in packet_do_bind()Lars Westerhoff2017-05-231-5/+3
* packet: improve socket create/bind latency in some casesDaniel Borkmann2017-05-231-11/+22
* packet: fix races in fanout_add()Eric Dumazet2017-05-201-12/+14
* net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-04-251-0/+2
* net/packet: fix overflow in check for tp_reserveAndrey Konovalov2017-04-251-0/+2
* UPSTREAM: net/packet: fix overflow in check for priv area sizeAndrey Konovalov2017-04-161-2/+2
* net: packet: fix misleading-indentation warningNathan Chancellor2017-04-131-1/+1
* packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman2017-04-111-0/+1
* random32: add prandom_u32_max and convert open coded usersDaniel Borkmann2017-04-111-0/+7
* packet: fix race condition in packet_set_ringPhilip Pettersson2016-12-111-6/+12
* net/packet: merge fiximoseyon2016-09-101-7/+0
* random32: add prandom_u32_max and convert open coded usersDaniel Borkmann2016-09-101-0/+7
* Linux 3.10.102 (accumulative patch)Stefan Guendhoer2016-08-261-0/+1
* packet: avoid out of bounds read in round robin fanoutWillem de Bruijn2016-08-261-16/+2
* packet: read num_members once in packet_rcv_fanout()Eric Dumazet2016-08-261-1/+1
* first commitMeizu OpenSource2016-08-155-0/+4407