Age | Commit message (Expand) | Author |
2021-06-09 | rtnetlink: Fix regression in bridge VLAN configuration | Ido Schimmel |
2021-06-03 | rtnetlink: Fix missing error code in rtnl_bridge_notify() | Jiapeng Chong |
2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-04-08 | ipv6: report errors for iftoken via netlink extack | Stephen Hemminger |
2021-04-07 | net: remove the new_ifindex argument from dev_change_net_namespace | Andrei Vagin |
2021-04-07 | net: introduce nla_policy for IFLA_NEW_IFINDEX | Andrei Vagin |
2021-04-05 | net: Allow to specify ifindex when device is moved to another namespace | Andrei Vagin |
2021-03-03 | rtnetlink: using dev_base_seq from target net | zhang kai |
2021-02-11 | net: fix dev_ifsioc_locked() race condition | Cong Wang |
2021-01-27 | net: bridge: multicast: make tracked EHT hosts limit configurable | Nikolay Aleksandrov |
2021-01-08 | net: make free_netdev() more lenient with unregistering devices | Jakub Kicinski |
2021-01-08 | docs: net: explain struct net_device lifetime | Jakub Kicinski |
2020-12-10 | rtnetlink: RCU-annotate both dimensions of rtnl_msg_handlers | Jakub Kicinski |
2020-11-16 | treewide: rename nla_strlcpy to nla_strscpy. | Francis Laniel |
2020-10-21 | rtnetlink: fix data overflow in rtnl_calcit() | Di Zhu |
2020-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-07-31 | rtnetlink: add support for protodown reason | Roopa Prabhu |
2020-07-25 | bpf, xdp: Maintain info on attached XDP BPF programs in net_device | Andrii Nakryiko |
2020-07-17 | rtnetlink: Fix memory(net_device) leak when ->newlink fails | Weilong Chen |
2020-06-09 | net: change addr_list_lock back to static key | Cong Wang |
2020-04-27 | net: rtnetlink: remove redundant assignment to variable err | Colin Ian King |
2020-04-20 | net: Add IF_OPER_TESTING | Andrew Lunn |
2020-03-28 | xdp: Support specifying expected existing program when attaching XDP | Toke Høiland-Jørgensen |
2020-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-02-20 | net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORT | Julian Wiedmann |
2020-02-17 | net: bridge: teach ndo_dflt_bridge_getlink() more brport flags | Julian Wiedmann |
2020-02-16 | net: rtnetlink: fix bugs in rtnl_alt_ifname() | Eric Dumazet |
2020-01-30 | net/core: Do not clear VF index for node/port GUIDs query | Leon Romanovsky |
2020-01-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-01-23 | net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link() | Eric Dumazet |
2019-12-12 | rtnetlink: provide permanent hardware address in RTM_NEWLINK | Michal Kubecek |
2019-12-03 | net/core: Populate VF index in struct ifla_vf_guid | Danit Goldberg |
2019-11-27 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2019-11-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2019-11-22 | net: rtnetlink: prevent underflows in do_setvfinfo() | Dan Carpenter |
2019-11-22 | net/core: Add support for getting VF GUIDs | Danit Goldberg |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-10-29 | net: rtnetlink: fix a typo fbd -> fdb | Nikolay Aleksandrov |
2019-10-25 | netns: fix GFP flags in rtnl_net_notifyid() | Guillaume Nault |
2019-10-24 | net: core: add generic lockdep keys | Taehee Yoo |
2019-10-01 | net: rtnetlink: add possibility to use alternative names as message handle | Jiri Pirko |
2019-10-01 | net: rtnetlink: introduce helper to get net_device instance by ifname | Jiri Pirko |
2019-10-01 | net: rtnetlink: unify the code in __rtnl_newlink get dev with the rest | Jiri Pirko |
2019-10-01 | net: rtnetlink: put alternative names to getlink message | Jiri Pirko |
2019-10-01 | net: rtnetlink: add linkprop commands to add and delete alternative ifnames | Jiri Pirko |
2019-06-26 | rtnetlink: skip metrics loop for dst_default_metrics | David Ahern |
2019-06-18 | ipoib: show VF broadcast address | Denis Kirjanov |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-14 | rtnetlink: always put IFLA_LINK for links with a link-netnsid | Sabrina Dubroca |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg |