summaryrefslogtreecommitdiff
path: root/net/packet
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-19af_packet: remove a stray tab in packet_set_ring()Dan Carpenter1-1/+1
2014-02-17packet: check for ndo_select_queue during queue selectionDaniel Borkmann1-3/+21
2014-01-23af_packet: Add Queue mapping mode to af_packet fanout operationNeil Horman1-0/+11
2014-01-22net: introduce reciprocal_scale helper and convert usersDaniel Borkmann1-2/+1
2014-01-22random32: add prandom_u32_max and convert open coded usersDaniel Borkmann1-1/+1
2014-01-22packet: fix a couple of cppcheck warningsDaniel Borkmann1-22/+15
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-3/+4
2014-01-17packet: use percpu mmap tx frame pending refcountDaniel Borkmann3-7/+62
2014-01-17packet: don't unconditionally schedule() in case of MSG_DONTWAITDaniel Borkmann1-7/+6
2014-01-17packet: improve socket create/bind latency in some casesDaniel Borkmann1-11/+22
2013-12-31packet: fix "foo * bar" and "(foo*)" problemsWeilong Chen1-2/+2
2013-12-18packet: deliver VLAN TPID to userspaceAtzm Watanabe1-4/+10
2013-12-18packet: fill the gap of TPACKET_ALIGNMENT with zerosAtzm Watanabe1-1/+2
2013-12-18packet: make aligned size of struct tpacket{2,3}_hdr clearAtzm Watanabe1-0/+7
2013-12-18net: Change skb_get_rxhash to skb_get_hashTom Herbert1-2/+2