# Editor crap (emacs, vim, ...)
*.swp
*.orig
\#*\#
.\#*
.*.sw[a-z]
*.un~
# Hidden files, general things
.*
*~
# Compiled object files
*.slo
*.lo
*.o
# Compiled dynamic libraries
*.so
# Compiled static libraries
*.lai
*.la
*.a
# Compiled executables
astraceroute/astraceroute
bpfc/bpfc
curvetun/curvetun
curvetun/abiname
flowtop/flowtop
ifpps/ifpps
mausezahn/mausezahn
netsniff-ng/netsniff-ng
trafgen/trafgen
# cscope/ctags index files
cscope*
tags
# Testing folders
fuzzing/
# Ignore if someone adapts Makefile
Makefile
# Ignore build config generated by configure
Config
config.h
config.log
# Other documentation ignores
*.md
*.ps
# Compressed archives
*.tar.bz2
*.tar.bz
*.tar.xz
# Release related stuff
.MAIL_MSG
# Excluded from ignorance
!.gitignore
!.travis.yml
packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3
Commit 7f953ab2ba46 ("af_packet: TX_RING support for TPACKET_V3")
now makes it possible to use TX_RING with TPACKET_V3, so make the
the relevant information available via 'ss -e -a --packet'
Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>