index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-08
net: mvpp2: add ethtool GOP statistics
Miquel Raynal
1
-5
/
+223
2017-11-08
fsl/fman: Remove a useless 'dev_err()' call
Christophe JAILLET
1
-1
/
+0
2017-11-08
fsl/fman: Add a missing 'of_node_put()' call in an error handling path
Christophe JAILLET
1
-0
/
+1
2017-11-08
fsl/fman: Remove some useless code
Christophe JAILLET
1
-5
/
+2
2017-11-08
fsl/fman: Remove a useless call to 'dev_set_drvdata()'
Christophe JAILLET
1
-1
/
+0
2017-11-08
net: dsa: lan9303: Drop port range check
Egil Hjelmeland
1
-23
/
+4
2017-11-08
bnxt: fix bnxt_hwrm_fw_set_time for y2038
Arnd Bergmann
1
-8
/
+3
2017-11-08
bnxt: delete some unreachable code
Dan Carpenter
1
-1
/
+0
2017-11-08
net: dsa: lan9303: Adjust indenting
Egil Hjelmeland
2
-2
/
+2
2017-11-08
net: dsa: lan9303: Replace msleep(1) with usleep_range()
Egil Hjelmeland
1
-2
/
+2
2017-11-08
mlxsw: spectrum: Fix error return code in mlxsw_sp_port_create()
Wei Yongjun
1
-0
/
+1
2017-11-08
dpaa_eth: fix error return code in dpaa_eth_probe()
Wei Yongjun
1
-3
/
+3
2017-11-08
mlxsw: spectrum: Support general qdisc stats
Nogah Frankel
2
-0
/
+56
2017-11-08
mlxsw: spectrum: Support RED xstats
Nogah Frankel
2
-0
/
+60
2017-11-08
mlxsw: spectrum: Collect tclass related stats periodically
Nogah Frankel
2
-0
/
+43
2017-11-08
mlxsw: reg: Add ext and tc-cong counter groups
Yuval Mintz
1
-0
/
+19
2017-11-08
mlxsw: spectrum: Support RED qdisc offload
Nogah Frankel
4
-1
/
+193
2017-11-08
mlxsw: reg: Add cwtp & cwtpm registers
Nogah Frankel
1
-0
/
+187
2017-11-08
net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBS
Nogah Frankel
1
-1
/
+1
2017-11-08
net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO
Nogah Frankel
13
-13
/
+13
2017-11-08
net: fec: Let fec_ptp have its own interrupt routine
Troy Kisky
3
-45
/
+71
2017-11-08
hv_netvsc: hide warnings about uninitialized/missing rndis device
Vitaly Kuznetsov
1
-2
/
+2
2017-11-08
hv_netvsc: netvsc_teardown_gpadl() split
Vitaly Kuznetsov
1
-33
/
+36
2017-11-08
net: phy: leds: Add support for "link" trigger
Maciej S. Szmigiero
2
-5
/
+45
2017-11-08
net: phy: leds: Refactor "no link" handler into a separate function
Maciej S. Szmigiero
1
-10
/
+10
2017-11-05
Merge tag 'mlx5-updates-2017-11-04' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
17
-52
/
+591
2017-11-05
nfp: implement ethtool FEC mode settings
Dirk van der Merwe
1
-1
/
+116
2017-11-05
nfp: add helpers for FEC support
Dirk van der Merwe
2
-0
/
+94
2017-11-05
nfp: add get/set link settings ndos to representors
Dirk van der Merwe
1
-0
/
+2
2017-11-05
nfp: resync repr state when port table sync
Dirk van der Merwe
3
-0
/
+54
2017-11-05
nfp: refactor nfp_app_reprs_set
Dirk van der Merwe
2
-18
/
+4
2017-11-05
nfp: make use of MAC reinit
Jakub Kicinski
5
-3
/
+40
2017-11-05
nfp: don't depend on compiler constant propagation
Jakub Kicinski
1
-8
/
+15
2017-11-05
liquidio: do not consider packets dropped by network stack as driver Rx dropped
Intiyaz Basha
1
-12
/
+3
2017-11-05
nfp: bpf: move to new BPF program offload infrastructure
Jakub Kicinski
7
-106
/
+121
2017-11-05
nfp: bpf: move translation prepare to offload.c
Jakub Kicinski
3
-91
/
+94
2017-11-05
nfp: bpf: move program prepare and free into offload.c
Jakub Kicinski
3
-33
/
+38
2017-11-05
nfp: bpf: require seamless reload for program replace
Jakub Kicinski
4
-42
/
+35
2017-11-05
nfp: bpf: refactor offload logic
Jakub Kicinski
3
-77
/
+67
2017-11-05
nfp: bpf: remove unnecessary include of nfp_net.h
Jakub Kicinski
1
-1
/
+0
2017-11-05
nfp: bpf: remove the register renumbering leftovers
Jakub Kicinski
3
-19
/
+4
2017-11-05
nfp: bpf: drop support for cls_bpf with legacy actions
Jakub Kicinski
5
-247
/
+22
2017-11-05
net: bpf: rename ndo_xdp to ndo_bpf
Jakub Kicinski
14
-25
/
+25
2017-11-05
mISDN: l1oip_core: replace _manual_ swap with swap macro
Gustavo A. R. Silva
1
-8
/
+2
2017-11-05
net: plip: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+13
2017-11-05
dpaa_eth: avoid uninitialized variable false-positive warning
Arnd Bergmann
1
-1
/
+2
2017-11-04
net/mlx5e: Enable CQE based moderation on TX CQ
Tal Gilboa
4
-23
/
+71
2017-11-04
net/mlx5e: IPoIB, Add inner TTC table to IPoIB flow steering
Feras Daoud
3
-3
/
+16
2017-11-04
net/mlx5: Initialize destination_flow struct to 0
Rabie Loulou
5
-15
/
+15
2017-11-04
net/mlx5: Enlarge the NIC TC offload table size
Or Gerlitz
1
-2
/
+13
[next]