aboutsummaryrefslogtreecommitdiffstats
path: root/netlink
AgeCommit message (Expand)AuthorFilesLines
2020-10-21netlink: add message descriptions for pause statsHEADnextmasterMichal Kubecek1-0/+7
2020-10-21netlink: add descriptions for genetlink policy dumpsMichal Kubecek1-0/+57
2020-10-21netlink: support 64-bit attribute types in pretty printed messagesMichal Kubecek2-0/+16
2020-10-21netlink: support u32 enumerated types in pretty printingMichal Kubecek2-2/+25
2020-10-19pause: add support for dumping statisticsJakub Kicinski1-1/+66
2020-10-19netlink: use policy dumping to check if stats flag is supportedJakub Kicinski3-0/+164
2020-10-19netlink: prepare for more per-op infoJakub Kicinski2-13/+18
2020-10-19pause: add --json supportJakub Kicinski3-20/+51
2020-10-15netlink: fix allocation failure handling in dump_features()Michal Kubecek1-4/+1
2020-09-28netlink: add tunnel offload format descriptionsMichal Kubecek1-0/+26
2020-09-28add 100baseFX modes to link mode tablesMichal Kubecek1-0/+2
2020-09-28netlink: fix copy-paste error in rtm_link_summary()Ivan Vecera1-1/+1
2020-09-28netlink: fix memory leakIvan Vecera1-1/+3
2020-09-16update link mode tablesMichal Kubecek1-0/+15
2020-09-16netlink: mark unused function parameters of non-netlink stubsMichal Kubecek1-3/+4
2020-09-16tunnels: implement new --show-tunnels commandJakub Kicinski2-0/+238
2020-08-27Merge branch 'warn-5.9-v2' into masterMichal Kubecek6-161/+97
2020-08-27settings: simplify link_mode_info[] initializersMichal Kubecek1-150/+86
2020-08-27netlink: get rid of signed/unsigned comparison warningsMichal Kubecek6-11/+11
2020-08-27netlink: Print and return an error when features weren't changedMaxim Mikityanskiy1-1/+10
2020-08-23cable-test: TDR Amplitude is signedAndrew Lunn1-1/+1
2020-08-23netlink: Fix the condition for displaying actual changesMaxim Mikityanskiy1-1/+1
2020-08-04settings: clean up unused function parametersMichal Kubecek1-4/+4
2020-08-04Merge branch 'next' into masterMichal Kubecek2-1/+148
2020-08-04netlink: mark unused parameters of parser callbacksMichal Kubecek1-12/+16
2020-08-04netlink: mark unused parameters of bitset walker callbacksMichal Kubecek4-6/+10
2020-08-04netlink: mark unused callback parameterMichal Kubecek1-1/+1
2020-08-04cable_test: clean up unused parametersMichal Kubecek1-13/+8
2020-07-30ethtool: use "Not reported" when no FEC modes are providedJacob Keller1-1/+1
2020-07-30ethtool: fix netlink bitmasks when sent as NOMASKJacob Keller2-4/+24
2020-07-19Fix segfault with cable test and ./configure --disable-netlinkAndrew Lunn1-0/+6
2020-07-06netlink: settings: expand linkstate_reply_cb() to support link extended stateAmit Cohen1-1/+146
2020-07-06netlink: desc-ethtool.c: Add descriptions of extended state attributesAmit Cohen1-0/+2
2020-07-06netlink: add cable test message format descriptionMichal Kubecek1-0/+82
2020-07-05Add --json command line argument parsingAndrew Lunn1-28/+64
2020-07-05Add cable test TDR supportAndrew Lunn6-0/+354
2020-07-05Add cable test supportAndrew Lunn4-0/+278
2020-06-12netlink: add LINKSTATE SQI supportOleksij Rempel2-0/+18
2020-06-12netlink: add master/slave configuration supportOleksij Rempel2-0/+52
2020-06-12netlink: fix error message suppressionMichal Kubecek1-2/+2
2020-06-07netlink: fix unwanted switch fall through in family_info_cb()Michal Kubecek1-0/+1
2020-06-07netlink: add netlink handler for tsinfo (-T)Michal Kubecek2-0/+126
2020-06-07netlink: add netlink handler for seee (--set-eee)Michal Kubecek2-1/+84
2020-06-07netlink: add netlink handler for geee (--show-eee)Michal Kubecek5-14/+136
2020-06-07netlink: add netlink handler for spause (-A)Michal Kubecek2-1/+67
2020-06-07netlink: add netlink handler for gpause (-a)Michal Kubecek4-0/+174
2020-06-07netlink: add netlink handler for scoalesce (-C)Michal Kubecek2-1/+181
2020-06-07netlink: add netlink handler for gcoalesce (-c)Michal Kubecek4-0/+110
2020-06-07netlink: add netlink handler for schannels (-L)Michal Kubecek2-1/+73
2020-06-07netlink: add netlink handler for gchannels (-l)Michal Kubecek4-0/+82
2020-06-07netlink: add netlink handler for sring (-G)Michal Kubecek2-1/+73
2020-06-07netlink: add netlink handler for gring (-g)Michal Kubecek4-0/+94
2020-06-07netlink: add netlink handler for sprivflags (--set-priv-flags)Michal Kubecek2-1/+52
2020-06-07netlink: add netlink handler for gprivflags (--show-priv-flags)Michal Kubecek4-0/+120
2020-06-07netlink: add netlink handler for sfeatures (-K)Michal Kubecek4-5/+306
2020-06-07netlink: add netlink handler for gfeatures (-k)Michal Kubecek6-0/+271
2020-06-07netlink: add more ethtool netlink message format descriptionsMichal Kubecek1-0/+127
2020-06-07netlink: fix msgbuff_append() helperMichal Kubecek1-0/+1
2020-06-07netlink: fix nest type grouping in parserMichal Kubecek1-4/+4
2020-06-07netlink: fix build warningsMichal Kubecek2-2/+2
2020-05-13netlink: show netlink error even without extackMichal Kubecek1-20/+17
2020-05-13netlink: use genetlink ops information to decide about fallbackMichal Kubecek4-28/+129
2020-05-13refactor interface between ioctl and netlink codeMichal Kubecek4-9/+80
2020-05-13ethtool: Add support for Low Latency Reed SolomonAya Levin1-0/+2
2020-05-13Rewrite printf() due to -Werror=format-securityRobert Scheck1-1/+1
2020-03-13netlink: use pretty printing for ethtool netlink messagesMichal Kubecek1-16/+55
2020-03-13netlink: message format descriptions for rtnetlinkMichal Kubecek3-0/+146
2020-03-13netlink: message format descriptions for genetlink controlMichal Kubecek2-0/+59
2020-03-13netlink: message format description for ethtool netlinkMichal Kubecek2-0/+146
2020-03-13netlink: support for pretty printing netlink messagesMichal Kubecek2-0/+295
2020-03-13netlink: add handler for permaddr (-P)Michal Kubecek3-0/+124
2020-03-13netlink: support tests with netlink enabledMichal Kubecek2-0/+9
2020-03-13netlink: add netlink handler for sset (-s)Michal Kubecek2-0/+195
2020-03-13netlink: add bitset command line parser handlersMichal Kubecek2-0/+464
2020-03-13netlink: add basic command line parsing helpersMichal Kubecek3-0/+742
2020-03-13netlink: support getting wake-on-lan and debugging settingsMichal Kubecek3-0/+133
2020-03-13netlink: partial netlink handler for gset (no option)Michal Kubecek4-0/+670
2020-03-13netlink: add bitset helpersMichal Kubecek2-0/+244
2020-03-13netlink: add notification monitorMichal Kubecek4-0/+218
2020-03-13netlink: add support for string setsMichal Kubecek4-0/+382
2020-03-13netlink: initialize ethtool netlink socketMichal Kubecek2-1/+104
2020-03-13netlink: netlink socket wrapper and helpersMichal Kubecek4-0/+448
2020-03-13netlink: message buffer and composition helpersMichal Kubecek3-0/+373
2020-03-13netlink: introduce the netlink interfaceMichal Kubecek3-0/+93