summaryrefslogtreecommitdiff
path: root/net/packet
AgeCommit message (Expand)Author
2019-05-02net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vecChristoph Paasch
2019-05-02net/packet: fix 4gb buffer limit due to overflow checkKal Conley
2019-05-02packet: Do not leak dev refcounts on error exitJason Gunthorpe
2019-05-02packet: validate address length if non-zeroWillem de Bruijn
2019-05-02packet: validate address lengthWillem de Bruijn
2018-11-20packet: refine ring v3 block size test to hold one frameWillem de Bruijn
2018-11-20net/packet: refine check for priv area sizeEric Dumazet
2018-10-21packet: fix bitfield update raceWillem de Bruijn
2018-10-21net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet
2018-03-03net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet
2018-01-01packet: only test po->has_vnet_hdr once in packet_sndWillem de Bruijn
2017-11-11packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn
2017-11-11packet: hold bind lock when rebinding to fanout hookWillem de Bruijn
2017-11-11net/packet: Fix Tx queue selection for AF_PACKETIván Briano
2017-08-26packet: fix tp_reserve race in packet_set_ringWillem de Bruijn
2017-06-05net/packet: fix overflow in check for tp_reserveAndrey Konovalov
2017-06-05net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov
2017-06-05net/packet: fix overflow in check for priv area sizeAndrey Konovalov
2017-03-16packet: Do not call fanout_release from atomic contextsAnoob Soman
2017-03-16packet: call fanout_release, while UNREGISTERING a netdevAnoob Soman
2017-03-16packet: fix races in fanout_add()Eric Dumazet
2017-02-23packet: fix race condition in packet_set_ringPhilip Pettersson
2017-02-23packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn
2016-06-15packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause
2015-12-18packet: infer protocol from ethernet header if unsetDaniel Borkmann
2015-12-18packet: always probe for transport headerDaniel Borkmann
2015-12-14packet: fix tpacket_snd max frame lenDaniel Borkmann
2015-12-14packet: only allow extra vlan len on ethernet devicesDaniel Borkmann
2015-12-14packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann
2015-12-13packet: fix match_fanout_group()Eric Dumazet
2015-12-09packet: race condition in packet_bindFrancesco Ruggeri
2015-08-25packet: tpacket_snd(): fix signed/unsigned comparisonAlexander Drozdov
2015-08-25packet: missing dev_put() in packet_do_bind()Lars Westerhoff
2015-07-06packet: avoid out of bounds read in round robin fanoutWillem de Bruijn
2015-07-06packet: read num_members once in packet_rcv_fanout()Eric Dumazet
2014-10-15packet: handle too big packets for PACKET_V3Eric Dumazet
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-04-24net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman
2014-04-22net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-04-03packet: fix packet_direct_xmit for BQL enabled driversDaniel Borkmann
2014-04-03packet: report tx_dropped in packet_direct_xmitDaniel Borkmann
2014-03-28packet: respect devices with LLTX flag in direct xmitDaniel Borkmann
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert
2014-02-28packet: allow to transmit +4 byte in TX_RING slot for VLAN caseDaniel Borkmann
2014-02-18af_packet: remove a stray tab in packet_set_ring()Dan Carpenter
2014-02-17packet: check for ndo_select_queue during queue selectionDaniel Borkmann
2014-01-22af_packet: Add Queue mapping mode to af_packet fanout operationNeil Horman
2014-01-21net: introduce reciprocal_scale helper and convert usersDaniel Borkmann
2014-01-21random32: add prandom_u32_max and convert open coded usersDaniel Borkmann