Commit History

作者 SHA1 備註 提交日期
  Felix Fietkau 87648299f8 system-linux: add functions for adding/removing ip tunnels (currently only sit supported) 12 年之前
  Felix Fietkau 73cb255e78 make route metrics default to 0 12 年之前
  Felix Fietkau 414195df0b system-linux: ignore errors in system_bridge_addif if the interface is already in the specified bridge 12 年之前
  Felix Fietkau 7622440f6d fix mac address handling 12 年之前
  Felix Fietkau 73a32ab092 move broadcast address handling to the core 12 年之前
  Felix Fietkau 22cdb6d1f3 system-linux: fix the default broadcast address for v4 12 年之前
  Felix Fietkau 58d36928da remove device_{route,addr}->device 12 年之前
  Felix Fietkau 13490ce99a set route metrics using netlink 12 年之前
  Felix Fietkau ccac483fb6 remove flags for device settings that could not be applied successfully 12 年之前
  Felix Fietkau 1466967ffa show mtu, macaddr and txqueuelen from cached device settings 12 年之前
  Felix Fietkau 677f975452 save and restore previous device settings when overriding them via config 12 年之前
  Felix Fietkau 91fa29a0d1 move device settings to a separate struct 12 年之前
  Felix Fietkau c85a502081 query available/used device speeds via ethtool 12 年之前
  Felix Fietkau b8f0ce8319 add mac address to device info 13 年之前
  Felix Fietkau fcbec58e14 export carrier status in device stats 13 年之前
  Jens Muecke 6803aef644 Add time.h include 13 年之前
  Felix Fietkau 10741b4974 recognize stacked interfaces (e.g. dsa) and handle their dependencies 13 年之前
  Felix Fietkau a2f762e2e1 fix system_if_check 13 年之前
  Felix Fietkau 7af8f13d78 parse kobject uevent messages for figuring out when network devices appear, RTM_NEWLINK is unreliable for some virtual devices, e.g. tap 13 年之前
  Felix Fietkau e284f0d534 add a function for creating a raw event socket that does not use genl or rtnl 13 年之前
  Felix Fietkau e19e9800b9 remove some more code duplication 13 年之前
  Felix Fietkau ec286d44aa move code for creating an event socket to a function 13 年之前
  Felix Fietkau 37d529a958 move all variables belonging to the netlink event socket to a common data structure 13 年之前
  Felix Fietkau d0867eeb95 drop the cleanup path in system_init, since system_init failures are fatal anyway 13 年之前
  Felix Fietkau 268149290f reduce stack usage 13 年之前
  Felix Fietkau fb0e413807 do not clear device state for devices created by proto-up with address-external set 13 年之前
  Felix Fietkau 33a44b9c7d rework route handling, move parser code to interface-ip.c, add extra options and add further support for pulling routes from config 13 年之前
  Felix Fietkau beecba5195 apply low level device settings 13 年之前
  Felix Fietkau 8c6361136d set the igmp snooping option for bridges 13 年之前
  Felix Fietkau 53f8ed2cdc disable ipv6 for bridge member interfaces 13 年之前