index
:
delta/openwrt/netifd.git
baserock/fix-build
master
openwrt-18.06
openwrt-19.07
openwrt-21.02
staging/stintel/ifnamsiz
staging/ynezz/fixes-bridge-inspect
git.openwrt.org: project/netifd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system-linux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bridge: enable multicast querier functionality by default
Felix Fietkau
2014-07-24
1
-0
/
+3
*
bridge: enable multicast_to_unicast on all wireless bridge ports
Felix Fietkau
2014-06-29
1
-3
/
+15
*
system: fix treatment of RT_TABLE_MAIN
Steven Barth
2014-06-20
1
-4
/
+5
*
linux: unify functions to delete links
Steven Barth
2014-06-18
1
-24
/
+8
*
netifd: Route type support
Hans Dedecker
2014-06-18
1
-39
/
+64
*
netifd: Fix ipip6 tunnel memleak in case of tunnel creation failure
Hans Dedecker
2014-06-18
1
-10
/
+34
*
netifd: Fix macvlan delete via netlink
Hans Dedecker
2014-06-18
1
-10
/
+9
*
netifd: Fix vlan delete via netlink
Hans Dedecker
2014-06-18
1
-11
/
+9
*
Add vlan 802.1q/802.1ad support as netifd devices
Gioacchino Mazzurco
2014-06-11
1
-0
/
+77
*
Add support for onlink-flags for IPv4 routes
Steven Barth
2014-06-10
1
-0
/
+1
*
Rewrite ipip6-tunnel setup to use netlink and add support for FMRs
Steven Barth
2014-05-21
1
-15
/
+75
*
system-linux: always set the ifindex for hotplug devices on init
Felix Fietkau
2014-05-10
1
-4
/
+1
*
netifd: Effectively apply configured route mtu
Hans Dedecker
2014-05-09
1
-0
/
+15
*
netifd: Add interface config support to enable/disable IPv6 in the kernel per...
Hans Dedecker
2014-04-26
1
-2
/
+42
*
netifd: Fix bridge MTU setting when a bridge member is added
Hans Dedecker
2014-03-11
1
-6
/
+9
*
netifd: Link layer state awareness support on device level
Hans Dedecker
2014-02-27
1
-23
/
+131
*
Work around warn_unused_result in recent gcc/libc
Steven Barth
2014-02-16
1
-2
/
+2
*
netifd : Disable netlink auto ack
Hans Dedecker
2014-02-14
1
-2
/
+3
*
Revert "netifd: Link layer state support on device level"
Felix Fietkau
2013-12-14
1
-96
/
+21
*
IPv6: Remove IPv6 source-routing workaround (kernel is fixed)
Steven Barth
2013-12-11
1
-0
/
+4
*
netifd: Link layer state support on device level
Hans Dedecker
2013-12-08
1
-21
/
+96
*
Tunnel don't fragment bit configurable
Hans Dedecker
2013-12-08
1
-4
/
+6
*
netifd: Apply tunnel MTU
Hans Dedecker
2013-12-08
1
-2
/
+5
*
utils: add a function for checking if a process given by pid is still alive
Felix Fietkau
2013-10-22
1
-1
/
+0
*
device: add macvlan support
Felix Fietkau
2013-10-03
1
-0
/
+88
*
IPv6: Improve source-routing policies
Steven Barth
2013-06-03
1
-0
/
+6
*
IPv6: fix address-lifetime overflows on 64-bit architectures
Steven Barth
2013-05-28
1
-2
/
+6
*
Move iprule flushing to the init function to make the timing predictable
Jo-Philipp Wich
2013-05-27
1
-9
/
+0
*
Move initial iprule flushing to system_add_iprule() to not collide with gener...
Jo-Philipp Wich
2013-05-27
1
-0
/
+9
*
Use logical instead of physical name for tunnel underlying link.
Steven Barth
2013-05-13
1
-3
/
+8
*
Add support for IP in IPv6 tunnels (DS-Lite)
Steven Barth
2013-05-13
1
-60
/
+66
*
IPv6: Use source-routing to allow multi-wan
Steven Barth
2013-05-11
1
-1
/
+2
*
set default bridge priority to 0x7FFF
Jo-Philipp Wich
2013-04-23
1
-5
/
+3
*
add bridge priority option
Niels Boehm
2013-04-23
1
-0
/
+6
*
Maintain config order of ip rules unless user explicitely provides priority
Jo-Philipp Wich
2013-04-05
1
-0
/
+2
*
Add myself to header for IPv6 work
Steven Barth
2013-04-05
1
-0
/
+1
*
Add support for ip rules
Jo-Philipp Wich
2013-04-04
1
-4
/
+190
*
Implement support for route / route6 table attribute
Jo-Philipp Wich
2013-04-04
1
-1
/
+56
*
Initial IPv6 prefix support
Steven Barth
2013-01-15
1
-4
/
+61
*
system-linux.c: use uin64_t datatype to read and store interface statistics, ...
Jo-Philipp Wich
2013-01-13
1
-7
/
+9
*
system-linux: do not delete kernel-generated ipv6 routes to fix using adverti...
Felix Fietkau
2012-09-29
1
-0
/
+5
*
system-linux.c: install user routes with RTPROT_STATIC instead of RTPROT_BOOT...
Jo-Philipp Wich
2012-08-11
1
-1
/
+1
*
expose system_if_apply_settings, make it ignore the mac address for external ...
Felix Fietkau
2012-07-12
1
-2
/
+2
*
system-linux.c: fix sysctl setting
Jo-Philipp Wich
2012-07-11
1
-1
/
+1
*
avoid setting device presence for wifi interfaces via hotplug messages
Felix Fietkau
2012-07-05
1
-0
/
+3
*
zero-initialize the ifreq when adding/removing bridge member interfaces
Felix Fietkau
2012-07-05
1
-0
/
+2
*
zero-initialize the ifreq when setting interfaces up or down
Felix Fietkau
2012-07-05
1
-0
/
+2
*
add a #ifdef around the 6rd code to make it compile with older kernels that d...
Felix Fietkau
2012-06-21
1
-0
/
+2
*
Add 6rd options to tunnel spec.
Stéphan Kochen
2012-06-18
1
-6
/
+34
*
ignore mac80211 devices specified in /etc/config/network
Felix Fietkau
2012-06-14
1
-0
/
+10
[next]