#!/usr/bin/awk -f # extract linker version number from stdin and turn into single number { gsub(".*\\)", ""); gsub(".*version ", ""); gsub("-.*", ""); split($1,a, "."); print a[1]*100000000 + a[2]*1000000 + a[3]*10000; exit } git.cgi/linux/net-next.git/atom/net/ethernet?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/ethernet
t/log/include/crypto/lrw.h?id=6e10148c5c85629832d9156f337cbf67e96b69fe&showmsg=1'>Expand)
AgeCommit message (Expand)AuthorFilesLines
AuthorFilesLines