aboutsummaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAge
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-15
|\
| * packet: bail out of packet_snd() if L2 header creation failsChristoph Jaeger2015-01-11
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-13
* | packet: make packet too small warning match conditionWillem de Bruijn2015-01-12
|/
* packet: Fixed TPACKET V3 to signal poll when block is closed rather than ever...Dan Collins2014-12-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-11
|\
| * put iov_iter into msghdrAl Viro2014-12-09
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-29
| |\
| * | switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()Al Viro2014-11-24
| * | new helper: memcpy_to_msg()Al Viro2014-11-24
| * | new helper: memcpy_from_msg()Al Viro2014-11-24
| * | packet: make packet_snd fail on len smaller than l2 headerWillem de Bruijn2014-11-21
| * | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
* | | af_packet: virtio 1.0 stubsMichael S. Tsirkin2014-12-09
| |/ |/|
* | af_packet: fix sparse warningMichael S. Tsirkin2014-11-24
|/
* net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller2014-09-01
* net: Do txq_trans_update() in netdev_start_xmit()David S. Miller2014-09-01
* net: add skb_get_tx_queue() helperDaniel Borkmann2014-08-29
* net: Add ops->ndo_xmit_flush()David S. Miller2014-08-25
* packet: handle too big packets for PACKET_V3Eric Dumazet2014-08-21
* packet: remove deprecated syststamp timestampWillem de Bruijn2014-07-29
* packet: remove unnecessary break after returnFabian Frederick2014-07-15
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-24
* net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dumpEric W. Biederman2014-04-24
* net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2014-04-22
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* packet: fix packet_direct_xmit for BQL enabled driversDaniel Borkmann2014-04-03
* packet: report tx_dropped in packet_direct_xmitDaniel Borkmann2014-04-03
* packet: respect devices with LLTX flag in direct xmitDaniel Borkmann2014-03-28
* net: Rename skb->rxhash to skb->hashTom Herbert2014-03-26
* packet: allow to transmit +4 byte in TX_RING slot for VLAN caseDaniel Borkmann2014-02-28
* af_packet: remove a stray tab in packet_set_ring()Dan Carpenter2014-02-18
* packet: check for ndo_select_queue during queue selectionDaniel Borkmann2014-02-17
* af_packet: Add Queue mapping mode to af_packet fanout operationNeil Horman2014-01-22
* net: introduce reciprocal_scale helper and convert usersDaniel Borkmann2014-01-22
* random32: add prandom_u32_max and convert open coded usersDaniel Borkmann2014-01-22
* packet: fix a couple of cppcheck warningsDaniel Borkmann2014-01-21
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-19
* packet: use percpu mmap tx frame pending refcountDaniel Borkmann2014-01-16
* packet: don't unconditionally schedule() in case of MSG_DONTWAITDaniel Borkmann2014-01-16
* packet: improve socket create/bind latency in some casesDaniel Borkmann2014-01-16
* packet: fix "foo * bar" and "(foo*)" problemsWeilong Chen2013-12-31
* packet: deliver VLAN TPID to userspaceAtzm Watanabe2013-12-18
* packet: fill the gap of TPACKET_ALIGNMENT with zerosAtzm Watanabe2013-12-18
* packet: make aligned size of struct tpacket{2,3}_hdr clearAtzm Watanabe2013-12-18
* net: Change skb_get_rxhash to skb_get_hashTom Herbert2013-12-17
* packet: fix using smp_processor_id() in preemptible codeLi Zhong2013-12-14
* packet: introduce PACKET_QDISC_BYPASS socket optionDaniel Borkmann2013-12-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-09
|\