summaryrefslogtreecommitdiff
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico2013-11-291-2/+2
* packet: fix use after free race in send path when dev is releasedDaniel Borkmann2013-11-212-23/+37
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-17/+15
* net: packet: use reciprocal_divide in fanout_demux_hashDaniel Borkmann2013-08-291-1/+1
* net: packet: add randomized fanout schedulerDaniel Borkmann2013-08-291-1/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-261-0/+2
|\
| * packet: restore packet statistics tp_packets to include dropsWillem de Bruijn2013-08-201-0/+2
* | net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2013-08-101-1/+1
* | packet: Revert recent header parsing changes.David S. Miller2013-08-071-29/+24
* | af_packet: simplify VLAN frame check in packet_sndPhil Sutter2013-08-021-11/+4
* | af_packet: fix for sending VLAN frames via packet_mmapPhil Sutter2013-08-021-11/+14
* | af_packet: when sending ethernet frames, parse header for skb->protocolPhil Sutter2013-08-021-2/+11
* | net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran2013-07-221-46/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-3/+2
|\
| * packet: packet_getname_spkt: make sure string is always 0-terminatedDaniel Borkmann2013-06-131-3/+2
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-2/+3
|/
* packet: tpacket_v3: do not trigger bug() on wrong header statusDaniel Borkmann2013-05-031-30/+23
* sock_diag: allow to dump bpf filtersNicolas Dichtel2013-04-291-0/+4
* packet_diag: disclose meminfo valuesNicolas Dichtel2013-04-291-0/+4
* packet_diag: disclose uid valueNicolas Dichtel2013-04-291-5/+14
* packet: account statistics only in tpacket_stats_uDaniel Borkmann2013-04-252-23/+17