summaryrefslogtreecommitdiff
path: root/ip/ipnetns.c
AgeCommit message (Expand)Author
2019-11-09ipnetns: remove blank lines printed by invarg() messagesGuillaume Nault
2019-11-09ipnetns: don't print unassigned nsid in json exportGuillaume Nault
2019-11-09ipnetns: harden helper functions wrt. negative netns idsGuillaume Nault
2019-11-09ipnetns: fix misleading comment about 'ip monitor nsid'Guillaume Nault
2019-11-09ipnetns: treat NETNSA_NSID and NETNSA_CURRENT_NSID as signedGuillaume Nault
2019-10-23ipnetns: do not check netns NAME when -all is specifiedMichał Łyszczek
2019-10-14ipnetns: enable to dump nsid conversion tableNicolas Dichtel
2019-06-21Merge branch 'master' into nextDavid Ahern
2019-06-20netns: make netns_{save,restore} staticMatteo Croce
2019-06-20netns: switch netns in the child when executing commandsMatteo Croce
2019-06-14Merge branch 'master' into nextDavid Ahern
2019-06-10ip: reset netns after each command in batch modeMatteo Croce
2019-05-20treewide: refactor help messagesMatteo Croce
2019-05-06ipnetns: use-after-free problem in get_netnsid_from_name funcZhiqiang Liu
2019-01-29netns: add subcommand to attach an existing network namespaceMatteo Croce
2018-11-21ipnetns: parse nsid as a signed integerNicolas Dichtel
2018-11-05Include bsd/string.h only in include/utils.hLuca Boccassi
2018-11-01Use libbsd for strlcpy if availableLuca Boccassi
2018-10-22Tree wide: Drop sockaddr_nl argDavid Ahern
2018-10-02libnetlink: Convert GETNSID dumps to use rtnl_nsiddump_reqDavid Ahern
2018-06-08iplink: enable to specify a name for the link-netnsNicolas Dichtel
2018-06-08ip: display netns name instead of nsidNicolas Dichtel
2018-03-08netns: add JSON supportStephen Hemminger
2018-02-08netns: allow negative nsidChristian Brauner
2017-11-24SPDX license identifiersStephen Hemminger
2017-11-01Merge branch 'master' into net-nextStephen Hemminger
2017-11-01ip netns: use strtol() instead of atoi()Roman Mashak
2017-10-26lib/libnetlink: update rtnl_talk to support malloc buff at run timeHangbin Liu
2017-09-01Convert the obvious cases to strlcpy()Phil Sutter
2017-08-04netns: make /var/run/netns bind-mount recursiveCasey Callendrello
2017-07-27netns: more input validationMatteo Croce
2017-07-20netns: avoid directory traversalMatteo Croce
2017-02-17ip netns: refactor netns_identifyDavid Ahern
2016-12-21ip netns: Reset vrf to default VRF on namespace switchDavid Ahern
2016-12-13move cmd_exec to lib utilsDavid Ahern
2016-10-09iproute2: build nsid-name cache only for commands that need itAnton Aksola
2016-09-21ipmonitor: fix ip monitor can't work when NET_NS is not enabledLiping Zhang
2016-07-20Use C99 style initializers everywherePhil Sutter
2016-03-27include: add linked list implementation from kernelJiri Pirko
2016-03-21ip: code cleanupStephen Hemminger
2016-02-17netns: Fix an off-by-one strcpy() in netns_map_add().Nicolas Cavallari
2015-08-12ipnetns: make net namespace cache variable sizeStephen Hemminger
2015-07-28Replace BSD MAXPATHLEN by POSIX PATH_MAXFelix Janda
2015-05-28Merge branch 'master' into net-nextStephen Hemminger
2015-05-27libnetlink: add size argument to rtnl_talkStephen Hemminger
2015-05-21libnetlink: introduce rtnl_listen_filter_tNicolas Dichtel
2015-04-20netns: allow to dump and monitor nsidNicolas Dichtel
2015-04-13ipnetns: add a runtime check for RTM_GETNSID supportNicolas Dichtel
2015-04-13Revert "ip netns: Fix rtnl error while print netns list"Nicolas Dichtel
2015-03-15ip netns: Fix rtnl error while print netns listVadim Kochan