summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2023-10-16netlink: Correct offload_xstats sizeChristoph Paasch
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-24rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel
2023-08-20net: validate veth and vxcan peer ifindexesJakub Kicinski
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-27rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE lengthLin Ma
2023-07-19bridge: Add backup nexthop ID supportIdo Schimmel
2023-07-18rtnetlink: Move nesting cancellation rollback to proper functionGal Pressman
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-22netlink: do not hard code device address lenth in fdb dumpsEric Dumazet
2023-06-14rtnetlink: move validate_linkmsg out of do_setlinkXin Long
2023-06-14rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer
2023-06-01rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsgXin Long
2023-06-01rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long
2023-06-01rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long
2023-04-21bridge: Allow setting per-{Port, VLAN} neighbor suppression stateIdo Schimmel
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-12rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner
2023-03-17rtnetlink: bridge: mcast: Relax group address validation in common codeIdo Schimmel
2023-03-17rtnetlink: bridge: mcast: Move MDB handlers out of bridge driverIdo Schimmel
2023-02-06net: bridge: Add netlink knobs for number / maximum MDB entriesPetr Machata
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