aboutsummaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27rtnetlink: Add MDB get supportIdo Schimmel1-1/+88
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2023-10-16netlink: Correct offload_xstats sizeChristoph Paasch1-3/+1
2023-10-13net: Handle bulk delete policy in bridge driverAmit Cohen1-17/+10
2023-09-17netdev: expose DPLL pin handle for netdeviceJiri Pirko1-0/+36
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+21
2023-08-24rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel1-0/+3
2023-08-20net: validate veth and vxcan peer ifindexesJakub Kicinski1-4/+18
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2023-07-27rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE lengthLin Ma1-2/+6
2023-07-19bridge: Add backup nexthop ID supportIdo Schimmel1-1/+1
2023-07-18rtnetlink: Move nesting cancellation rollback to proper functionGal Pressman1-5/+4
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2023-06-22netlink: do not hard code device address lenth in fdb dumpsEric Dumazet1-4/+4
2023-06-14rtnetlink: 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-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+9
2023-04-12rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi1-2/+9
2023-03-28net: 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-01net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long1-0/+33
2022-11-03net: expose devlink port over rtnetlinkJiri Pirko1-0/+39
2022-11-03bridge: Add MAC Authentication Bypass (MAB) supportHans J. Schultz1-0/+5
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu1-3/+4
2022-10-31rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_createHangbin Liu1-2/+4
2022-10-31rtnetlink: 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-01net: rtnetlink: use netif_oper_up instead of open codeJuhee Kang1-4/+2
2022-08-15net: 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
> 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578