summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* bridge: Allow setting per-{Port, VLAN} neighbor suppression stateIdo Schimmel2023-04-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-131-2/+9
|\
| * rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi2023-04-121-2/+9
* | net: dst: Switch to rcuref_t reference countingThomas Gleixner2023-03-281-1/+1
* | rtnetlink: bridge: mcast: Relax group address validation in common codeIdo Schimmel2023-03-171-2/+3
* | rtnetlink: bridge: mcast: Move MDB handlers out of bridge driverIdo Schimmel2023-03-171-0/+217
|/
* net: bridge: Add netlink knobs for number / maximum MDB entriesPetr Machata2023-02-061-1/+1
* net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long2023-02-011-0/+33
* net: expose devlink port over rtnetlinkJiri Pirko2022-11-031-0/+39
* bridge: Add MAC Authentication Bypass (MAB) supportHans J. Schultz2022-11-031-0/+5
* rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu2022-10-311-3/+4
* rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_createHangbin Liu2022-10-311-2/+4
* rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2022-10-311-16/+19
* net: rtnetlink: Enslave device before bringing it upPhil Sutter2022-09-201-7/+7
* rtnetlink: advertise allmulti counterNicolas Dichtel2022-09-161-0/+3
* net: rtnetlink: use netif_oper_up instead of open codeJuhee Kang2022-09-011-4/+2
* net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao2022-08-151-0/+1
* net: allow gro_max_size to exceed 65536Alexander Duyck2022-05-161-8/+0
* net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-161-1/+1
* net: add IFLA_TSO_{MAX_SIZE|SEGS} attributesEric Dumazet2022-05-161-0/+6
* rtnetlink: verify rate parameters for calls to ndo_set_vf_rateBin Chen2022-05-121-10/+18
* rtnetlink: add extack support in fdb del handlersAlaa Mohamed2022-05-091-2/+2
* net: don't allow user space to lift the device limitsJakub Kicinski2022-05-061-2/+2
* rtnl: move rtnl_newlink_create()Jakub Kicinski2022-05-021-91/+86
* rtnl: split __rtnl_newlink() into two functionsJakub Kicinski2022-05-021-3/+20
* rtnl: allocate more attr tables on the heapJakub Kicinski2022-05-021-12/+18
* Revert "rtnetlink: return EINVAL when request cannot succeed"Florent Fourcot2022-04-221-1/+1
* rtnetlink: return EINVAL when request cannot succeedFlorent Fourcot2022-04-191-1/+1
* rtnetlink: return ENODEV when IFLA_ALT_IFNAME is used in dellinkFlorent Fourcot2022-04-191-1/+1
* rtnetlink: enable alt_ifname for setlink/newlinkFlorent Fourcot2022-04-191-40/+29
* rtnetlink: return ENODEV when ifname does not exist and group is givenFlorent Fourcot2022-04-191-4/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-151-0/+3
|\
| * rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS repliesPetr Machata2022-04-141-0/+3
* | net: rtnetlink: add ndm flags and state mask attributesNikolay Aleksandrov2022-04-131-0/+2
* | net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_delNikolay Aleksandrov2022-04-131-19/+48
* | net: rtnetlink: add bulk delete support flagNikolay Aleksandrov2022-04-131-0/+8
* | net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov2022-04-131-1/+1
* | net: rtnetlink: add msg kind namesNikolay Aleksandrov2022-04-131-3/+3
* | net: extract a few internals from netdevice.hJakub Kicinski2022-04-071-0/+2
* | net: ensure net_todo_list is processed quicklyJohannes Berg2022-04-051-0/+33
|/
* net: limit altnames to 64k totalJakub Kicinski2022-03-101-0/+11
* net: account alternate interface name memoryJakub Kicinski2022-03-101-1/+1
* net: rtnetlink: fix error handling in rtnl_fill_statsinfo()Tom Rix2022-03-071-1/+1
* net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATSPetr Machata2022-03-031-17/+58
* net: rtnetlink: Add RTM_SETSTATSPetr Machata2022-03-031-0/+66
* net: rtnetlink: Add UAPI for obtaining L3 offload xstatsPetr Machata2022-03-031-0/+170
* net: rtnetlink: rtnl_fill_statsinfo(): Permit non-EMSGSIZE error returnsPetr Machata2022-03-031-6/+16
* net: rtnetlink: Propagate extack to rtnl_offload_xstats_fill()Petr Machata2022-03-031-5/+8
* net: rtnetlink: RTM_GETSTATS: Allow filtering inside nestsPetr Machata2022-03-031-23/+118
* net: rtnetlink: Stop assuming that IFLA_OFFLOAD_XSTATS_* are dev-backedPetr Machata2022-03-031-50/+47