index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
rocker
/
rocker_main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: bridge: switchdev: include local flag in FDB notifications
Vladimir Oltean
2021-04-17
1
-2
/
+2
*
net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributes
Vladimir Oltean
2021-02-13
1
-5
/
+5
*
net: switchdev: remove the transaction structure from port attributes
Vladimir Oltean
2021-01-12
1
-34
/
+12
*
net: switchdev: remove the transaction structure from port object notifiers
Vladimir Oltean
2021-01-12
1
-11
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-10-06
1
-3
/
+6
|
\
|
*
net: core: introduce struct netdev_nested_priv for nested interface infrastru...
Taehee Yoo
2020-09-29
1
-3
/
+6
*
|
rocker: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-09-13
1
-40
/
+43
|
/
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-4
/
+4
*
rocker: fix incorrect error handling in dma_rings_init
Aditya Pakki
2020-06-15
1
-2
/
+2
*
ipv4: Remove old route notifications and convert listeners
Ido Schimmel
2019-12-17
1
-2
/
+2
*
net: fib_notifier: propagate extack down to the notifier block callback
Jiri Pirko
2019-10-04
1
-1
/
+1
*
net: fib_notifier: make FIB notifier per-netns
Jiri Pirko
2019-10-04
1
-6
/
+3
*
rocker: add missing init_net check in FIB notifier
Jiri Pirko
2019-09-05
1
-0
/
+3
*
rocker: fix memory leaks of fib_work on two error return paths
Colin Ian King
2019-07-29
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-07
1
-5
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
|
rocker: Fail attempts to use routes with nexthop objects
David Ahern
2019-06-05
1
-0
/
+4
|
/
*
ipv4: Flag fib_info with a fib_nh using IPv6 gateway
David Ahern
2019-04-09
1
-0
/
+9
*
net: rocker: fix a potential NULL pointer dereference
Kangjie Lu
2019-03-12
1
-0
/
+5
*
net: Remove switchdev_ops
Florian Fainelli
2019-02-27
1
-5
/
+0
*
rocker: Handle SWITCHDEV_PORT_ATTR_SET
Florian Fainelli
2019-02-27
1
-0
/
+18
*
rocker: Add missing break for PRE_BRIDGE_FLAGS
Florian Fainelli
2019-02-22
1
-0
/
+1
*
net: Get rid of switchdev_port_attr_get()
Florian Fainelli
2019-02-21
1
-7
/
+0
*
net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORT
Florian Fainelli
2019-02-21
1
-13
/
+1
*
rocker: Check Handle PORT_PRE_BRIDGE_FLAGS
Florian Fainelli
2019-02-21
1
-14
/
+41
*
rocker: Remove getting PORT_BRIDGE_FLAGS
Florian Fainelli
2019-02-12
1
-15
/
+0
*
rocker: Implement ndo_get_port_parent_id()
Florian Fainelli
2019-02-06
1
-5
/
+13
*
switchdev: Add extack argument to call_switchdev_notifiers()
Petr Machata
2019-01-18
1
-1
/
+1
*
rocker, dsa, ethsw: Don't filter VLAN events on bridge itself
Petr Machata
2018-11-24
1
-3
/
+0
*
switchdev: Replace port obj add/del SDO with a notification
Petr Machata
2018-11-24
1
-2
/
+0
*
rocker: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL
Petr Machata
2018-11-24
1
-0
/
+55
*
rocker: Drop pointless static qualifier
YueHaibing
2018-10-19
1
-2
/
+2
*
bridge: switchdev: Allow clearing FDB entry offload indication
Ido Schimmel
2018-10-18
1
-0
/
+1
*
rocker: rocker_main: Ignore bridge VLAN events
Petr Machata
2018-05-31
1
-0
/
+6
*
rocker: Postpone filtering of !added_by_user FDB
Petr Machata
2018-05-10
1
-2
/
+4
*
switchdev: Add fdb.added_by_user to switchdev notifications
Petr Machata
2018-05-03
1
-0
/
+2
*
rocker: fix possible null pointer dereference in rocker_router_fib_event_work
Jiri Pirko
2018-02-01
1
-9
/
+9
*
rocker: Ignore address families other than IPv4
Ido Schimmel
2017-08-04
1
-0
/
+4
*
net: core: Make the FIB notification chain generic
Ido Schimmel
2017-08-04
1
-0
/
+1
*
rocker: Remove support bridge bypass FDB
Arkadi Sharshevsky
2017-06-08
1
-73
/
+0
*
rocker: Remove support for bypass bridge port attributes/vlan set
Arkadi Sharshevsky
2017-06-08
1
-20
/
+0
*
rocker: Add support for learning FDB through notification
Arkadi Sharshevsky
2017-06-08
1
-5
/
+135
*
rocker: Change world_ops API and implementation to be switchdev independant
Arkadi Sharshevsky
2017-06-08
1
-4
/
+24
*
rocker: Add support for querying supported bridge flags
Arkadi Sharshevsky
2017-06-08
1
-0
/
+18
*
ipv4: fib_rules: Dump FIB rules when registering FIB notifier
Ido Schimmel
2017-03-16
1
-2
/
+15
*
net: rocker: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-03-07
1
-23
/
+32
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-1
/
+1
*
ipv4: fib: Replay events when registering FIB notifier
Ido Schimmel
2016-12-04
1
-1
/
+7
*
rocker: Register FIB notifier before creating ports
Ido Schimmel
2016-12-04
1
-4
/
+5
*
rocker: Implement FIB offload in deferred work
Ido Schimmel
2016-12-04
1
-8
/
+50
[next]