summaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-4/+21
|\
| * rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel2023-08-241-0/+3
| * net: validate veth and vxcan peer ifindexesJakub Kicinski2023-08-201-4/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-2/+6
|\|
| * rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE lengthLin Ma2023-07-271-2/+6
* | bridge: Add backup nexthop ID supportIdo Schimmel2023-07-191-1/+1
* | rtnetlink: Move nesting cancellation rollback to proper functionGal Pressman2023-07-181-5/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-271-4/+4
|\
| * netlink: do not hard code device address lenth in fdb dumpsEric Dumazet2023-06-221-4/+4
* | rtnetlink: move validate_linkmsg out of do_setlinkXin Long2023-06-141-41/+42
* | rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer2023-06-141-45/+51
|/
* rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsgXin Long2023-06-011-0/+12
* rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long2023-06-011-15/+19
* rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long2023-06-011-1/+7
* 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