index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-29
net: bcmgenet: Do not return from void function
Florian Fainelli
1
-1
/
+1
2017-08-29
net: bcmgenet: Use correct I/O accessors
Florian Fainelli
2
-30
/
+58
2017-08-29
net: systemport: Set correct RSB endian bits based on host
Florian Fainelli
1
-2
/
+6
2017-08-29
net: systemport: Use correct I/O accessors
Florian Fainelli
1
-6
/
+6
2017-08-29
bnxt_en: add a dummy definition for bnxt_vf_rep_get_fid()
Sathya Perla
1
-0
/
+5
2017-08-28
bnxt_en: add code to query TC flower offload stats
Sathya Perla
1
-0
/
+95
2017-08-28
bnxt_en: add TC flower offload flow_alloc/free FW cmds
Sathya Perla
1
-2
/
+139
2017-08-28
bnxt_en: bnxt: add TC flower filter offload support
Sathya Perla
8
-9
/
+850
2017-08-28
bnxt_en: fix clearing devlink ptr from bnxt struct
Sathya Perla
2
-7
/
+11
2017-08-28
bnxt_en: Reduce default rings on multi-port cards.
Michael Chan
2
-4
/
+10
2017-08-28
bnxt_en: Improve -ENOMEM logic in NAPI poll loop.
Michael Chan
1
-0
/
+7
2017-08-28
bnxt: initialize board_info values with proper enums
Scott Branden
1
-32
/
+32
2017-08-28
bnxt: Add PCIe device IDs for bcm58802/bcm58808
Ray Jui
2
-1
/
+15
2017-08-28
bnxt_en: assign CPU affinity hints to bnxt_en IRQs
Vasundhara Volam
2
-2
/
+27
2017-08-28
bnxt_en: Improve tx ring reservation logic.
Michael Chan
4
-14
/
+44
2017-08-28
bnxt_en: Update firmware interface spec. to 1.8.1.4.
Michael Chan
1
-5
/
+181
2017-08-28
net: ethernet: broadcom: Remove null check before kfree
Himanshu Jha
1
-8
/
+4
2017-08-24
tg3: Be drop monitor friendly
Florian Fainelli
1
-4
/
+4
2017-08-19
bnxt_en: fix spelling mistake: "swtichdev" -> "switchdev"
Colin Ian King
1
-1
/
+1
2017-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-08-09
net: systemport: Fix software statistics for SYSTEMPORT Lite
Florian Fainelli
1
-0
/
+4
2017-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-08-07
net: sched: get rid of struct tc_to_netdev
Jiri Pirko
3
-7
/
+11
2017-08-07
net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...
Jiri Pirko
2
-2
/
+2
2017-08-07
net: sched: push cls related args into cls_common structure
Jiri Pirko
3
-3
/
+0
2017-08-07
net: sched: make type an argument for ndo_setup_tc
Jiri Pirko
3
-8
/
+11
2017-08-06
net: systemport: Support 64bit statistics
kiki good
2
-17
/
+82
2017-08-02
net: bcmgenet: drop COMPILE_TEST dependency
Arnd Bergmann
1
-1
/
+1
2017-08-01
b44: Initialize 64-bit stats seqcount
Florian Fainelli
1
-0
/
+1
2017-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-5
/
+6
2017-07-31
Revert "net: bcmgenet: Remove init parameter from bcmgenet_mii_config"
Florian Fainelli
3
-5
/
+6
2017-07-31
net: bcmgenet: Add dependency on HAS_IOMEM && OF
Florian Fainelli
1
-0
/
+1
2017-07-31
net: bcmgenet: Utilize bcmgenet_mii_exit() for error path
Florian Fainelli
1
-6
/
+1
2017-07-31
net: bcmgenet: Drop legacy MDIO code
Florian Fainelli
1
-125
/
+0
2017-07-31
net: bcmgenet: utilize generic Broadcom UniMAC MDIO controller driver
Florian Fainelli
3
-34
/
+116
2017-07-25
bnxt_en: fix switchdev port naming for external-port-rep and vf-reps
Sathya Perla
2
-6
/
+4
2017-07-25
bnxt_en: use SWITCHDEV_SET_OPS() for setting vf_rep_switchdev_ops
Sathya Perla
1
-1
/
+1
2017-07-25
bnxt_en: include bnxt_vfr.c code under CONFIG_BNXT_SRIOV switch
Sathya Perla
2
-0
/
+34
2017-07-25
bnxt: fix unused variable warnings
stephen hemminger
1
-4
/
+0
2017-07-25
bnxt: fix unsigned comparsion with 0
stephen hemminger
1
-1
/
+1
2017-07-24
bnxt_en: Use SWITCHDEV_SET_OPS().
David S. Miller
1
-1
/
+1
2017-07-24
bnxt_en: add support for port_attr_get and and get_phys_port_name
Sathya Perla
3
-1
/
+89
2017-07-24
bnxt_en: add vf-rep RX/TX and netdev implementation
Sathya Perla
4
-12
/
+288
2017-07-24
bnxt_en: add support to enable VF-representors
Sathya Perla
7
-2
/
+330
2017-07-24
bnxt_en: Set ETS min_bw parameter for older firmware.
Michael Chan
2
-0
/
+7
2017-07-24
bnxt_en: Report firmware DCBX agent.
Michael Chan
3
-12
/
+19
2017-07-24
bnxt_en: Allow the user to set ethtool stats-block-usecs to 0.
Michael Chan
2
-4
/
+7
2017-07-24
bnxt_en: Add bnxt_get_num_stats() to centrally get the number of ethtool stats.
Michael Chan
1
-12
/
+13
2017-07-24
bnxt_en: Implement ndo_bridge_{get|set}link methods.
Michael Chan
1
-0
/
+67
2017-07-24
bnxt_en: Retrieve the hardware bridge mode from the firmware.
Michael Chan
2
-0
/
+9
[next]