summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* net/packet: fix race in tpacket_snd()Eric Dumazet2019-11-221-0/+7
* packet: validate msg_namelen in send directlyWillem de Bruijn2019-08-131-10/+14
* packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn2019-08-131-2/+11
* net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vecChristoph Paasch2019-05-021-1/+1
* net/packet: fix 4gb buffer limit due to overflow checkKal Conley2019-05-021-1/+1
* packet: Do not leak dev refcounts on error exitJason Gunthorpe2019-05-021-2/+2
* packet: validate address length if non-zeroWillem de Bruijn2019-05-021-2/+2
* packet: validate address lengthWillem de Bruijn2019-05-021-0/+4
* packet: refine ring v3 block size test to hold one frameWillem de Bruijn2018-11-201-4/+6
* net/packet: refine check for priv area sizeEric Dumazet2018-11-201-1/+1
* packet: fix bitfield update raceWillem de Bruijn2018-10-212-21/+49
* net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet2018-10-211-10/+16
* net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet2018-03-031-0/+5
* packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn2018-01-011-1/+3
* packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn2017-11-111-3/+5
* packet: hold bind lock when rebinding to fanout hookWillem de Bruijn2017-11-111-5/+11
* net/packet: Fix Tx queue selection for AF_PACKETIván Briano2017-11-111-4/+2
* packet: fix tp_reserve race in packet_set_ringWillem de Bruijn2017-08-261-4/+9
* net/packet: fix overflow in check for tp_reserveAndrey Konovalov2017-06-051-0/+2
* net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-06-051-0/+2
* net/packet: fix overflow in check for priv area sizeAndrey Konovalov2017-06-051-2/+2
* packet: Do not call fanout_release from atomic contextsAnoob Soman2017-03-161-8/+20
* packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman2017-03-161-0/+1
* packet: fix races in fanout_add()Eric Dumazet2017-03-161-12/+14
* packet: fix race condition in packet_set_ringPhilip Pettersson2017-02-231-6/+12
* packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2017-02-231-0/+11
* packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause2016-06-151-0/+1
* packet: infer protocol from ethernet header if unsetDaniel Borkmann2015-12-181-0/+11
* packet: always probe for transport headerDaniel Borkmann2015-12-181-4/+3
* packet: fix tpacket_snd max frame lenDaniel Borkmann2015-12-141-4/+5
* packet: only allow extra vlan len on ethernet devicesDaniel Borkmann2015-12-141-35/+25
* packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann2015-12-141-2/+3
* packet: fix match_fanout_group()Eric Dumazet2015-12-131-3/+3
* packet: race condition in packet_bindFrancesco Ruggeri2015-12-091-31/+49
* packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov2015-08-251-1/+2
* packet: missing dev_put() in packet_do_bind()Lars Westerhoff2015-08-251-5/+3
* packet: avoid out of bounds read in round robin fanoutWillem de Bruijn2015-07-061-16/+2
* packet: read num_members once in packet_rcv_fanout()Eric Dumazet2015-07-061-1/+1
* packet: handle too big packets for PACKET_V3Eric Dumazet2014-10-152-0/+18
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-1/+1
* net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman2014-04-241-1/+6
* net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2014-04-221-1/+1
* 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
* packet: allow to transmit +4 byte in TX_RING slot for VLAN caseDaniel Borkmann2014-02-281-3/+13
* af_packet: remove a stray tab in packet_set_ring()Dan Carpenter2014-02-181-1/+1
* packet: check for ndo_select_queue during queue selectionDaniel Borkmann2014-02-171-3/+21