summaryrefslogtreecommitdiffstats
path: root/net/packet/af_packet.c
Commit message (Expand)AuthorAgeFilesLines
* 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-281-4/+6
* net/packet: refine check for priv area sizeEric Dumazet2018-06-131-1/+1
* net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet2018-04-291-10/+18
* packet: fix bitfield update raceWillem de Bruijn2018-04-291-16/+44
* net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet2017-12-161-0/+5
* af_packet: don't pass empty blocks for PACKET_V3Alexander Drozdov2017-10-271-1/+9
* 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-4/+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-081-0/+2
* net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-05-081-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-04-181-2/+6
* packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2017-04-181-5/+4
* packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman2017-04-181-0/+1
* packet: fix race condition in packet_set_ringPhilip Pettersson2016-12-231-6/+12
* packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause2016-07-121-0/+1
* packet: fix tpacket_snd max frame lenDaniel Borkmann2015-12-141-4/+5
* packet: infer protocol from ethernet header if unsetDaniel Borkmann2015-12-141-0/+11
* packet: only allow extra vlan len on ethernet devicesDaniel Borkmann2015-12-141-35/+25
* packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov2015-12-141-1/+2
* packet: always probe for transport headerDaniel Borkmann2015-12-141-4/+3
* packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann2015-12-141-2/+3
* packet: race condition in packet_bindFrancesco Ruggeri2015-12-141-31/+49
* packet: missing dev_put() in packet_do_bind()Lars Westerhoff2015-10-271-5/+3
* packet: avoid out of bounds read in round robin fanoutWillem de Bruijn2015-07-051-16/+2
* packet: read num_members once in packet_rcv_fanout()Eric Dumazet2015-07-051-1/+1
* af_packet: fix sparse warningMichael S. Tsirkin2014-11-241-1/+1
* net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller2014-09-011-1/+1
* net: Do txq_trans_update() in netdev_start_xmit()David S. Miller2014-09-011-5/+2
* net: add skb_get_tx_queue() helperDaniel Borkmann2014-08-291-3/+1
* net: Add ops->ndo_xmit_flush()David S. Miller2014-08-241-2/+1
* packet: handle too big packets for PACKET_V3Eric Dumazet2014-08-211-0/+17
* packet: remove deprecated syststamp timestampWillem de Bruijn2014-07-291-8/+4
* packet: remove unnecessary break after returnFabian Frederick2014-07-151-2/+0
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-3/+3
* packet: fix packet_direct_xmit for BQL enabled driversDaniel Borkmann2014-04-031-1/+1
* packet: report tx_dropped in packet_direct_xmitDaniel Borkmann2014-04-031-0/+1
* packet: respect devices with LLTX flag in direct xmitDaniel Borkmann2014-03-281-20/+20
* net: Rename skb->rxhash to skb->hashTom Herbert2014-03-261-2/+1