index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
rocker
Age
Commit message (
Expand
)
Author
2015-05-12
switchdev: cut over to new switchdev_port_bridge_dellink
Scott Feldman
2015-05-12
switchdev: cut over to new switchdev_port_bridge_setlink
Scott Feldman
2015-05-12
switchdev: add bridge port flags attr
Scott Feldman
2015-05-12
rocker: use switchdev add/del obj for bridge port vlans
Scott Feldman
2015-05-12
switchdev: convert STP update to switchdev attr set
Scott Feldman
2015-05-12
rocker: support prepare-commit transaction model
Scott Feldman
2015-05-12
switchdev: convert parent_id_get to switchdev attr get
Scott Feldman
2015-05-12
switchdev: s/swdev_/switchdev_/
Jiri Pirko
2015-05-12
switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/
Jiri Pirko
2015-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-05-01
net: rocker: Use ether_addr_equal
Simon Horman
2015-04-29
bridge/nl: remove wrong use of NLM_F_MULTI
Nicolas Dichtel
2015-04-16
rocker: fix error return code in rocker_probe()
Wei Yongjun
2015-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-24
rocker: handle non-bridge master change
Simon Horman
2015-03-18
rocker: add support for phys_port_name
David Ahern
2015-03-16
rocker: replace fixed stack allocation with dynamic allocation
Scott Feldman
2015-03-16
switchdev: use new swdev ops
Scott Feldman
2015-03-09
switchdev: add netlink flags to IPv4 FIB add op
Scott Feldman
2015-03-06
rocker: sparse: fix dynamic allocation on stack warning
Scott Feldman
2015-03-06
rocker: quiet sparce endianess warnings
Scott Feldman
2015-03-06
rocker: fix some sparse warnings
Scott Feldman
2015-03-06
rocker: implement IPv4 fib offloading
Scott Feldman
2015-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-02-27
rocker: silence shift wrapping warning
Dan Carpenter
2015-02-27
rocker: add a check for NULL in rocker_probe_ports()
Dan Carpenter
2015-02-26
rocker: put port in FORWADING state after leaving bridge
Scott Feldman
2015-02-26
rocker: rename lport to pport
Scott Feldman
2015-02-26
rocker: fix non-portable err return codes
Scott Feldman
2015-02-01
net: rocker: Add support for retrieving port level statistics
David Ahern
2015-02-01
rocker: set feature NETIF_F_HW_SWITCH_OFFLOAD
Roopa Prabhu
2015-02-01
bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellink
Roopa Prabhu
2015-01-18
net: rocker: Add basic netdev counters - v2
David Ahern
2015-01-18
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
2015-01-18
net: replace br_fdb_external_learn_* calls with switchdev notifier events
Jiri Pirko
2015-01-13
rocker: fix harmless warning on 32-bit machines
Arnd Bergmann
2014-12-09
rocker: remove swdev mode
Roopa Prabhu
2014-12-09
net: ethernet: rocker: Add dependency to CONFIG_BRIDGE in Kconfig
Andreas Ruprecht
2014-12-09
rocker: fix eth_type type in struct rocker_ctrl
Jiri Pirko
2014-12-09
rocker: introduce be put/get variants and use it when appropriate
Jiri Pirko
2014-12-02
rocker: Use logical operators on booleans
Thomas Graf
2014-12-02
rocker: Add proper validation of Netlink attributes
Thomas Graf
2014-12-02
rocker: add ndo_bridge_setlink/getlink support for learning policy
Scott Feldman
2014-12-02
rocker: implement ndo_fdb_dump
Jiri Pirko
2014-12-02
rocker: implement L2 bridge offloading
Scott Feldman
2014-12-02
rocker: implement rocker ofdpa flow table manipulation
Scott Feldman
2014-12-02
rocker: introduce rocker switch driver
Jiri Pirko
[prev]