Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-10 | ipv4: fib: Add events for FIB replace and append | Ido Schimmel | 1 | -1/+2 |
2017-02-08 | ipv4: fib: Notify about nexthop status changes | Ido Schimmel | 1 | -0/+7 |
#!/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 } anz.ch/cgit.cgi/linux/net-next.git/atom/include/net/ip_fib.h?h=nds-private-remove' type='application/atom+xml'/>
index : net-next.git | ||
net-next plumbings | Tobias Klauser |
summaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-10 | ipv4: fib: Add events for FIB replace and append | Ido Schimmel | 1 | -1/+2 |
2017-02-08 | ipv4: fib: Notify about nexthop status changes | Ido Schimmel | 1 | -0/+7 |