Age | Commit message (Expand) | Author | Files | Lines |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -4/+4 |
2020-08-08 | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+0 |
2020-07-10 | PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.h | Huacai Chen | 1 | -1/+0 |
2020-06-15 | rocker: fix incorrect error handling in dma_rings_init | Aditya Pakki | 1 | -2/+2 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -2/+2 |
2019-12-17 | ipv4: Remove old route notifications and convert listeners | Ido Schimmel | 1 | -2/+2 |
2019-10-04 | net: fib_notifier: propagate extack down to the notifier block callback | Jiri Pirko | 1 | -1/+1 |
2019-10-04 | net: fib_notifier: make FIB notifier per-netns | Jiri Pirko | 1 | -6/+3 |
2019-09-05 | rocker: add missing init_net check in FIB notifier | Jiri Pirko | 1 | -0/+3 |
2019-07-29 | rocker: fix memory leaks of fib_work on two error return paths | Colin Ian King | 1 | -0/+2 |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -30/+6 |
2019-06-05 | rocker: Fail attempts to use routes with nexthop objects | David Ahern | 1 | -0/+4 |
2019-06-05 | ipv4: Use accessors for fib_info nexthop data | David Ahern | 1 | -9/+16 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 6 | -30/+6 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-04-09 | ipv4: Flag fib_info with a fib_nh using IPv6 gateway | David Ahern | 1 | -0/+9 |
2019-03-29 | ipv4: Rename fib_nh entries | David Ahern | 1 | -5/+5 |
2019-03-12 | net: rocker: fix a potential NULL pointer dereference | Kangjie Lu | 1 | -0/+5 |
2019-02-27 | net: Remove switchdev_ops | Florian Fainelli | 1 | -5/+0 |
2019-02-27 | rocker: Handle SWITCHDEV_PORT_ATTR_SET | Florian Fainelli | 1 | -0/+18 |
2019-02-22 | rocker: Add missing break for PRE_BRIDGE_FLAGS | Florian Fainelli | 1 | -0/+1 |
2019-02-22 | net: Get rid of switchdev_port_attr_get() | Florian Fainelli | 1 | -7/+0 |
2019-02-22 | net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORT | Florian Fainelli | 1 | -13/+1 |
2019-02-22 | rocker: Check Handle PORT_PRE_BRIDGE_FLAGS | Florian Fainelli | 1 | -14/+41 |
2019-02-13 | rocker: Remove port_attr_bridge_flags_get assignment | Florian Fainelli | 1 | -1/+0 |
2019-02-12 | rocker: Remove getting PORT_BRIDGE_FLAGS | Florian Fainelli | 3 | -27/+0 |
2019-02-07 | rocker: Implement ndo_get_port_parent_id() | Florian Fainelli | 1 | -5/+13 |
2019-01-18 | switchdev: Add extack argument to call_switchdev_notifiers() | Petr Machata | 2 | -3/+3 |
2018-11-24 | rocker, dsa, ethsw: Don't filter VLAN events on bridge itself | Petr Machata | 1 | -3/+0 |
2018-11-24 | switchdev: Replace port obj add/del SDO with a notification | Petr Machata | 1 | -2/+0 |
2018-11-24 | rocker: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL | Petr Machata | 1 | -0/+55 |
2018-10-19 | rocker: Drop pointless static qualifier | YueHaibing | 1 | -2/+2 |
2018-10-18 | bridge: switchdev: Allow clearing FDB entry offload indication | Ido Schimmel | 1 | -0/+1 |
2018-05-31 | rocker: rocker_main: Ignore bridge VLAN events | Petr Machata | 1 | -0/+6 |
2018-05-11 | rocker: Postpone filtering of !added_by_user FDB | Petr Machata | 1 | -2/+4 |
2018-05-03 | switchdev: Add fdb.added_by_user to switchdev notifications | Petr Machata | 1 | -0/+2 |
2018-02-01 | rocker: fix possible null pointer dereference in rocker_router_fib_event_work | Jiri Pirko | 1 | -9/+9 |
2018-01-28 | net/rocker: Remove unreachable return instruction | Leon Romanovsky | 1 | -1/+0 |
2017-11-22 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -4/+3 |
2017-09-26 | rocker: fix rocker_tlv_put_* functions for KASAN | Arnd Bergmann | 1 | -18/+30 |
2017-09-06 | rocker: fix kcalloc parameter order | Zahari Doychev | 1 | -2/+2 |
2017-08-04 | rocker: Ignore address families other than IPv4 | Ido Schimmel | 1 | -0/+4 |
2017-08-04 | net: core: Make the FIB notification chain generic | Ido Schimmel | 1 | -0/+1 |
2017-08-03 | rocker: Provide offload indication using nexthop flags | Ido Schimmel | 1 | -3/+3 |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-06-29 | rocker: move dereference before free | Dan Carpenter | 1 | -1/+1 |
2017-06-08 | rocker: Remove support bridge bypass FDB | Arkadi Sharshevsky | 3 | -106/+0 |
2017-06-08 | rocker: Remove support for bypass bridge port attributes/vlan set | Arkadi Sharshevsky | 3 | -47/+0 |
2017-06-08 | rocker: Add support for learning FDB through notification | Arkadi Sharshevsky | 1 | -5/+135 |
2017-06-08 | rocker: Change world_ops API and implementation to be switchdev independant | Arkadi Sharshevsky | 3 | -339/+235 |