summaryrefslogtreecommitdiff
path: root/net/packet
AgeCommit message (Expand)AuthorFilesLines
2019-03-23net/packet: fix 4gb buffer limit due to overflow checkKal Conley1-1/+1
2019-01-26packet: Do not leak dev refcounts on error exitJason Gunthorpe1-2/+2
2019-01-13packet: validate address length if non-zeroWillem de Bruijn1-2/+2
2019-01-13packet: validate address lengthWillem de Bruijn1-0/+4
2018-08-28packet: refine ring v3 block size test to hold one frameWillem de Bruijn1-4/+6
2018-06-13net/packet: refine check for priv area sizeEric Dumazet1-1/+1
2018-04-29net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet1-10/+18
2018-04-29packet: fix bitfield update raceWillem de Bruijn2-21/+49
2017-12-16net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet1-0/+5
2017-10-27af_packet: don't pass empty blocks for PACKET_V3Alexander Drozdov1-1/+9
2017-10-21packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn1-3/+5
2017-10-21packet: hold bind lock when rebinding to fanout hookWillem de Bruijn1-4/+11
2017-10-08net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko1-0/+2
2017-08-13packet: fix tp_reserve race in packet_set_ringWillem de Bruijn1-4/+9
2017-08-11packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong1-1/+1
2017-05-08net/packet: fix overflow in check for tp_reserveAndrey Konovalov1-0/+2
2017-05-08net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov1-0/+2
2017-04-18net/packet: fix overflow in check for priv area sizeAndrey Konovalov1-2/+2
2017-04-18net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko1-2/+6
2017-04-18packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn1-5/+4
2017-04-18packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman1-0/+1
2016-12-23packet: fix race condition in packet_set_ringPhilip Pettersson1-6/+12
2016-07-12packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause1-0/+1
2015-12-14packet: fix tpacket_snd max frame lenDaniel Borkmann1-4/+5
2015-12-14packet: infer protocol from ethernet header if unsetDaniel Borkmann1-0/+11
2015-12-14packet: only allow extra vlan len on ethernet devicesDaniel Borkmann1-35/+25
2015-12-14packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov1-1/+2
2015-12-14packet: always probe for transport headerDaniel Borkmann1-4/+3
2015-12-14packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann1-2/+3
2015-12-14packet: race condition in packet_bindFrancesco Ruggeri1-31/+49
2015-10-27packet: missing dev_put() in packet_do_bind()Lars Westerhoff1-5/+3
2015-07-05packet: avoid out of bounds read in round robin fanoutWillem de Bruijn1-16/+2
2015-07-05packet: read num_members once in packet_rcv_fanout()Eric Dumazet1-1/+1
2014-11-25af_packet: fix sparse warningMichael S. Tsirkin1-1/+1
2014-09-02net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller1-1/+1
2014-09-02net: Do txq_trans_update() in netdev_start_xmit()David S. Miller1-5/+2
2014-08-30net: add skb_get_tx_queue() helperDaniel Borkmann1-3/+1
2014-08-25net: Add ops->ndo_xmit_flush()David S. Miller1-2/+1
2014-08-22packet: handle too big packets for PACKET_V3Eric Dumazet2-0/+18
2014-07-29packet: remove deprecated syststamp timestampWillem de Bruijn1-8/+4
2014-07-16packet: remove unnecessary break after returnFabian Frederick1-2/+0
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-04-24net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman1-1/+6
2014-04-22net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski1-1/+1
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-3/+3
2014-04-03packet: fix packet_direct_xmit for BQL enabled driversDaniel Borkmann1-1/+1
2014-04-03packet: report tx_dropped in packet_direct_xmitDaniel Borkmann1-0/+1
2014-03-29packet: respect devices with LLTX flag in direct xmitDaniel Borkmann1-20/+20
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-2/+1
2014-03-01packet: allow to transmit +4 byte in TX_RING slot for VLAN caseDaniel Borkmann1-3/+13