]> The Tcpdump Group git mirrors - libpcap/history - pcap-linux.c
EOPNOTSUPP from an ethtool ioctl should not be a fatal error.
[libpcap] / pcap-linux.c
2011-05-22  Guy HarrisEOPNOTSUPP from an ethtool ioctl should not be a fatal...
2011-05-22  Guy HarrisSome forms of offloading mean we can't trust the MTU.
2011-05-20  Guy HarrisTry to use smaller mmapped buffers on Ethernet devices.
2011-05-13  Guy HarrisExpand on the choice of snapshot length, and indicate...
2011-05-13  Guy HarrisHandle kernels that don't support PACKET_RESERVE.
2011-05-05  Guy HarrisExplain that tools that complain about uninitialized...
2011-04-04  Guy HarrisHandle older kernels that don't define PACKET_RESERVE.
2011-03-31  Michael RichardsonMerge remote branch 'sfd/master'
2011-03-23  Julien MoutinhoFix the calculation of the frame size in memory-mapped...
2011-03-13  Henri DoreauClose handles on error.
2011-02-28  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2011-02-16  Stephen DonnellyMerge branch 'master' of git://github.com/mcr/libpcap
2010-11-14  Guy HarrisLibnl 2.x returns its own error codes, not errnos;...
2010-11-14  Guy HarrisAdd support for libnl 2.x, adapted from a newer version...
2010-08-23  Guy HarrisFixes from Scott Mcmillan.
2010-08-23  Guy HarrisIf the specified time stamp type isn't supported, treat...
2010-08-23  Guy HarrisAdd support for setting the time stamp type for a capture.
2010-08-16  Stephen DonnellyMerge commit 'upstream/master'
2010-08-06  Guy HarrisFix previous checkin.
2010-08-06  Jon SmirlUse DLT_IEEE802_15_4_NOFCS for 802.15.4 interfaces.
2010-05-19  Guy HarrisClean up indentation.
2010-04-28  andy-1Ignore /sys/net/dev files if we get ENODEV for them...
2010-01-26  Christian BellAdd Myricom SNF API support as a new pcap device.
2010-01-10  Guy HarrisIgnore directories in /sys/class/net.
2010-01-10  Guy HarrisCorrectly handle errors other than problems reading...
2010-01-10  Guy HarrisFix some errors in the previous checkin.
2010-01-10  Guy HarrisScan /sys/class/net if we have it.
2010-01-10  Guy HarrisOn Linux, always at least try to scan /proc/net/dev.
2010-01-10  Guy HarrisInclude <ctype.h>, as we use macros from it.
2010-01-10  Guy HarrisScan /proc/net/dev on Linux regardless of how we get...
2009-12-29  Felix ObenhuberAdd support for CANbus capture.
2009-10-14  Stephen DonnellyMerge branch 'master' of git://github.com/mcr/libpcap
2009-10-13  Guy HarrisFix typo^Wbraino.
2009-10-12  Guy HarrisIn pcap_read_linux_mmap(), if there are no frames avail...
2009-10-12  Guy HarrisIf we get POLLERR when polling a socket in memory-mappe...
2009-10-02  Guy HarrisFix typo.
2009-10-12  Guy HarrisWhen reading from a BPF device, if we get ENXIO, which...
2009-09-21  Guy HarrisCopy the right value to the ps_ifdrop statistic.
2009-09-08  Guy HarrisNote some other ways to get link statistics.
2009-09-07  Guy HarrisNote that we might not get an interface drop count...
2009-09-07  Guy HarrisFrom Dustin Spicuzza: support ps_ifdrop on Linux, using...
2009-07-31  Guy HarrisThe pcap_activate() man page says:
2009-07-24  Guy HarrisGet rid of unused variable.
2009-07-23  Guy HarrisFrom Peter Volkov:
2009-07-16  Guy HarrisFix typo.
2009-07-16  Guy HarrisWhen doing Linux mmapped capture:
2009-07-15  Guy HarrisFrom Dustin Spicuzza:
2009-07-11  Guy HarrisGet rid of an assigned-to-but-unused variable.
2009-07-11  Guy HarrisFor Linux, add to the pcap_md structure a pointer to...
2009-07-06  Guy HarrisIn memory-mapped mode, when turning non-blocking mode...
2009-07-04  Guy HarrisSquelch some compile warnings with older Linux kernels.
2009-07-03  Guy HarrisNot releasing a packet in Linux memory-mapped mode...
2009-07-02  Guy HarrisIf HAVE_PACKET_AUXDATA isn't defined, don't declare...
2009-06-07  Guy HarrisMerge branch 'master' of git+ssh://[email protected]...
2009-06-01  Guy HarrisMove some more stuff up before the first use.
2009-06-01  Guy HarrisMove up the definition of get_mac80211_phydev() before...
2009-06-01  Guy HarrisWhen checking whether a device will let you turn monito...
2009-06-01  Guy HarrisMerge branch 'master' of git+ssh://[email protected]...
2009-05-22  Guy HarrisTo put mac80211 devices in monitor mode, create a ...
2009-04-07  Guy HarrisFrom a quick look at the hostap driver, it appears...
2009-03-25  Guy HarrisDon't return PCAP_WARNING if mmapped capturing isn...
2009-03-25  Guy Harrisprev_pkt is in the pcap_md structure, not the pcap_t...
2009-03-25  Guy HarrisMove "union thdr" to pcap-int.h, as we use it in pcap...
2009-03-24  Guy HarrisIn memory-mapped mode, don't release the packet as...
2009-03-19  Guy HarrisFrom Roman Francoise: rename the USB-sniffing devices...
2009-02-14  Guy HarrisFrom Tobias Poschwatta: correctly check the requested...
2008-12-14  guyOK, let's try another approach - include <linux/if...
2008-12-14  guyIt appears that, at least with the 2.6.27.5 kernel...
2008-12-14  guyhas_wext() isn't used if IW_MODE_MONITOR isn't defined...
2008-11-19  guyReturn -1 for all failures to create a packet ring...
2008-11-19  guyIf attempting to turn memory-mapped access on fails...
2008-11-19  guyFix the handling of the "any" device, including making...
2008-10-28  guyDon't do all the recvmsg() stuff if we don't have ...
2008-09-22  guyA pile of comments, from looking at aircrack-ng's airmo...
2008-08-06  guyCheck whether the tpacket_auxdata structure has a tp_vl...
2008-08-06  guyFrom Patrick McHardy:
2008-08-06  guyFrom Patrick McHardy:
2008-08-06  guyFrom Patrick McHardy:
2008-08-06  guyFrom Patrick McHardy:
2008-08-06  guyFrom Patrick McHardy: Convert pcap-linux to use recvmsg...
2008-07-01  guyWhen activating a device, return PCAP_ERROR_IFACE_NOT_U...
2008-06-24  guyHandle ARPHRD_NONE, used by some tunnel devices, by...
2008-04-14  guyFix a typo (sigh, using both "p" and "handle" for the...
2008-04-14  guyTurn close_op into cleanup_op; the routine that handles...
2008-04-10  guyReport PCAP_ERROR_PERM_DENIED if you don't have permiss...
2008-04-09  guyAdd some PCAP_WARNING return values for "success, but...
2008-04-09  guyAdd an error for "you don't have permission to open...
2008-04-07  guyFor Linux non-mmapped captures, Linux bluetooth capture...
2008-04-07  guyFree the memory allocated for the Wireless Extensions...
2008-04-04  guyThe value you get back from a SIOCGIWPRIV querying...
2008-04-04  guyFrom Paolo Abeni and me: split pcap_open_live() into...
2008-03-14  guyFrom Kris Katterjohn: explicitly check for socklen_t...
2008-02-08  guyFrom Hagen Paul Pfeifer: define some routines as static...
2008-02-02  guyError messages returned in the pcap_t's error buffer...
2008-02-02  guyFrom Alexander 'Leo' Bergolth: fix a typo.
2008-02-02  guyTreat a max_packets value of 0 the same way that we...
2008-01-24  guymap_packet_type_to_sll_type() isn't used - and won...
2008-01-06  guyThe SITA code in pcap-linux.c shares very little with...
2008-01-05  guyFrom Paolo Abeni: support for a memory-mapped capture...
2007-11-18  guyFrom Kris Katterjohn: when building a SITA version...
next