index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-14
qed*: Add support for QL41xxx adapters
Mintz, Yuval
13
-295
/
+592
2017-03-14
net: bcmgenet: add support for the GENETv5 hardware
Doug Berger
4
-50
/
+118
2017-03-14
net: bcmgenet: return EOPNOTSUPP for unknown ioctl commands
Doug Berger
1
-16
/
+3
2017-03-14
net: bcmgenet: correct return value of __bcmgenet_tx_reclaim
Doug Berger
1
-2
/
+2
2017-03-14
net: bcmgenet: clear status to reduce spurious interrupts
Doug Berger
1
-1
/
+20
2017-03-14
net: bcmgenet: remove handling of wol interrupts from isr0
Doug Berger
2
-23
/
+2
2017-03-14
net: bcmgenet: manage dma interrupts in napi code
Doug Berger
1
-17
/
+22
2017-03-14
net: bcmgenet: remove meaningless lines
Doug Berger
1
-10
/
+3
2017-03-14
net: bcmgenet: simplify circular pointer arithmetic
Doug Berger
1
-14
/
+5
2017-03-14
net: phy: bcm7xxx: add support for 28nm EPHY
Doug Berger
1
-2
/
+213
2017-03-14
net: phy: bcm-phylib: replace obsolete EEE macro references
Doug Berger
1
-3
/
+3
2017-03-14
qed*: Utilize Firmware 8.15.3.0
Mintz, Yuval
33
-1955
/
+4005
2017-03-14
net: usb: rtl8150: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-15
/
+20
2017-03-14
net: usb: r8152: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-9
/
+12
2017-03-14
net: usb: catc: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-13
/
+18
2017-03-14
net: usb: asix88179_178a: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-6
/
+8
2017-03-14
net: tun: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-13
/
+11
2017-03-14
net: net_netdev: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-12
/
+13
2017-03-13
gtp: add socket to pdp context
Andreas Schultz
1
-47
/
+47
2017-03-13
gtp: consolidate pdp context destruction into helper
Andreas Schultz
1
-10
/
+14
2017-03-13
gtp: unify genl_find_pdp and prepare for per socket lookup
Andreas Schultz
1
-71
/
+50
2017-03-13
gtp: consolidate gtp socket rx path
Andreas Schultz
1
-36
/
+44
2017-03-13
gtp: merge gtp_get_net and gtp_genl_find_dev
Andreas Schultz
1
-74
/
+66
2017-03-13
gtp: make GTP sockets in gtp_newlink optional
Andreas Schultz
1
-67
/
+75
2017-03-13
gtp: switch from struct socket to struct sock for the GTP sockets
Andreas Schultz
1
-19
/
+23
2017-03-13
net: stmmac: added default rx queue size in stmmac_dma_interrupt
Joao Pinto
1
-0
/
+3
2017-03-13
net: stmmac: set default number of rx and tx queues in stmmac_pci
Joao Pinto
1
-0
/
+4
2017-03-13
r8169: replace init_timer with setup_timer
Zhu Yanjun
1
-3
/
+1
2017-03-13
net: dsa: mv88e6xxx: add port priority override op
Vivien Didelot
4
-13
/
+35
2017-03-13
net: dsa: mv88e6xxx: add port ATU learn limit op
Vivien Didelot
4
-6
/
+41
2017-03-13
net: dsa: mv88e6xxx: fix port egress flooding mode
Vivien Didelot
4
-92
/
+80
2017-03-13
net: dsa: mv88e6xxx: rework port mode setup
Vivien Didelot
2
-47
/
+60
2017-03-13
net: dsa: mv88e6xxx: rename the port vector member
Vivien Didelot
3
-9
/
+9
2017-03-13
net: dsa: mv88e6xxx: rename new FID helper
Vivien Didelot
1
-2
/
+2
2017-03-13
net: dsa: mv88e6xxx: rework ATU Remove
Vivien Didelot
4
-122
/
+67
2017-03-13
net: dsa: mv88e6xxx: rework ATU Flush
Vivien Didelot
3
-17
/
+43
2017-03-13
net: dsa: mv88e6xxx: rework ATU GetNext
Vivien Didelot
3
-124
/
+84
2017-03-13
net: dsa: mv88e6xxx: rework ATU Load/Purge
Vivien Didelot
3
-21
/
+111
2017-03-13
net: dsa: mv88e6xxx: enable ATU Learn2All
Vivien Didelot
3
-9
/
+24
2017-03-13
net: dsa: mv88e6xxx: setup message ports
Vivien Didelot
4
-4
/
+29
2017-03-13
net: dsa: mv88e6xxx: add ATU setup helper
Vivien Didelot
1
-4
/
+9
2017-03-13
net: dsa: mv88e6xxx: move ATU ageing time setter
Vivien Didelot
4
-29
/
+49
2017-03-13
net: dsa: mv88e6xxx: add port mask helper
Vivien Didelot
2
-1
/
+6
2017-03-13
mlxsw: spectrum: Add support for TC flower offload statistics
Arkadi Sharshevsky
4
-0
/
+82
2017-03-13
mlxsw: spectrum: Add support for counters on TCAM entries
Arkadi Sharshevsky
2
-0
/
+42
2017-03-13
mlxsw: spectrum: Add support for Policing and Counting action block
Arkadi Sharshevsky
2
-0
/
+53
2017-03-13
mlxsw: spectrum: Add periodic ACL rule activity update
Arkadi Sharshevsky
1
-1
/
+73
2017-03-13
mlxsw: spectrum: Add support for direct rule access
Arkadi Sharshevsky
1
-0
/
+6
2017-03-13
mlxsw: spectrum_acl_tcam: Add support for retrieving TCAM entry activity
Arkadi Sharshevsky
2
-0
/
+44
2017-03-13
mlxsw: spectrum: Add support for generic flow counter allocation
Arkadi Sharshevsky
5
-3
/
+86
[next]