summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-163-7/+62
* 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-092-12/+80
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-091-25/+40
|\
| * packet: fix send path when running with proto == 0Daniel Borkmann2013-12-091-25/+40
* | packet: use macro GET_PBDQC_FROM_RB to simplify the codesDuan Jiong2013-12-061-4/+6
|/