summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-151-1/+1
|\
| * packet: bail out of packet_snd() if L2 header creation failsChristoph Jaeger2015-01-121-1/+1
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-6/+6
* | packet: make packet too small warning match conditionWillem de Bruijn2015-01-121-1/+1
|/
* packet: Fixed TPACKET V3 to signal poll when block is closed rather than ever...Dan Collins2014-12-221-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-16/+29
|\
| * put iov_iter into msghdrAl Viro2014-12-091-5/+2Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-301-1/+1
| |\
| * | switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro2014-11-241-3/+8
| * | new helper: memcpy_to_msg()Al Viro2014-11-241-2/+1Star
| * | new helper: memcpy_from_msg()Al Viro2014-11-241-3/+2Star
| * | packet: make packet_snd fail on len smaller than l2 headerWillem de Bruijn2014-11-211-8/+21
| * | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
* | | af_packet: virtio 1.0 stubsMichael S. Tsirkin2014-12-091-13/+22
| |/ |/|
* | 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-021-1/+1
* net: Do txq_trans_update() in netdev_start_xmit()David S. Miller2014-09-021-5/+2Star
* net: add skb_get_tx_queue() helperDaniel Borkmann2014-08-301-3/+1Star
* net: Add ops->ndo_xmit_flush()David S. Miller2014-08-251-2/+1Star
* packet: handle too big packets for PACKET_V3Eric Dumazet2014-08-222-0/+18
* packet: remove deprecated syststamp timestampWillem de Bruijn2014-07-291-8/+4Star
* packet: remove unnecessary break after returnFabian Frederick2014-07-161-2/+0Star
* 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/+1Star
* 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-191-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-231-0/+11
* net: introduce reciprocal_scale helper and convert usersDaniel Borkmann2014-01-221-2/+1Star
* random32: add prandom_u32_max and convert open coded usersDaniel Borkmann2014-01-221-1/+1
* packet: fix a couple of cppcheck warningsDaniel Borkmann2014-01-221-22/+15Star
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-191-3/+4
* packet: use percpu mmap tx frame pending refcountDaniel Borkmann2014-01-173-7/+62
* packet: don't unconditionally schedule() in case of MSG_DONTWAITDaniel Borkmann2014-01-171-7/+6Star
* packet: improve socket create/bind latency in some casesDaniel Borkmann2014-01-171-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-102-12/+80
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-101-25/+40
|\