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.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
2014-01-17
net: eth_type_trans() should use skb_header_pointer()
Eric Dumazet
1
-2
/
+5
2014-01-17
Merge branch 'stmmac_pm'
David S. Miller
5
-208
/
+209
2014-01-17
net: stmmac: notify the PM core of a wakeup event.
Srinivas Kandagatla
2
-2
/
+8
2014-01-17
net: stmmac: restore pinstate in pm resume.
Srinivas Kandagatla
1
-0
/
+3
2014-01-17
net: stmmac: use suspend functions for hibernation
Srinivas Kandagatla
3
-50
/
+12
2014-01-17
net: stmmac: fix power management suspend-resume case
Srinivas Kandagatla
1
-6
/
+7
2014-01-17
net: stmmac: make stmmac_mdio_reset non-static
Srinivas Kandagatla
2
-1
/
+2
2014-01-17
net: stmmac: move hardware setup for stmmac_open to new function
Srinivas Kandagatla
1
-67
/
+88
2014-01-17
net: stmmac: move dma allocation to new function
Srinivas Kandagatla
1
-84
/
+85
2014-01-17
net: stmmac: mdio: remove reset gpio free
Srinivas Kandagatla
1
-1
/
+0
2014-01-17
net: stmmac: support max-speed device tree property
Srinivas Kandagatla
3
-1
/
+8
2014-01-17
Merge branch 'mvneta'
David S. Miller
1
-172
/
+215
2014-01-17
net: mvneta: make mvneta_txq_done() return void
Arnaud Ebalard
1
-5
/
+4
2014-01-17
net: mvneta: mvneta_tx_done_gbe() cleanups
Arnaud Ebalard
1
-13
/
+4
2014-01-17
net: mvneta: implement rx_copybreak
willy tarreau
1
-6
/
+38
2014-01-17
net: mvneta: convert to build_skb()
willy tarreau
1
-14
/
+35
2014-01-17
net: mvneta: prefetch next rx descriptor instead of current one
willy tarreau
1
-1
/
+1
2014-01-17
net: mvneta: simplify access to the rx descriptor status
willy tarreau
1
-13
/
+12
2014-01-17
net: mvneta: factor rx refilling code
willy tarreau
1
-20
/
+3
2014-01-17
net: mvneta: remove tests for impossible cases in the tx_done path
willy tarreau
1
-6
/
+9
2014-01-17
net: mvneta: replace Tx timer with a real interrupt
willy tarreau
1
-59
/
+12
2014-01-17
net: mvneta: add missing bit descriptions for interrupt masks and causes
willy tarreau
1
-2
/
+42
2014-01-17
net: mvneta: do not schedule in mvneta_tx_timeout
willy tarreau
1
-11
/
+0
2014-01-17
net: mvneta: use per_cpu stats to fix an SMP lock up
willy tarreau
1
-29
/
+55
2014-01-17
net: mvneta: increase the 64-bit rx/tx stats out of the hot path
willy tarreau
1
-4
/
+11
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
155
-155
/
+0
2014-01-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
3
-2
/
+4
2014-01-16
neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.
Jiri Pirko
2
-2
/
+7
2014-01-16
Merge branch 'ixgbe'
David S. Miller
2
-3
/
+35
2014-01-16
ixgbe: Clear head write-back registers on VF reset
Alexander Duyck
2
-0
/
+17
2014-01-16
ixgbe: Force QDE via PFQDE for VFs during reset
Alexander Duyck
2
-3
/
+18
2014-01-16
Merge branch 'noprefixroute'
David S. Miller
2
-81
/
+123
2014-01-16
ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTE
Thomas Haller
1
-75
/
+109
2014-01-16
ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routes
Thomas Haller
2
-6
/
+14
2014-01-16
Revert "batman-adv: drop dependency against CRC16"
David S. Miller
1
-0
/
+1
2014-01-16
sctp: create helper function to enable|disable sackdelay
wangweidong
1
-18
/
+19
2014-01-16
ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helper
Li RongQing
5
-6
/
+8
2014-01-16
Merge branch 'be2net'
David S. Miller
5
-201
/
+227
2014-01-16
be2net: update driver version to 10.0.x
Sathya Perla
1
-1
/
+1
2014-01-16
be2net: cleanup wake-on-lan code
Suresh Reddy
4
-35
/
+19
2014-01-16
be2net: use GET_MAC_LIST cmd to query mac-address from a pmac-id
Suresh Reddy
3
-17
/
+23
2014-01-16
be2net: do not use frag index in the RX-compl entry
Suresh Reddy
2
-22
/
+9
2014-01-16
be2net: Remove "10Gbps" from driver description string
Suresh Reddy
1
-1
/
+1
2014-01-16
be2net: fix incorrect setting of cmd_privileges for VFs
Suresh Reddy
3
-11
/
+15
2014-01-16
be2net: ignore mac-addr set call for an already programmed mac-addr
Vasundhara Volam
1
-0
/
+6
2014-01-16
be2net: do not call be_set/get_fw_log_level() on Skyhawk-R
Vasundhara Volam
4
-97
/
+82
2014-01-16
be2net: Log the profile-id used by FW during driver initialization
Vasundhara Volam
3
-0
/
+55
2014-01-16
be2net: don't set "pport" field when querying "pvid"
Vasundhara Volam
1
-1
/
+1
2014-01-16
be2net: Use MCC_CREATE_EXT_V1 cmd for Skyhawk-R
Vasundhara Volam
2
-16
/
+15
2014-01-16
etherdevice: Use ether_addr_copy to copy an Ethernet address
Joe Perches
1
-1
/
+23
[next]