summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * packet: fix send path when running with proto == 0Daniel Borkmann2013-12-101-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-211-17/+15Star
* 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-211-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-081-29/+24Star
* | af_packet: simplify VLAN frame check in packet_sndPhil Sutter2013-08-021-11/+4Star
* | 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/+2Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-201-3/+2Star
|\
| * packet: packet_getname_spkt: make sure string is always 0-terminatedDaniel Borkmann2013-06-131-3/+2Star
* | 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/+23Star
* 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/+17Star
* packet: reorder a member in packet_ring_bufferDaniel Borkmann2013-04-251-1/+3
* packet: if hw/sw ts enabled in rx/tx ring, report which ts we gotDaniel Borkmann2013-04-251-13/+23
* packet: enable hardware tx timestamping on tpacket ringDaniel Borkmann2013-04-251-25/+25
* packet: tx timestamping on tpacket ringWillem de Bruijn2013-04-251-0/+33
* packet: move hw/sw timestamp extraction into a small helperDaniel Borkmann2013-04-191-34/+23Star
* packet: minor: add generic tpacket_uhdr to access packet headersDaniel Borkmann2013-04-161-27/+12Star
* net: sock: make sock_tx_timestamp voidDaniel Borkmann2013-04-141-6/+4Star
* net: switch to use skb_probe_transport_header()Jason Wang2013-03-271-19/+3Star
* packet: set transport header before doing xmitJason Wang2013-03-261-0/+21
* packet: packet fanout rollover during socket overloadWillem de Bruijn2013-03-192-24/+88
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-282-4/+2Star