proto: allow dumping protocol handlers without config_params
[project/netifd.git] / system.h
2017-08-29 Hans Dedeckersystem-linux: parse map-e fmrs parameters as nested...
2017-08-21 Hans Dedeckersystem: remove unused 6rd tunnel attributes
2017-06-26 Rosen Penevnetifd: Fix printf calls + function declarations.
2017-05-22 Hans Dedeckersystem-linux: parse 6rd specific settings as nested...
2017-03-21 Hans Dedeckersystem-linux: parse vti specific settings as nested...
2017-03-21 Hans Dedeckersystem-linux: parse gre specific settings as nested...
2017-03-07 Matthias Schiffersystem-linux: add VXLAN support
2017-02-11 Matthias Schifferdevice: add veth support
2017-01-31 Hans Dedeckertreewide: fix white space errors
2017-01-25 Hans Dedeckerinterface-ip: route proto config support (FS#170)
2016-03-07 Linus Lüssingbridge: multicast: Export some parameters RFCs suggest...
2016-01-09 Felix Fietkausystem: mark tunnel_attr_list as extern
2015-11-17 Felix Fietkaudevice: fetch settings from external devices to make...
2015-05-27 Linus Lüssingbridge: allow setting hash_max value
2015-05-23 Yousong Zhousystem: fix typo in returning address length.
2015-03-23 Matthias Schifferbridge: allow enabling or disabling the multicast queri...
2014-12-23 Steven Barthnetifd: Add mldversion config support
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