Age | Commit message (Expand) | Author |
2016-08-23 | core,network: Use const qualifiers for block-local variables in macro functio... | Felipe Sateler |
2016-08-21 | networkd: fix typo (#4013) | Zbigniew Jędrzejewski-Szmek |
2016-08-21 | networkd: limit the number of routes to the kernel limit (#4007) | Zbigniew Jędrzejewski-Szmek |
2016-08-18 | networkd: use RT_TABLE_MAIN by default | Michael Chapman |
2016-08-18 | networkd: do not touch link_messages when expiring routes | Michael Chapman |
2016-08-16 | networkd: avoid NULL pointer dereference in route_add | Michael Chapman |
2016-08-07 | networkd: remove duplicate call to manager_dirty (#3917) | Susant Sahani |
2016-08-06 | networkd: add support to set STP (#3903) | Susant Sahani |
2016-08-05 | networkd: do not set NOARP unconditionally (#3891) | Zbigniew Jędrzejewski-Szmek |
2016-08-04 | networkd: apply bridge vlan configuration correct | Tobias Jungel |
2016-08-04 | networkd: add support to configure NOARP/ARP for interface (#3854) | Susant Sahani |
2016-08-04 | networkd: remove route if carrier is lost (#3831) | Susant Sahani |
2016-07-31 | Add enable_disable() helper | Zbigniew Jędrzejewski-Szmek |
2016-07-18 | network: fix indentation | Thomas Hindoe Paaboel Andersen |
2016-07-15 | networkd: fix for 3692 (#3699) | Susant Sahani |
2016-07-14 | network-ndisc: avoid VLAs (#3725) | Daniel Mack |
2016-07-12 | Various fixes for typos found by lintian (#3705) | Michael Biebl |
2016-07-11 | treewide: fix typos and remove accidental repetition of words | Torstein Husebø |
2016-06-26 | networkd: use strv_fnmatch() (#3605) | 0xAX |
2016-06-21 | tree-wide: some work-arounds for gcc false positives regarding uninitialized ... | Lennart Poettering |
2016-06-21 | networkd: fix bad memory access when parsing DNSSECNegativeTrustAnchors= | Lennart Poettering |
2016-06-16 | networkd: vrf: add support for enslaving devices to VRFs | Andreas Rammhold |
2016-06-16 | networkd: added support for vrf interfaces (#3316) | Andreas Rammhold |
2016-06-15 | tree-wide: htonl() is weird, let's use htobe32() instead (#3538) | Lennart Poettering |
2016-06-14 | networkd: Tunnel add support to configure key for VTI/VTI6 (#3532) | Susant Sahani |
2016-06-13 | networkd: fix NULL pointer (#3523) | Susant Sahani |
2016-06-13 | networkd: route priority replace parsing config_parse_uint32 with safe_atou32... | Susant Sahani |
2016-06-12 | networkd: more vlan cleanup (#3506) | Tobias Jungel |
2016-06-12 | networkd: cleanup of bridge vlan code (#3505) | Tobias Jungel |
2016-06-10 | networkd: fix bad memory access for routes that are note attached to a link y... | Lennart Poettering |
2016-06-10 | Merge pull request #3428 from toanju/networkd/brvlan | Lennart Poettering |
2016-06-10 | networkd: fix dbus matchmac interface (#3485) | Andrew Jeddeloh |
2016-06-10 | networkd: add support to configure VLAN on bridge ports | Tobias Jungel |
2016-06-09 | networkd-link: parse linkinfo to get kind | Tobias Jungel |
2016-06-09 | Merge pull request #3456 from poettering/ipv6-ra-rename | Tom Gundersen |
2016-06-09 | networkd: clean up vlan handling a bit (#3478) | Lennart Poettering |
2016-06-08 | Merge pull request #3431 from poettering/network-fixes | Tom Gundersen |
2016-06-07 | networkd: rename IPv6AcceptRouterAdvertisements to IPv6AcceptRA | Lennart Poettering |
2016-06-06 | network: beef up ipv6 RA support considerably | Lennart Poettering |
2016-06-06 | lldp: add proper ref counting to sd_lldp object and a separate call for setti... | Lennart Poettering |
2016-06-06 | networkd: remove unused variable (#3447) | Tobias Jungel |
2016-06-04 | networkd-link: fix handler typo for route_remove() (#3433) | tomty89 |
2016-06-03 | networkd: constify more things | Lennart Poettering |
2016-06-03 | networkd: also enforce limit on total number of address/routes | Lennart Poettering |
2016-06-03 | networkd: drop weird "const" usage in function parameters | Lennart Poettering |
2016-06-03 | networkd: enforce a limit on the number of statically assigned addresses/rout... | Lennart Poettering |
2016-06-02 | networkd-ndisc: do not start DHCPv6 when after NDISC timeout | Tom Yan |
2016-06-01 | networkd-dhcp6: generalize DHCPv6 client (re)starting | Tom Yan |
2016-05-30 | networkd: bridge add support to configure VLAN filtering (#3344) | Tobias Jungel |
2016-05-29 | Merge pull request #3378 from keszybz/unit-write-drop-in-newline-removal | Lennart Poettering |