summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2023-06-23netlink: do not hard code device address lenth in fdb dumpsEric Dumazet1-4/+4
2023-06-15rtnetlink: move validate_linkmsg out of do_setlinkXin Long1-41/+42
2023-06-14rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer1-45/+51
2023-06-01rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsgXin Long1-0/+12
2023-06-01rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long1-15/+19
2023-06-01rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long1-1/+7
2023-04-21bridge: Allow setting per-{Port, VLAN} neighbor suppression stateIdo Schimmel1-1/+1
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+9
2023-04-13rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi1-2/+9
2023-03-29net: dst: Switch to rcuref_t reference countingThomas Gleixner1-1/+1
2023-03-17rtnetlink: bridge: mcast: Relax group address validation in common codeIdo Schimmel1-2/+3
2023-03-17rtnetlink: bridge: mcast: Move MDB handlers out of bridge driverIdo Schimmel1-0/+217
2023-02-06net: bridge: Add netlink knobs for number / maximum MDB entriesPetr Machata1-1/+1
2023-02-02net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long1-0/+33
2022-11-04net: expose devlink port over rtnetlinkJiri Pirko1-0/+39
2022-11-04bridge: Add MAC Authentication Bypass (MAB) supportHans J. Schultz1-0/+5
2022-11-01rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu1-3/+4
2022-11-01rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_createHangbin Liu1-2/+4
2022-11-01rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu1-16/+19
2022-09-20net: rtnetlink: Enslave device before bringing it upPhil Sutter1-7/+7
2022-09-16rtnetlink: advertise allmulti counterNicolas Dichtel1-0/+3
2022-09-02net: rtnetlink: use netif_oper_up instead of open codeJuhee Kang1-4/+2
2022-08-16net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao1-0/+1
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck1-8/+0
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck1-1/+1
2022-05-16net: add IFLA_TSO_{MAX_SIZE|SEGS} attributesEric Dumazet1-0/+6
2022-05-12rtnetlink: verify rate parameters for calls to ndo_set_vf_rateBin Chen1-10/+18
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed1-2/+2
2022-05-06net: don't allow user space to lift the device limitsJakub Kicinski1-2/+2
2022-05-02rtnl: move rtnl_newlink_create()Jakub Kicinski1-91/+86
2022-05-02rtnl: split __rtnl_newlink() into two functionsJakub Kicinski1-3/+20
2022-05-02rtnl: allocate more attr tables on the heapJakub Kicinski1-12/+18
2022-04-22Revert "rtnetlink: return EINVAL when request cannot succeed"Florent Fourcot1-1/+1
2022-04-19rtnetlink: return EINVAL when request cannot succeedFlorent Fourcot1-1/+1
2022-04-19rtnetlink: return ENODEV when IFLA_ALT_IFNAME is used in dellinkFlorent Fourcot1-1/+1
2022-04-19rtnetlink: enable alt_ifname for setlink/newlinkFlorent Fourcot1-40/+29
2022-04-19rtnetlink: return ENODEV when ifname does not exist and group is givenFlorent Fourcot1-4/+14
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+3
2022-04-14rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS repliesPetr Machata1-0/+3
2022-04-13net: rtnetlink: add ndm flags and state mask attributesNikolay Aleksandrov1-0/+2
2022-04-13net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_delNikolay Aleksandrov1-19/+48
2022-04-13net: rtnetlink: add bulk delete support flagNikolay Aleksandrov1-0/+8
2022-04-13net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov1-1/+1
2022-04-13net: rtnetlink: add msg kind namesNikolay Aleksandrov1-3/+3
2022-04-08net: extract a few internals from netdevice.hJakub Kicinski1-0/+2
2022-04-06net: ensure net_todo_list is processed quicklyJohannes Berg1-0/+33
2022-03-11net: limit altnames to 64k totalJakub Kicinski1-0/+11
2022-03-11net: account alternate interface name memoryJakub Kicinski1-1/+1
2022-03-07net: rtnetlink: fix error handling in rtnl_fill_statsinfo()Tom Rix1-1/+1