summaryrefslogtreecommitdiff
path: root/net/packet/af_packet.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* af_packet: Add Queue mapping mode to af_packet fanout operationNeil Horman2014-01-221-0/+11
* net: introduce reciprocal_scale helper and convert usersDaniel Borkmann2014-01-211-2/+1
* random32: add prandom_u32_max and convert open coded usersDaniel Borkmann2014-01-211-1/+1
* packet: fix a couple of cppcheck warningsDaniel Borkmann2014-01-211-22/+15
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-3/+4
* packet: use percpu mmap tx frame pending refcountDaniel Borkmann2014-01-161-6/+60
* packet: don't unconditionally schedule() in case of MSG_DONTWAITDaniel Borkmann2014-01-161-7/+6
* packet: improve socket create/bind latency in some casesDaniel Borkmann2014-01-161-11/+22
* packet: fix "foo * bar" and "(foo*)" problemsWeilong Chen2013-12-311-2/+2
* packet: deliver VLAN TPID to userspaceAtzm Watanabe2013-12-181-4/+10
* packet: fill the gap of TPACKET_ALIGNMENT with zerosAtzm Watanabe2013-12-181-1/+2
* packet: make aligned size of struct tpacket{2,3}_hdr clearAtzm Watanabe2013-12-181-0/+7
* net: Change skb_get_rxhash to skb_get_hashTom Herbert2013-12-171-2/+2
* packet: fix using smp_processor_id() in preemptible codeLi Zhong2013-12-141-1/+1
* packet: introduce PACKET_QDISC_BYPASS socket optionDaniel Borkmann2013-12-091-12/+79
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-091-25/+40
|\