chiark / gitweb /
treewide: no need to negate errno for log_*_errno()
[elogind.git] / src / udev / net / link-config.c
2014-11-28 Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28 Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-11-07 Lennart Poetteringutil: simplify proc_cmdline() to reuse get_process_cmdl...
2014-11-06 Harald Hoyers/commandline/command line/g
2014-09-18 Emil Renner Berthingudev: link-config: remove unneded linux/netdevice.h...
2014-09-09 Tom Gundersenudev: net_setup_link - open ethtool and rtnl connection...
2014-09-08 Tom Gundersenudev: link-config - only set *name on success
2014-08-13 Tom Gundersenudev: link-config - fix crash due to missing hwaddr
2014-08-12 Tom Gundersennetworkd: link - split out dhcp4 handling
2014-08-12 Tom Gundersenudev: link-config - fix naming policy
2014-08-12 Tom Gundersenudev: link-config - whitespace
2014-08-08 Tom Gundersenudev: link_setup - respect kernel name assign policy
2014-07-31 Zbigniew Jędrzejew... Reject invalid quoted strings
2014-07-16 Zbigniew Jędrzejew... Be more careful when checking for empty files
2014-07-16 Zbigniew Jędrzejew... Let config_parse open file where applicable
2014-07-16 Zbigniew Jędrzejew... Constify ConfigTableItem tables
2014-07-07 Tom Gundersenudev: link_config - ignore errors due to missing MAC...
2014-07-03 Tom Gundersenudev: net_setup_link - add a bit more logging
2014-06-13 Andreas Henrikssonudev: fix invalid free() in enable_name_policy()
2014-06-04 Tom Gundersenudev: link-config - fix mem leak
2014-04-20 Thomas Hindoe Paab... silence warnings
2014-04-20 Tom Gundersenudev: link-config - treat any non-random mac address...
2014-04-19 Tom Gundersennetwork: implement masking of .link, .network and ...
2014-04-19 Tom Gundersennetworkd: tie links to rtnl rather than udev
2014-04-05 Zbigniew Jędrzejew... Fix a few return codes in error paths
2014-03-21 Tom Gundersenlibsystemd-network: move network-utils from src/shared
2014-03-21 Umut Tezduyar Lindskogsd-ipv4ll/networkd: generate predictable addresses
2014-03-18 Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-07 Daniel MackMake tables for DEFINE_STRING_TABLE_LOOKUP consistent
2014-02-22 Tom Gundersenudev: net - allow MTU and Speed to be specified with...
2014-02-21 Tom Gundersennet-util: match on the driver as exposed by ethtool...
2014-02-21 Tom Gundersenudev - link-setup - expose ID_NET_DRIVER
2014-02-21 Tom Gundersen.network/.netdev/.link: allow to match on architecture
2014-02-20 Tom Gundersennetwork/link: Match - filter on kernel cmdline, host...
2014-02-19 Lennart Poetteringapi: in constructor function calls, always put the...
2014-02-19 Tom Gundersenudev: net-config - allow interface names to be set...
2014-02-18 Tom Gundersennet-match: fix Driver= match
2014-01-09 Zbigniew Jędrzejew... No need to canonicalize fixed paths
2013-12-24 Lennart Poetteringlog: log_error() and friends add a newline after each...
2013-12-22 Lennart Poetteringshared: switch our hash table implementation over to...
2013-12-17 Thomas Hindoe Paab... udev link-config: add asserts to silence scan-build
2013-12-15 Zbigniew Jędrzejew... Fix a few resource leaks in error paths
2013-12-03 Thomas Hindoe Paab... trivial coding style clean ups
2013-11-28 Tom GundersenRevert "link-config: match length for kernel commandlin...
2013-11-25 Tom Gundersenudev: net_setup_link - don't use Description as Alias
2013-11-08 Dave Reisnerlink-config: Fix typo in log_warning
2013-11-08 Dave Reisnerlink-config: match length for kernel commandline option
2013-11-06 Lennart Poetteringutil: unify reading of /proc/cmdline
2013-11-05 Tom Gundersennet-util: don't use libudev
2013-11-04 Tom Gundersennet-config: start split out matching and parsing logic
2013-10-30 Dave Reisnerlink-config: support --enable-split-usr
2013-10-30 Tom Gundersenudev: config-link - one less log_info
2013-10-30 Tom Gundersenudev: link-config - less verbose logging
2013-10-30 Tom Gundersenudev: link-config - let udevd set the ifname
2013-10-29 Tom Gundersenrtnl: move set_link_properties to rtnl-utils
2013-10-29 Tom Gundersenudev: link-config - split connection to sockets from...
2013-10-29 Tom Gundersenrtnl: introduce default timeout
2013-10-29 Tom Gundersenudev: link-config - use safe_atou instead of strtoul
2013-10-29 Tom Gundersenudev: link-config - use proper return values
2013-10-29 Tom Gundersenudev: link-config - use _cleanup_ macro locally
2013-10-29 Tom Gundersenpath_check_timestamp: only keep the most recent timestamp
2013-10-29 Tom Gundersenudev: link-config - add proper parsing
2013-10-29 Tom Gundersennetwork: move configuration to /etc/systemd/network
2013-10-28 Tom Gundersenudev: link-config - add mac address policy
2013-10-28 Tom Gundersenudev: link-config - move naming policy from udev rules
2013-10-27 Tom Gundersenudev: link-config - sanity check the ifname and mac...
2013-10-27 Tom Gundersenudev: link-config: add rtnl support
2013-10-26 Tom Gundersenudev: link-config: add ethtool support
2013-10-26 Tom Gundersenudev: add network link configuration tool