summaryrefslogtreecommitdiff
path: root/net/packet
Commit message (Expand)AuthorAge
...
* 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-21
* random32: add prandom_u32_max and convert open coded usersDaniel Borkmann2014-01-21
* packet: fix a couple of cppcheck warningsDaniel Borkmann2014-01-21
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-18
* 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
|\
| * packet: fix send path when running with proto == 0Daniel Borkmann2013-12-09
* | packet: use macro GET_PBDQC_FROM_RB to simplify the codesDuan Jiong2013-12-06
|/
* af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico2013-11-29
* packet: fix use after free race in send path when dev is releasedDaniel Borkmann2013-11-21
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-20
* net: packet: use reciprocal_divide in fanout_demux_hashDaniel Borkmann2013-08-29
* net: packet: add randomized fanout schedulerDaniel Borkmann2013-08-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-26
|\
| * packet: restore packet statistics tp_packets to include dropsWillem de Bruijn2013-08-20
* | net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2013-08-10
* | packet: Revert recent header parsing changes.David S. Miller2013-08-07
* | af_packet: simplify VLAN frame check in packet_sndPhil Sutter2013-08-02
* | af_packet: fix for sending VLAN frames via packet_mmapPhil Sutter2013-08-02
* | af_packet: when sending ethernet frames, parse header for skb->protocolPhil Sutter2013-08-02
* | net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran2013-07-22
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-19
|\
| * packet: packet_getname_spkt: make sure string is always 0-terminatedDaniel Borkmann2013-06-13
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-28
|/
* packet: tpacket_v3: do not trigger bug() on wrong header statusDaniel Borkmann2013-05-03
* sock_diag: allow to dump bpf filtersNicolas Dichtel2013-04-29
* packet_diag: disclose meminfo valuesNicolas Dichtel2013-04-29
* packet_diag: disclose uid valueNicolas Dichtel2013-04-29