Re: [tcpdump-workers] [PATCH] packet_mmap: expose hw packet timestamps to network

2010-06-02 Thread David Miller
From: "Mcmillan, Scott A" Date: Thu, 27 May 2010 09:58:19 -0700 > Subject: [RFC PATCH] packet_mmap: expose hw packet timestamps to network > packet capture utilities > > This patch adds a setting, PACKET_TIMESTAMP, to specify the packet > timestamp source that is exported to capture utilities l

Re: [tcpdump-workers] [net-2.6 PATCH] af_packet: move strict addr_len check right

2010-03-03 Thread David Miller
From: Jiri Pirko Date: Wed, 3 Mar 2010 10:05:13 +0100 > Wed, Mar 03, 2010 at 07:40:01AM CET, jpi...@redhat.com wrote: >>Subject: [net-2.6 PATCH] af_packet: move strict addr_len check right before >>dev_[mc/unicast]_[add/del] > > Dave please apply this against net-next-2.6. I see that 914c8ad2d1

Re: [tcpdump-workers] [net-2.6 PATCH] af_packet: move strict addr_len check right

2010-03-03 Thread David Miller
From: Jiri Pirko Date: Wed, 3 Mar 2010 07:40:01 +0100 > Subject: [net-2.6 PATCH] af_packet: move strict addr_len check right before > dev_[mc/unicast]_[add/del] > > My previous patch 914c8ad2d18b62ad1420f518c0cab0b0b90ab308 incorrectly changed > the length check in packet_mc_add to be more stri

Re: [tcpdump-workers] [PATCH] net: Take GSO into account when capturing packets

2009-07-06 Thread David Miller
From: Benjamin Poirier Date: Mon, 06 Jul 2009 14:04:32 -0400 > move the point where the support routine for packet capture is called to > better reflect what is transmitted on the wire when GSO is active. > > At the moment, packet capture (a la tcpdump) on the transmission side happens > before