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-06-20
net: dsa: mv88e6xxx: prefix Global 2 remaining macros
Vivien Didelot
2
-35
/
+57
2017-06-20
net: dsa: mv88e6xxx: prefix Global 2 Watchdog macros
Vivien Didelot
2
-43
/
+52
2017-06-20
net: dsa: mv88e6xxx: prefix Global 2 Switch MAC macros
Vivien Didelot
2
-2
/
+7
2017-06-20
net: dsa: mv88e6xxx: prefix Global 2 EEPROM macros
Vivien Didelot
2
-25
/
+38
2017-06-20
net: dsa: mv88e6xxx: prefix Global 2 PVT macros
Vivien Didelot
2
-12
/
+21
2017-06-20
net: dsa: mv88e6xxx: prefix Global 2 MGMT macros
Vivien Didelot
2
-13
/
+21
2017-06-20
net: dsa: mv88e6xxx: prefix Global 2 Device Mapping macros
Vivien Didelot
2
-5
/
+7
2017-06-20
net: dsa: mv88e6xxx: prefix Global 2 Trunk macros
Vivien Didelot
2
-14
/
+17
2017-06-20
net: dsa: mv88e6xxx: clarify SMI PHY functions
Vivien Didelot
2
-100
/
+143
2017-06-20
net: dsa: mv88e6xxx: add irl_init_all op
Vivien Didelot
4
-50
/
+116
2017-06-20
net-next: stmmac: dwmac-sun8i: add support for V3s EMAC
Icenowy Zheng
2
-0
/
+9
2017-06-20
net-next: stmmac: dwmac-sun8i: force EPHY clock freq to 24MHz
Icenowy Zheng
1
-0
/
+4
2017-06-20
qed: SPQ async callback registration
Michal Kalderon
7
-55
/
+96
2017-06-20
qed: Wait for resources before FUNC_CLOSE
Michal Kalderon
1
-15
/
+20
2017-06-20
qed*: Set rdma generic functions prefix
Michal Kalderon
4
-82
/
+82
2017-06-20
qed*: qede_roce.[ch] -> qede_rdma.[ch]
Michal Kalderon
6
-5
/
+5
2017-06-20
qed: Disable RoCE dpm when DCBx change occurs
Mintz, Yuval
3
-0
/
+49
2017-06-20
qed: RoCE EDPM to honor PFC
Mintz, Yuval
2
-0
/
+22
2017-06-20
qed: Chain support for external PBL
Mintz, Yuval
8
-27
/
+47
2017-06-19
cxgb4: notify uP to route ctrlq compl to rdma rspq
Raju Rangoju
1
-4
/
+6
2017-06-19
cxgb4: add new T6 pci device id's
Ganesh Goudar
1
-0
/
+3
2017-06-19
nfp: add VLAN filtering support
Pablo Cascón
2
-1
/
+100
2017-06-19
cxgb4: fix a NULL dereference
Ganesh Goudar
1
-1
/
+4
2017-06-18
liquidio: replace info-pointer mode with buffer-pointer-only mode
Prasad Kanneganti
11
-109
/
+37
2017-06-18
pptp: Remove unused variable in pptp_release()
Christos Gkekas
1
-2
/
+0
2017-06-18
liquidio: implement vlan filter enable and disable
Prasad Kanneganti
3
-10
/
+32
2017-06-17
net: remove DST_NOCACHE flag
Wei Wang
1
-1
/
+1
2017-06-17
ipv6: take dst->__refcnt for insertion into fib6 tree
Wei Wang
1
-4
/
+0
2017-06-16
Merge tag 'mlx5-updates-2017-06-16' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
25
-117
/
+211
2017-06-16
ibmvnic: driver initialization for kdump/kexec
Nathan Fontenot
1
-5
/
+19
2017-06-16
net: dsa: loop: Implement ethtool statistics
Florian Fainelli
1
-2
/
+77
2017-06-16
net: dsa: loop: Inline unregister_fixed_phys()
Florian Fainelli
1
-10
/
+5
2017-06-16
net: mvmdio: simplify the smi read and write error paths
Antoine Ténart
1
-10
/
+6
2017-06-16
net: mvmdio: add xmdio xsmi support
Antoine Ténart
1
-7
/
+105
2017-06-16
net: mvmdio: check the MII_ADDR_C45 bit is not set for smi operations
Antoine Ténart
1
-0
/
+6
2017-06-16
net: mvmdio: put the poll intervals in the ops structure
Antoine Ténart
1
-2
/
+6
2017-06-16
net: mvmdio: introduce an ops structure
Antoine Ténart
1
-11
/
+19
2017-06-16
net: mvmdio: remove duplicate locking
Russell King
1
-10
/
+0
2017-06-16
net: mvmdio: use GENMASK for masks
Antoine Ténart
1
-1
/
+1
2017-06-16
net: mvmdio: use tabs for defines
Antoine Ténart
1
-13
/
+13
2017-06-16
net: mvmdio: reorder headers alphabetically
Antoine Ténart
1
-5
/
+5
2017-06-16
bpf: qede: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-0
/
+1
2017-06-16
bpf: nfp: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-0
/
+1
2017-06-16
bpf: ixgbe: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-0
/
+2
2017-06-16
bpf: thunderx: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-0
/
+1
2017-06-16
bpf: bnxt: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-0
/
+1
2017-06-16
bpf: virtio_net: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-5
/
+8
2017-06-16
bpf: mlx5e: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-3
/
+12
2017-06-16
bpf: mlx4: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-3
/
+18
2017-06-16
networking: add and use skb_put_u8()
Johannes Berg
27
-74
/
+75
[next]