summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* man ip-link: Add deleting links by groupVadim Kochan2015-05-041-7/+14
* ss: Fix wrong filter behaviourVadim Kochan2015-05-041-42/+49
* tc: {m, f}_ebpf: add option for dumping verifier logDaniel Borkmann2015-05-044-14/+39
* ip: Add color output optionMathias Nyman2015-05-046-14/+123
* update headers to reflect BPF changesStephen Hemminger2015-04-292-3/+11
* examples: bpf: fix ld offs to have same prog loaded on ingress/egressDaniel Borkmann2015-04-271-11/+17
* tc: built-in eBPF exec proxyDaniel Borkmann2015-04-2714-40/+454
* mroute: remove invalid check against NLM_F_MULTINicolas Dichtel2015-04-271-2/+1
* libnamespaces: fix warning about syscall()Nicolas Dichtel2015-04-271-0/+1
* tc: fix compilation warning on 32bits archNicolas Dichtel2015-04-271-1/+1
* tc util: Fix possible buffer overflow when print class idVadim Kochan2015-04-201-9/+10
* ipxfrm: wrong nl msg sent on deleteall cmdNicolas Dichtel2015-04-202-3/+33
* netns: allow to dump and monitor nsidNicolas Dichtel2015-04-207-4/+234
* lnstat: dump to stdout, not stderrPavel Šimerda2015-04-201-1/+1
* lnstat: run indefinitely by defaultPavel Šimerda2015-04-201-3/+5
* cbq: fix find syntax in examplePavel Šimerda2015-04-201-4/+4
* ip-xfrm: support 'proto any' with 'sport' and 'dport'Pavel Šimerda2015-04-201-0/+1
* turn Makefile more distribution friendlyPavel Šimerda2015-04-201-11/+11
* tc: add support for connmark actionFelix Fietkau2015-04-132-0/+168
* update kernel headers and add tc_connmark.hStephen Hemminger2015-04-133-0/+31
* iproute2: unify naming for entries offloaded to hardwareAndy Gospodarek2015-04-132-2/+2
* Merge branch 'master' into net-nextStephen Hemminger2015-04-134-34/+56
|\
| * fix whitespaceStephen Hemminger2015-04-131-1/+1
| * v4.0.0v4.0.0Stephen Hemminger2015-04-131-1/+1
| * ipnetns: add a runtime check for RTM_GETNSID supportNicolas Dichtel2015-04-131-3/+55
| * Revert "ip netns: Fix rtnl error while print netns list"Nicolas Dichtel2015-04-133-31/+1
| * Revert "configure: add missing INCLUDE to netnsid detection"Nicolas Dichtel2015-04-131-1/+1
* | tc, bpf: finalize eBPF support for cls and act front-endDaniel Borkmann2015-04-1013-123/+1354
* | Merge branch 'master' into net-nextStephen Hemminger2015-04-102-2/+50
|\ \ | |/
| * man tc: Add description about class name optionVadim Kochan2015-04-101-1/+49
| * configure: add missing INCLUDE to netnsid detectionJiri Benc2015-04-101-1/+1
* | xfrm: revise man page and document ip xfrm policy setChristophe Gouault2015-04-101-2/+59
* | xfrm: add command for configuring SPD hash tableChristophe Gouault2015-04-101-3/+102
* | update kernel headers for net-nextStephen Hemminger2015-04-103-0/+44
* | xfrm: fix build with later kernel headersStephen Hemminger2015-04-101-0/+2
* | Merge branch 'master' into net-nextStephen Hemminger2015-04-0732-179/+236
|\ \ | |/
| * docs: make spacing consistentPavel Šimerda2015-04-0728-156/+156
| * man ip-link: Add missing link types - vti,ipvlan,nlmonVadim Kochan2015-04-071-1/+13
| * ip-link: Align usage at [link-netns ID] lineVadim Kochan2015-04-071-1/+1
| * man ip-netns: Fix shifted layout at bottom of 'ip netns del'Vadim Kochan2015-04-071-2/+8
| * tc class: Ignore if default class name file does not existVadim Kochan2015-04-073-21/+60
* | ip: support RFC4191 router preferenceLubomir Rintel2015-03-243-1/+73
* | add basic mpls support to iprouteEric W. Biederman2015-03-2411-6/+195
* | add support for the RTA_NEWDST attribute.Eric W. Biederman2015-03-242-1/+23
* | add support for the RTA_VIA attributeEric W. Biederman2015-03-243-18/+83
* | misc whitespace cleanupEric W. Biederman2015-03-241-1/+1
* | add address family to/from string helper functions.Eric W. Biederman2015-03-243-13/+41
* | add support for printing AF_PACKET addressesEric W. Biederman2015-03-241-5/+16
* | make the addr argument of ll_addr_n2a constEric W. Biederman2015-03-242-2/+2
* | add a source addres length parameter to rt_addr_n2aEric W. Biederman2015-03-2411-22/+41