netifd: Add igmpversion config support
[project/netifd.git] / system.h
2014-12-08 Hans Dedeckernetifd: Add igmpversion config support
2014-11-19 Hans Dedeckernetifd: Add rpfilter config support
2014-11-19 Hans Dedeckernetifd: Fix device ifindex overwrite when processing...
2014-09-29 Hans Dedeckernetifd: GRE Tos support
2014-07-30 Hans Dedeckernetifd: GRE tunnel support
2014-06-20 Steven Barthsystem: fix treatment of RT_TABLE_MAIN
2014-06-18 Hans Dedeckernetifd: Route type support
2014-06-11 Gioacchino MazzurcoAdd vlan 802.1q/802.1ad support as netifd devices
2014-05-21 Steven BarthRewrite ipip6-tunnel setup to use netlink and add suppo...
2014-03-11 Hans Dedeckernetifd: Fix bridge MTU setting when a bridge member...
2013-12-08 Hans DedeckerTunnel don't fragment bit configurable
2013-12-08 Hans Dedeckernetifd: Apply tunnel MTU
2013-10-03 Felix Fietkaudevice: add macvlan support
2013-07-13 Luka Perkovbridge: add bridge_empty option which allows creation...
2013-06-10 Felix Fietkauconfig: use the new uci_blob library code
2013-05-13 Steven BarthAdd support for IP in IPv6 tunnels (DS-Lite)
2013-04-23 Jo-Philipp Wichset default bridge priority to 0x7FFF
2013-04-23 Niels Boehmadd bridge priority option
2013-04-04 Jo-Philipp WichAdd support for ip rules
2013-04-04 Jo-Philipp WichImplement support for route / route6 table attribute
2013-01-15 Steven BarthInitial IPv6 prefix support
2012-10-29 Felix Fietkauuse FD_CLOEXEC instead of tracking lists of fds
2012-09-06 Felix Fietkauclean up and fix system-dummy addr/route messages
2012-07-12 Felix Fietkauexpose system_if_apply_settings, make it ignore the...
2012-06-18 Stéphan KochenAdd 6rd options to tunnel spec.
2012-06-14 Felix Fietkauignore mac80211 devices specified in /etc/config/network
2012-05-04 Felix Fietkauadd copyright headers
2012-03-14 Felix Fietkausystem-linux: add functions for adding/removing ip...
2012-01-19 Felix Fietkauexport carrier status in device stats
2011-10-26 Felix Fietkaurecognize stacked interfaces (e.g. dsa) and handle...
2011-10-18 Felix Fietkauset the igmp snooping option for bridges
2011-10-14 Felix Fietkauflush routes after bringing up/down an interface
2011-10-11 Felix Fietkauimplement a new ubus object "network.device", add a...
2011-10-10 Felix Fietkauadd interface uptime to the status info
2011-10-09 Felix Fietkaufix clearing device state, trigger it on device_init()
2011-10-09 Felix Fietkauadd more options for bridges, enable stp by default...
2011-09-23 Steven Barthadd a system_init function for system control
2011-09-05 Felix Fietkaumove ip related functions and data structures to a...
2011-05-02 Felix Fietkauadd routes/gateway support
2011-05-02 Felix Fietkaumove interface address handling to the device module...
2011-04-13 Felix Fietkauadd functions for setting v4 addresses
2011-03-27 Felix FietkauInitial import