summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-02-031-0/+2
* packet: fix data-race in fanout_flow_is_huge()Eric Dumazet2020-01-291-3/+9
* packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn2020-01-291-2/+11
* af_packet: set defaule value for tmoMao Wenan2020-01-041-1/+2
* af_packet: tone down the Tx-ring unsupported spew.Dave Jones2019-09-161-1/+1
* net/packet: fix race in tpacket_snd()Eric Dumazet2019-08-251-0/+7
* packet: Fix error path in packet_initYueHaibing2019-05-161-5/+20
* packet: validate msg_namelen in send directlyWillem de Bruijn2019-05-161-9/+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-03-231-1/+1
* packet: Do not leak dev refcounts on error exitJason Gunthorpe2019-01-261-2/+2
* packet: validate address length if non-zeroWillem de Bruijn2019-01-131-2/+2
* packet: validate address lengthWillem de Bruijn2019-01-131-0/+4
* 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
* packet: fix reserve calculationWillem de Bruijn2018-06-131-1/+1
* net/packet: refine check for priv area sizeEric Dumazet2018-06-131-1/+1
* packet: in packet_snd start writing at link layer allocationWillem de Bruijn2018-05-261-1/+3
* net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet2018-04-291-10/+18
* packet: fix bitfield update raceWillem de Bruijn2018-04-292-21/+49
* net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet2017-12-161-0/+5
* packet: fix crash in fanout_demux_rollover()Mike Maloney2017-12-162-23/+10
* packet: avoid panic in packet_getsockopt()Eric Dumazet2017-11-181-8/+16
* packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn2017-10-211-2/+4
* packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn2017-10-211-3/+5
* packet: hold bind lock when rebinding to fanout hookWillem de Bruijn2017-10-211-5/+11
* net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko2017-10-081-0/+2
* packet: fix tp_reserve race in packet_set_ringWillem de Bruijn2017-08-121-4/+9
* packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong2017-08-111-1/+1
* net/packet: fix overflow in check for tp_reserveAndrey Konovalov2017-05-021-0/+2
* net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-05-021-0/+2
* net/packet: fix overflow in check for priv area sizeAndrey Konovalov2017-04-181-2/+2
* net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko2017-03-221-2/+6
* packet: Do not call fanout_release from atomic contextsAnoob Soman2017-02-261-9/+22
* packet: fix races in fanout_add()Eric Dumazet2017-02-261-25/+30
* packet: round up linear to header lenWillem de Bruijn2017-02-181-3/+4
* packet: fix race condition in packet_set_ringPhilip Pettersson2016-12-101-6/+12
* packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2016-11-151-5/+4
* packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman2016-11-151-0/+1
* packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller2016-07-271-1/+1
* packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause2016-05-181-0/+1
* packet: validate variable length ll headersWillem de Bruijn2016-04-201-21/+16
* packet: Allow packets with only a header (but no payload)Martin Blumenstingl2015-11-291-2/+2
* packet: Use PAGE_ALIGNED macroTobias Klauser2015-11-171-1/+1
* packet: Don't check frames_per_block against negative valuesTobias Klauser2015-11-171-2/+2
* packet: fix tpacket_snd max frame lenDaniel Borkmann2015-11-151-4/+5
* packet: infer protocol from ethernet header if unsetDaniel Borkmann2015-11-151-0/+11
* packet: only allow extra vlan len on ethernet devicesDaniel Borkmann2015-11-151-35/+25
* packet: always probe for transport headerDaniel Borkmann2015-11-151-4/+3