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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-11
s390/qeth: move NAPI poll routine to core
Julian Wiedmann
4
-169
/
+97
2017-04-11
s390/qeth: move common ioctl handling to core
Julian Wiedmann
4
-99
/
+64
2017-04-11
bpf: remove struct bpf_map_type_list
Johannes Berg
7
-165
/
+53
2017-04-11
bpf: remove struct bpf_prog_type_list
Johannes Berg
5
-122
/
+44
2017-04-11
Merge branch 'fec-driver-code-clean'
David S. Miller
1
-17
/
+28
2017-04-11
net: fec: add ERR007885 for i.MX6ul enet IP
Fugang Duan
1
-2
/
+3
2017-04-11
net: fec: correct the errata number comment typo
Fugang Duan
1
-1
/
+1
2017-04-11
net: fec: add phy-reset-gpios PROBE_DEFER check
Fugang Duan
1
-8
/
+18
2017-04-11
net: fec: pass ->dev to dma_alloc__coherent() API
Fugang Duan
1
-2
/
+2
2017-04-11
net: fec: avoid BD pointer type cast to 32bit
Fugang Duan
1
-2
/
+2
2017-04-11
net: fec: add return value check after calling .of_property_read_u32()
Fugang Duan
1
-2
/
+2
2017-04-11
Merge branch 'l2tp-drop-l2tp_session_find'
David S. Miller
3
-58
/
+1
2017-04-11
l2tp: remove l2tp_session_find()
Guillaume Nault
2
-53
/
+1
2017-04-11
l2tp: remove useless duplicate session detection in l2tp_netlink
Guillaume Nault
1
-5
/
+0
2017-04-11
Merge branch 'net-remove-pci_enable_msix'
David S. Miller
10
-253
/
+112
2017-04-11
mlxsw: convert to pci_alloc_irq_vectors
Christoph Hellwig
1
-7
/
+6
2017-04-11
PCI: remove pci_enable_msix
Christoph Hellwig
2
-25
/
+0
2017-04-11
net: thunderx: Switch to pci_alloc_irq_vectors
Thanneeru Srinivasulu
3
-96
/
+40
2017-04-11
net/ena: switch to pci_alloc_irq_vectors
Christoph Hellwig
2
-45
/
+12
2017-04-11
net: alx: switch to pci_alloc_irq_vectors
Christoph Hellwig
2
-80
/
+54
2017-04-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
4
-10
/
+7
2017-04-10
Merge branch 'ftgmac100-rework-batch3-tx-path'
David S. Miller
2
-209
/
+249
2017-04-10
ftgmac100: Remove tx descriptor accessors
Benjamin Herrenschmidt
2
-114
/
+69
2017-04-10
ftgmac100: Add support for fragmented tx
Benjamin Herrenschmidt
1
-25
/
+94
2017-04-10
ftgmac100: Don't clear tx desc fields unnecessarily
Benjamin Herrenschmidt
1
-11
/
+6
2017-04-10
ftgmac100: Split tx packet freeing from ftgmac100_tx_complete_packet()
Benjamin Herrenschmidt
1
-17
/
+21
2017-04-10
ftgmac100: Move the barrier out of ftgmac100_txdes_set_dma_own()
Benjamin Herrenschmidt
1
-5
/
+4
2017-04-10
ftgmac100: Cleanup tx queue handling
Benjamin Herrenschmidt
1
-35
/
+68
2017-04-10
ftgmac100: Store tx skbs in a separate array
Benjamin Herrenschmidt
1
-43
/
+16
2017-04-10
ftgmac100: Pad small frames properly
Benjamin Herrenschmidt
1
-2
/
+8
2017-04-10
ftgmac100: Factor tx packet dropping path
Benjamin Herrenschmidt
1
-8
/
+9
2017-04-10
ftgmac100: Merge ftgmac100_xmit() into ftgmac100_hard_start_xmit()
Benjamin Herrenschmidt
1
-33
/
+25
2017-04-10
ftgmac100: Move ftgmac100_hard_start_xmit() around
Benjamin Herrenschmidt
1
-29
/
+29
2017-04-10
ftgmac100: Add a tx timeout handler
Benjamin Herrenschmidt
1
-0
/
+13
2017-04-10
net: dsa: mt7530: Include gpio/consumer.h for GPIO functions
Florian Fainelli
1
-0
/
+1
2017-04-10
bpf: fix comment typo
Alexander Alemayhu
2
-2
/
+2
2017-04-10
netvsc: use napi_consume_skb
stephen hemminger
1
-7
/
+11
2017-04-10
Merge tag 'wireless-drivers-next-for-davem-2017-04-07' of git://git.kernel.or...
David S. Miller
99
-7944
/
+6615
2017-04-10
Revert "rtnl: Add support for netdev event to link messages"
David S. Miller
4
-107
/
+11
2017-04-09
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
9
-186
/
+486
2017-04-08
Merge branch 'dsa-receive-path-simplifications'
David S. Miller
9
-131
/
+57
2017-04-08
net: dsa: Factor bottom tag receive functions
Florian Fainelli
9
-84
/
+53
2017-04-08
net: dsa: Move skb_unshare() to dsa_switch_rcv()
Florian Fainelli
7
-30
/
+4
2017-04-08
net: dsa: Do not check for NULL dst in tag parsers
Florian Fainelli
6
-17
/
+0
2017-04-08
skbuff: Extend gso_type to unsigned int.
Steffen Klassert
1
-1
/
+2
2017-04-08
liquidio: fix VF incorrectly indicating that it successfully set its VLAN
Felix Manlunas
5
-5
/
+43
2017-04-08
netvsc: Initialize all channel related state prior to opening the channel
K. Y. Srinivasan
2
-14
/
+18
2017-04-08
net: dsa: mv88e6xxx: Make SMI c22/c45 read/write functions static
Florian Fainelli
1
-8
/
+12
2017-04-08
netlink: uapi: use hex numbers for NLM_F_* flags
Johannes Berg
1
-6
/
+6
2017-04-08
nfp: don't dereference a null nn->eth_port to print a warning
Colin Ian King
1
-2
/
+1
[next]