summaryrefslogtreecommitdiff
path: root/dev.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-13dev: only calculate wireless bitrate if necessaryTobias Klauser1-5/+4
2017-05-10all: use <net/*> headers instead of <linux/*> where possibleTobias Klauser1-3/+1
2017-03-02dev: Fix buffer overflow in device_addr2str()Tobias Klauser1-11/+3
2016-09-29all: fix build on CentOS 6 by checking presence of several macrosYousong Zhou1-0/+2
2016-01-28dev: Add function to get device hardware addressVadim Kochan1-0/+25
2015-07-20dev: device_set_flags: also dump errorDaniel Borkmann1-1/+1
2015-07-01netsniff-ng: dev: Rename device_ifindex_get to __device_ifindexTobias Klauser1-2/+2
2015-06-20netsniff-ng: Add dissector for Linux "cooked" packetsVadim Kochan1-1/+1
2015-06-13dev: Add device string convertions (addr, dev type)Vadim Kochan1-0/+182
2015-04-21dev: Close socket in error path of device_ifindex_get()Tobias Klauser1-2/+3
2015-04-21netsniff-ng: fix snooping on any device when no option is givenDaniel Borkmann1-1/+2
2015-04-20mac80211: Check existence of generated monX deviceVadim Kochan1-3/+12
2013-08-09dev: Integrate `promisc' module into `dev' moduleTobias Klauser1-0/+21
2013-08-08dev: Make device_mtu() return size_tTobias Klauser1-2/+3
2013-07-31dev: Constify `ifname' parameter to device_up_and_running()Tobias Klauser1-1/+1
2013-07-03dev: linktype: use ARPHRD_ETHER for "any" deviceDaniel Borkmann1-1/+3
2013-07-03pcap: support for various linktypesDaniel Borkmann1-0/+24
2013-06-20dev: mark paths likely/unlikelyDaniel Borkmann1-4/+4
2013-06-17dev: make paths unlikely, simplify codeDaniel Borkmann1-17/+11
2013-06-17dev: bail out if ifindex could not be retrievedDaniel Borkmann1-4/+4
2013-06-04xutils: eliminate xutils, move rest to epoll2Daniel Borkmann1-1/+0
2013-06-04link: add link management functionsDaniel Borkmann1-0/+1
2013-06-04sock: add socket management functionsDaniel Borkmann1-0/+1
2013-06-04xutils: move device management functions out of xutilsDaniel Borkmann1-0/+169