index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
rtnetlink.c
Age
Commit message (
Expand
)
Author
2023-07-27
rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE length
Lin Ma
2023-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-22
netlink: do not hard code device address lenth in fdb dumps
Eric Dumazet
2023-06-14
rtnetlink: move validate_linkmsg out of do_setlink
Xin Long
2023-06-14
rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFO
Edwin Peer
2023-06-01
rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsg
Xin Long
2023-06-01
rtnetlink: move IFLA_GSO_ tb check to validate_linkmsg
Xin Long
2023-06-01
rtnetlink: call validate_linkmsg in rtnl_create_link
Xin Long
2023-04-21
bridge: Allow setting per-{Port, VLAN} neighbor suppression state
Ido Schimmel
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-12
rtnetlink: Restore RTM_NEW/DELLINK notification behavior
Martin Willi
2023-03-28
net: dst: Switch to rcuref_t reference counting
Thomas Gleixner
2023-03-17
rtnetlink: bridge: mcast: Relax group address validation in common code
Ido Schimmel
2023-03-17
rtnetlink: bridge: mcast: Move MDB handlers out of bridge driver
Ido Schimmel
2023-02-06
net: bridge: Add netlink knobs for number / maximum MDB entries
Petr Machata
2023-02-01
net: add gso_ipv4_max_size and gro_ipv4_max_size per device
Xin Long
2022-11-03
net: expose devlink port over rtnetlink
Jiri Pirko
2022-11-03
bridge: Add MAC Authentication Bypass (MAB) support
Hans J. Schultz
2022-10-31
rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_link
Hangbin Liu
2022-10-31
rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_create
Hangbin Liu
2022-10-31
rtnetlink: pass netlink message header and portid to rtnl_configure_link()
Hangbin Liu
2022-09-20
net: rtnetlink: Enslave device before bringing it up
Phil Sutter
2022-09-16
rtnetlink: advertise allmulti counter
Nicolas Dichtel
2022-09-01
net: rtnetlink: use netif_oper_up instead of open code
Juhee Kang
2022-08-15
net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msg
Zhengchao Shao
2022-05-16
net: allow gro_max_size to exceed 65536
Alexander Duyck
2022-05-16
net: allow gso_max_size to exceed 65536
Alexander Duyck
2022-05-16
net: add IFLA_TSO_{MAX_SIZE|SEGS} attributes
Eric Dumazet
2022-05-12
rtnetlink: verify rate parameters for calls to ndo_set_vf_rate
Bin Chen
2022-05-09
rtnetlink: add extack support in fdb del handlers
Alaa Mohamed
2022-05-06
net: don't allow user space to lift the device limits
Jakub Kicinski
2022-05-02
rtnl: move rtnl_newlink_create()
Jakub Kicinski
2022-05-02
rtnl: split __rtnl_newlink() into two functions
Jakub Kicinski
2022-05-02
rtnl: allocate more attr tables on the heap
Jakub Kicinski
2022-04-22
Revert "rtnetlink: return EINVAL when request cannot succeed"
Florent Fourcot
2022-04-19
rtnetlink: return EINVAL when request cannot succeed
Florent Fourcot
2022-04-19
rtnetlink: return ENODEV when IFLA_ALT_IFNAME is used in dellink
Florent Fourcot
2022-04-19
rtnetlink: enable alt_ifname for setlink/newlink
Florent Fourcot
2022-04-19
rtnetlink: return ENODEV when ifname does not exist and group is given
Florent Fourcot
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-04-14
rtnetlink: Fix handling of disabled L3 stats in RTM_GETSTATS replies
Petr Machata
2022-04-13
net: rtnetlink: add ndm flags and state mask attributes
Nikolay Aleksandrov
2022-04-13
net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_del
Nikolay Aleksandrov
2022-04-13
net: rtnetlink: add bulk delete support flag
Nikolay Aleksandrov
2022-04-13
net: rtnetlink: add helper to extract msg type's kind
Nikolay Aleksandrov
2022-04-13
net: rtnetlink: add msg kind names
Nikolay Aleksandrov
2022-04-07
net: extract a few internals from netdevice.h
Jakub Kicinski
2022-04-05
net: ensure net_todo_list is processed quickly
Johannes Berg
2022-03-10
net: limit altnames to 64k total
Jakub Kicinski
2022-03-10
net: account alternate interface name memory
Jakub Kicinski
[next]