summaryrefslogtreecommitdiff
path: root/accel-pppd/libnetlink/iputils.c
AgeCommit message (Expand)Author
2023-06-26libnetlink: fix a crash with a non vlan interfacePhilippe Guibert
2022-11-01Use 64-bit interface statistics rather than doing custom 32-bit overflow hand...Stephan Brunner
2018-12-20iputils: remove unnecessary NLM_F_ACKGuillaume Nault
2018-12-20iputils: remove NLM_F_CREATE flag from ip6{route,addr}_del()Guillaume Nault
2018-12-20iputils: always set scope to RT_SCOPE_UNIVERSE in ip6route_{add,del}()Guillaume Nault
2018-12-20iputils: set scope depending on gateway in iproute_{add,del}()Guillaume Nault
2018-12-20iputils: add 'src' and 'gw' parameters to iproute_del()Guillaume Nault
2018-12-04libnetlink: add gateway and priority parameters to ip6route_*()Guillaume Nault
2018-05-25ifcfg: assign p-t-p address if mask=32 and regular address in other casesDmitry Kozlov
2018-05-25ifcfg: assign address using ipaddr_add_peer instead SIOCSIFADDR/SIOCSIFDSTADDRDmitry Kozlov
2018-02-21radius: add support for route priority (metric) in Framed-RouteGuillaume Nault
2018-01-13ipv6: fix host scope routesVladislav Grishenko
2017-12-25libnetlink: added ip6addr_add_peer functionDmitry Kozlov
2017-09-25libnetlink: added function iplink_set_mtuDmitry Kozlov
2016-12-08ipoe: fixed nat supportDmitry Kozlov
2016-11-12ipoe: add support for peer-to-peer client interfacesMichael Furmur
2016-07-11implemented support for network namespaceDmitry Kozlov
2016-04-12ipv6: remove ipv6 address and routes on session terminationDmitry Kozlov
2016-04-05iputils: check for IFLA_INFO_KIND presenceDmitry Kozlov
2016-04-04ipoe,pppoe,vlan_mon: deleted conditions to simultaneous start ipoe and pppoe ...Dmitry Kozlov
2016-01-03iputils: improved iproute_add and iproute_del functionsDmitry Kozlov
2015-12-25accel-dp: formed skeletonDmitry Kozlov
2015-11-18ipoe: for vlan name pattern implemented %P argument - VID of parent interfaceDmitry Kozlov
2014-12-01ipv6: if assigned prefix is <= 64 add it as address else add it as routeDmitry Kozlov
2014-10-28libnetlink: fixed bug introduced by previous commitDmitry Kozlov
2014-10-27ipoe: implemented handling relayed DHCP clientsDmitry Kozlov
2014-07-18ipv6: add support for prefixes greater than 64Dmitry Kozlov
2014-05-26ipoe: introduced "ip-unnumbered" optionDmitry Kozlov
2014-01-19increase size of buffer for netlink messagesDmitry Kozlov
2013-10-30ipoe: implemented source/local address detection for up sessionsDmitry Kozlov
2013-09-01ipoe: implemented vlan monitorDmitry Kozlov
2013-08-31ipoe: fixed race during receiving relay replyDmitry Kozlov
2013-07-26ipoe: fixed route deletion (pass proper proto)Kozlov Dmitry
2013-06-13ipoe: introduced 'proto' option that will be used for inserted routesDmitry Kozlov
2013-01-26ipoe: various fixesKozlov Dmitry
2012-09-05generalize interface statistics gatheringKozlov Dmitry