2020-06-18 |
Stéphane Graber | network: Rename primary to master 3453/head |
commit | commitdiff | tree |
2020-06-18 |
Stéphane Graber | Revert "nl: fix memory leak" |
commit | commitdiff | tree |
2020-06-18 |
Christian Brauner | tree-wide: use "primary" in networking code |
commit | commitdiff | tree |
2020-06-18 |
Christian Brauner | tree-wide: wipe references to questionable apis from... |
commit | commitdiff | tree |
2020-06-17 |
Christian Brauner | tree-wide: use "ptmx" and "pts" as terminal terms |
commit | commitdiff | tree |
2020-06-17 |
Christian Brauner | Merge pull request #3449 from gaurav1086/nl_fix_mem_leak |
commit | commitdiff | tree |
2020-06-14 |
Christian Brauner | Merge pull request #3450 from gaurav1086/containertests... |
commit | commitdiff | tree |
2020-06-13 |
Gaurav Singh | containertests: fix null pointer defereference 3450/head |
commit | commitdiff | tree |
2020-06-13 |
Gaurav Singh | nl: fix memory leak 3449/head |
commit | commitdiff | tree |
2020-06-11 |
Stéphane Graber | Merge pull request #3446 from brauner/2020-06-10/fixes_2 |
commit | commitdiff | tree |
2020-06-11 |
Christian Brauner | lxccontainer: remove pointless string duplication 3446/head |
commit | commitdiff | tree |
2020-06-11 |
Christian Brauner | conf: kill old chown_mapped_root() |
commit | commitdiff | tree |
2020-06-11 |
Christian Brauner | conf: add some more logging to userns_exec_mapped_root() |
commit | commitdiff | tree |
2020-06-11 |
Christian Brauner | conf: always use target_fd in userns_exec_mapped_root() |
commit | commitdiff | tree |
2020-06-11 |
Christian Brauner | conf: remove faulty flags |
commit | commitdiff | tree |
2020-06-10 |
Stéphane Graber | Merge pull request #3444 from brauner/2020-06-10/fixes |
commit | commitdiff | tree |
2020-06-10 |
Christian Brauner | cgroups: initialize lxc.pivot cpuset 3444/head |
commit | commitdiff | tree |
2020-06-09 |
Christian Brauner | Merge pull request #3442 from tomponline/tp-veth-vlan... |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | network: Adds calls to free_ovs_veth_vlan_args in setup... 3442/head |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | network: Fix int type in log message |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | network: Adds free_ovs_veth_vlan_args and allows trunks... |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | network: Removes unused ip_proxy_args |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | network: Fix coverity issue, dont initialise string... |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | network: Fix coverity issue, leaking data in lxc_ovs_se... |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | confile: Fix coverity issue, missing return in get_conf... |
commit | commitdiff | tree |
2020-06-09 |
Christian Brauner | Merge pull request #3439 from tomponline/tp-nic-veth... |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | network: Updates instantiate_veth to support OVS VLAN... 3439/head |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | network: Adds OVS VLAN setup functions |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | network: Updates netlink_open handling in lxc_ipvlan_create 3435/head |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | doc: Adds documentation for veth vlan bridge options |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | network: Updates instantiate_veth to set bridge vlan... |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | network: Adds bridge vlan management functions |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | tests: Adds test for lxc.net.0.veth.vlan.tagged.id... |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | tests: Adds test for bridge vlan "none" value |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | tests: Adds test for lxc.net.0.veth.vlan.id config key |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | confile/utils: Adds freeing of priv.veth_attr.vlan_tagg... |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | confile/utils: Adds veth vlan tagged ID tracing to... |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | confile/utils: Adds veth mode and vlan ID tracing to... |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | confile: Adds validation for lxc.net.veth.vlan.tagged.id |
commit | commitdiff | tree |
2020-06-09 |
Thomas Parrott | confile: Adds validation for lxc.net.veth.vlan.id |
commit | commitdiff | tree |
2020-06-08 |
Thomas Parrott | network: Adds veth vlan_id, vlan_id_set and vlan_tagged_ids |
commit | commitdiff | tree |
2020-06-08 |
Thomas Parrott | macro: Adds BRIDGE_VLAN_ID_MAX constant |
commit | commitdiff | tree |
2020-06-08 |
Thomas Parrott | macro: Adds constant for BRIDGE_VLAN_NONE mode |
commit | commitdiff | tree |
2020-06-08 |
Thomas Parrott | macro: Adds bridge VLAN constants |
commit | commitdiff | tree |
2020-06-08 |
Thomas Parrott | api/extensions: Adds network_bridge_vlan API extension |
commit | commitdiff | tree |
2020-06-08 |
Thomas Parrott | network: Adds check for bridge link interface existence... |
commit | commitdiff | tree |
2020-06-08 |
Thomas Parrott | macro: Adds UINT_TO_PTR and PTR_TO_USHORT helpers |
commit | commitdiff | tree |
2020-06-03 |
Christian Brauner | Merge pull request #3434 from tomponline/tp-copying |
commit | commitdiff | tree |
2020-06-03 |
Thomas Parrott | .gitignore: Ignores COPYING file created by make 3434/head |
commit | commitdiff | tree |
2020-06-02 |
Christian Brauner | Merge pull request #3432 from smoser/fix/lxc-usernsexec... |
commit | commitdiff | tree |
2020-06-01 |
Scott Moser | lxc-test-usernsexec: If user is root, then create and... 3432/head |
commit | commitdiff | tree |
2020-05-29 |
Stéphane Graber | Merge pull request #3428 from smoser/test/add-usernsexe... |
commit | commitdiff | tree |
2020-05-29 |
Scott Moser | Add test of lxc-usernsexec 3428/head |
commit | commitdiff | tree |
2020-05-25 |
Stéphane Graber | Merge pull request #3424 from brauner/2020-05-25/fixes |
commit | commitdiff | tree |
2020-05-25 |
Christian Brauner | api_extensions: add "pidfd" 3424/head |
commit | commitdiff | tree |
2020-05-22 |
Stéphane Graber | travis: Restrict coverity to gcc on bionic on amd64 |
commit | commitdiff | tree |
2020-05-20 |
Stéphane Graber | Merge pull request #3422 from brauner/2020-05-20/userns... |
commit | commitdiff | tree |
2020-05-20 |
Christian Brauner | lxc-usernsexec: don't fail on setgroups() 3422/head |
commit | commitdiff | tree |
2020-05-20 |
Christian Brauner | lxc-usernsexec: dumb down from error to warning message |
commit | commitdiff | tree |
2020-05-19 |
Christian Brauner | Merge pull request #3419 from brauner/2020-05-19/networ... |
commit | commitdiff | tree |
2020-05-19 |
Christian Brauner | network: use __instantiate_ns_common() in instantiate_n... 3419/head |
commit | commitdiff | tree |
2020-05-18 |
Stéphane Graber | Merge pull request #3418 from brauner/2020-05-18/androi... |
commit | commitdiff | tree |
2020-05-18 |
Christian Brauner | bionic: s/lxc_raw_execveat()/execveat()/g 3418/head |
commit | commitdiff | tree |
2020-05-18 |
Stéphane Graber | Merge pull request #3417 from brauner/2020-05-15/fixes |
commit | commitdiff | tree |
2020-05-18 |
Christian Brauner | network: fix {mac,ip,v}lan device creation 3417/head |
commit | commitdiff | tree |
2020-05-18 |
Stéphane Graber | Merge pull request #3415 from brauner/2020-05-15/fixes |
commit | commitdiff | tree |
2020-05-15 |
Christian Brauner | network: restore old behavior 3415/head |
commit | commitdiff | tree |
2020-05-15 |
Serge Hallyn | Merge pull request #3412 from brauner/2020-05-15/clone3 |
commit | commitdiff | tree |
2020-05-15 |
Christian Brauner | Merge pull request #3414 from Blub/get-cgroup-path... |
commit | commitdiff | tree |
2020-05-15 |
Wolfgang Bumiller | improve LXC_CMD_GET_CGROUP compatibility 3414/head |
commit | commitdiff | tree |
2020-05-15 |
Christian Brauner | cgroups: be less alarming when creating cgroups 3412/head |
commit | commitdiff | tree |
2020-05-15 |
Christian Brauner | process_utils: make lxc use clone3() whenever possible |
commit | commitdiff | tree |
2020-05-15 |
Christian Brauner | Merge pull request #3413 from Blub/dont-busy-loop-on... |
commit | commitdiff | tree |
2020-05-15 |
Wolfgang Bumiller | cgfsng: use EPOLLPRI when polling cgroup.events 3413/head |
commit | commitdiff | tree |
2020-05-15 |
Wolfgang Bumiller | cgfsng: deduplicate freeze code |
commit | commitdiff | tree |
2020-05-15 |
Wolfgang Bumiller | mainloop: add lxc_mainloop_add_handler_events |
commit | commitdiff | tree |
2020-05-15 |
Christian Brauner | process_utils: add clone3() support |
commit | commitdiff | tree |
2020-05-15 |
Christian Brauner | process_utils: introduce new process_utils.{c,h} |
commit | commitdiff | tree |
2020-05-15 |
Christian Brauner | syscall_numbers: add clone3() |
commit | commitdiff | tree |
2020-05-15 |
Christian Brauner | syscall_numbers: handle ia64 syscall numbers correctly |
commit | commitdiff | tree |
2020-05-14 |
Stéphane Graber | Merge pull request #3411 from brauner/master |
commit | commitdiff | tree |
2020-05-14 |
Christian Brauner | console: only create detached mount when a console... 3411/head |
commit | commitdiff | tree |
2020-05-13 |
Stéphane Graber | Merge pull request #3410 from brauner/2020-05-13/fixes |
commit | commitdiff | tree |
2020-05-13 |
Christian Brauner | log: cleanup syslog handling 3410/head |
commit | commitdiff | tree |
2020-05-13 |
Christian Brauner | start: cleanup file descriptor inheritance |
commit | commitdiff | tree |
2020-05-13 |
Christian Brauner | start: fix container reboot |
commit | commitdiff | tree |
2020-05-13 |
Christian Brauner | lxccontainer: use close_prot_errno_disarm() on state_so... |
commit | commitdiff | tree |
2020-05-13 |
Christian Brauner | start: remove unused lxc_zero_handler() |
commit | commitdiff | tree |
2020-05-13 |
Christian Brauner | lxccontainer: small cleanup to lxc_check_inherited... |
commit | commitdiff | tree |
2020-05-12 |
Stéphane Graber | Merge pull request #3408 from brauner/2020-05-11/fixes |
commit | commitdiff | tree |
2020-05-11 |
Christian Brauner | confile: fix order independence of network keys 3408/head |
commit | commitdiff | tree |
2020-05-11 |
Christian Brauner | tools/lxc-ls: shut up lgtm more |
commit | commitdiff | tree |
2020-05-07 |
Stéphane Graber | Merge pull request #3403 from brauner/2020-05-07/fixes |
commit | commitdiff | tree |
2020-05-07 |
Christian Brauner | tools/lxc-ls: shutup lgtm 3403/head |
commit | commitdiff | tree |
2020-05-07 |
Christian Brauner | yum: remove unused module |
commit | commitdiff | tree |
2020-05-07 |
Christian Brauner | tree-wide: this is all rather TODO than FIXME |
commit | commitdiff | tree |
2020-05-05 |
Stéphane Graber | Merge pull request #3399 from brauner/2020-05-09/compil... |
commit | commitdiff | tree |
2020-05-05 |
Christian Brauner | compiler: support new access attributes 3399/head |
commit | commitdiff | tree |
2020-05-05 |
Christian Brauner | gcc: add -Warray-bounds, -Wrestrict, -Wreturn-local... |
commit | commitdiff | tree |
2020-05-04 |
Stéphane Graber | Merge pull request #3398 from brauner/2020-05-04/fixes |
commit | commitdiff | tree |
next |