summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2023-02-01net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long
2022-11-03net: expose devlink port over rtnetlinkJiri Pirko
2022-11-03bridge: Add MAC Authentication Bypass (MAB) supportHans J. Schultz
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_createHangbin Liu
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2022-09-20net: rtnetlink: Enslave device before bringing it upPhil Sutter
2022-09-16rtnetlink: advertise allmulti counterNicolas Dichtel
2022-09-01net: rtnetlink: use netif_oper_up instead of open codeJuhee Kang
2022-08-15net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2022-05-16net: add IFLA_TSO_{MAX_SIZE|SEGS} attributesEric Dumazet
2022-05-12rtnetlink: verify rate parameters for calls to ndo_set_vf_rateBin Chen
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed
2022-05-06net: don't allow user space to lift the device limitsJakub Kicinski
2022-05-02rtnl: move rtnl_newlink_create()Jakub Kicinski
2022-05-02rtnl: split __rtnl_newlink() into two functionsJakub Kicinski
2022-05-02rtnl: allocate more attr tables on the heapJakub Kicinski
2022-04-22Revert "rtnetlink: return EINVAL when request cannot succeed"Florent Fourcot
2022-04-19rtnetlink: return EINVAL when request cannot succeedFlorent Fourcot
2022-04-19rtnetlink: return ENODEV when IFLA_ALT_IFNAME is used in dellinkFlorent Fourcot
2022-04-19rtnetlink: enable alt_ifname for setlink/newlinkFlorent Fourcot
2022-04-19rtnetlink: return ENODEV when ifname does not exist and group is givenFlorent Fourcot
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-14rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS repliesPetr Machata
2022-04-13net: rtnetlink: add ndm flags and state mask attributesNikolay Aleksandrov
2022-04-13net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_delNikolay Aleksandrov
2022-04-13net: rtnetlink: add bulk delete support flagNikolay Aleksandrov
2022-04-13net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov
2022-04-13net: rtnetlink: add msg kind namesNikolay Aleksandrov
2022-04-07net: extract a few internals from netdevice.hJakub Kicinski
2022-04-05net: ensure net_todo_list is processed quicklyJohannes Berg
2022-03-10net: limit altnames to 64k totalJakub Kicinski
2022-03-10net: account alternate interface name memoryJakub Kicinski
2022-03-07net: rtnetlink: fix error handling in rtnl_fill_statsinfo()Tom Rix
2022-03-03net: rtnetlink: Add UAPI toggle for IFLA_OFFLOAD_XSTATS_L3_STATSPetr Machata
2022-03-03net: rtnetlink: Add RTM_SETSTATSPetr Machata
2022-03-03net: rtnetlink: Add UAPI for obtaining L3 offload xstatsPetr Machata
2022-03-03net: rtnetlink: rtnl_fill_statsinfo(): Permit non-EMSGSIZE error returnsPetr Machata
2022-03-03net: rtnetlink: Propagate extack to rtnl_offload_xstats_fill()Petr Machata
2022-03-03net: rtnetlink: RTM_GETSTATS: Allow filtering inside nestsPetr Machata
2022-03-03net: rtnetlink: Stop assuming that IFLA_OFFLOAD_XSTATS_* are dev-backedPetr Machata
2022-03-03net: rtnetlink: Namespace functions related to IFLA_OFFLOAD_XSTATS_*Petr Machata
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-16net: rtnetlink: rtnl_stats_get(): Emit an extack for unset filter_maskPetr Machata
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2022-02-10net: make net->dev_unreg_count atomicEric Dumazet
2022-02-01rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet
2022-01-06gro: add ability to control gro max packet sizeCoco Li