index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Fixing a bug in team driver due to incorrect 'unsigned int' to 'int' conversion
Alex Sidorenko
2016-10-08
1
-1
/
+1
|
*
|
MAINTAINERS: add myself as a maintainer of xen-netback
Paul Durrant
2016-10-08
1
-0
/
+1
|
*
|
ipv6 addrconf: disallow rtr_solicits < -1
Maciej Żenczykowski
2016-10-08
1
-1
/
+3
|
*
|
drivers: net: phy: Correct duplicate MDIO_XGENE entry
Laura Abbott
2016-10-07
1
-7
/
+1
|
*
|
ethernet: qualcomm: QCOM_EMAC should depend on HAS_DMA and HAS_IOMEM
Geert Uytterhoeven
2016-10-07
1
-0
/
+1
|
*
|
Merge branch 'mediatek-hw-lro-chip-id-check'
David S. Miller
2016-10-07
3
-4
/
+47
|
|
\
\
|
|
*
|
net: ethernet: mediatek: remove hwlro property in the device tree
Nelson Chang
2016-10-07
1
-2
/
+0
|
|
*
|
net: ethernet: mediatek: get hw lro capability by the chip id instead of by t...
Nelson Chang
2016-10-07
2
-2
/
+13
|
|
*
|
net: ethernet: mediatek: get the chip id by ETHDMASYS registers
Nelson Chang
2016-10-07
2
-0
/
+34
|
|
/
/
|
*
|
Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern...
David S. Miller
2016-10-07
12
-117
/
+252
|
|
\
\
|
|
*
|
rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phase
David Howells
2016-10-06
1
-5
/
+6
|
|
*
|
rxrpc: Need to produce an ACK for service op if op takes a long time
David Howells
2016-10-06
5
-6
/
+28
|
|
*
|
afs: Check for fatal error when in waiting for ack state
David Howells
2016-10-06
1
-1
/
+1
|
|
*
|
rxrpc: Return negative error code to kernel service
David Howells
2016-10-06
1
-1
/
+1
|
|
*
|
rxrpc: Add missing notification
David Howells
2016-10-06
1
-0
/
+1
|
|
*
|
rxrpc: Queue the call on expiry
David Howells
2016-10-06
1
-4
/
+6
|
|
*
|
rxrpc: Partially handle OpenAFS's improper termination of calls
David Howells
2016-10-06
1
-0
/
+37
|
|
*
|
rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKs
David Howells
2016-10-06
8
-29
/
+82
|
|
*
|
rxrpc: Fix warning by splitting rxrpc_send_call_packet()
David Howells
2016-10-06
8
-84
/
+102
|
|
*
|
rxrpc: Only ping for lost reply in client call
David Howells
2016-10-06
1
-1
/
+2
|
|
*
|
rxrpc: Fix oops on incoming call to serviceless endpoint
David Howells
2016-10-06
1
-1
/
+1
|
|
*
|
rxrpc: Fix duplicate const
David Howells
2016-10-06
2
-2
/
+2
|
|
*
|
rxrpc: Accesses of rxrpc_local::service need to be RCU managed
David Howells
2016-10-06
1
-2
/
+2
|
|
|
/
|
*
|
net: bgmac: Fix errant feature flag check
Jon Mason
2016-10-07
1
-1
/
+1
|
*
|
netlink: do not enter direct reclaim from netlink_dump()
Eric Dumazet
2016-10-07
1
-3
/
+4
|
*
|
packet: call fanout_release, while UNREGISTERING a netdev
Anoob Soman
2016-10-07
1
-0
/
+1
|
*
|
devicetree: net: micrel-ksz90x1.txt: Properly explain skew settings
Mike Looijmans
2016-10-07
1
-3
/
+4
|
*
|
net: phy: Add Wake-on-LAN driver for Microsemi PHYs.
Raju Lakkaraju
2016-10-07
1
-0
/
+128
|
*
|
dt-bindings: net: renesas-ravb: Add support for R8A7796 RAVB
Laurent Pinchart
2016-10-07
1
-1
/
+2
|
*
|
drivers: net: cpsw-phy-sel: add support to configure rgmii internal delay
Mugunthan V N
2016-10-07
1
-0
/
+14
|
*
|
net: hns: Add missing \n to end of dev_err messages, tidy up text
Colin Ian King
2016-10-07
1
-11
/
+11
|
*
|
net: ps3_gelic: Add missing \n to end of deb_dbg message
Colin Ian King
2016-10-07
1
-1
/
+1
|
*
|
net: axienet: Add missing \n to end of dev_err messages
Colin Ian King
2016-10-07
1
-2
/
+2
|
*
|
Merge branch 'xen-netback-rx-refactor'
David S. Miller
2016-10-07
6
-793
/
+644
|
|
\
\
|
|
*
|
xen/netback: add fraglist support for to-guest rx
Ross Lagerwall
2016-10-07
2
-10
/
+30
|
|
*
|
xen-netback: batch copies for multiple to-guest rx packets
David Vrabel
2016-10-07
2
-10
/
+18
|
|
*
|
xen-netback: process guest rx packets in batches
David Vrabel
2016-10-07
1
-1
/
+14
|
|
*
|
xen-netback: immediately wake tx queue when guest rx queue has space
David Vrabel
2016-10-07
1
-16
/
+8
|
|
*
|
xen-netback: refactor guest rx
David Vrabel
2016-10-07
2
-384
/
+215
|
|
*
|
xen-netback: retire guest rx side prefix GSO feature
Paul Durrant
2016-10-07
4
-50
/
+2
|
|
*
|
xen-netback: separate guest side rx code into separate module
Paul Durrant
2016-10-07
3
-755
/
+790
|
|
/
/
|
*
|
Merge branch 'fman-next' of git://git.freescale.com/ppc/upstream/linux
David S. Miller
2016-10-07
11
-116
/
+139
|
|
\
\
|
|
*
|
MAINTAINERS: net: add entry for Freescale QorIQ DPAA FMan driver
Madalin Bucur
2016-10-04
1
-0
/
+7
|
|
*
|
fsl/fman: remove leftover comment
Madalin Bucur
2016-10-04
1
-4
/
+0
|
|
*
|
fsl/fman: fix return value checking
Madalin Bucur
2016-10-04
1
-2
/
+2
|
|
*
|
fsl/fman: simplify redundant condition
Madalin Bucur
2016-10-04
1
-2
/
+1
|
|
*
|
fsl/fman: check of_get_phy_mode() return value
Madalin Bucur
2016-10-04
1
-4
/
+6
|
|
*
|
fsl/fman: check pcsphy pointer before use
Madalin Bucur
2016-10-04
1
-0
/
+3
|
|
*
|
fsl/fman: MEMAC may use QSGMII PHY interface mode
Madalin Bucur
2016-10-04
1
-1
/
+2
|
|
*
|
fsl/fman: return a phy_dev pointer from init
Madalin Bucur
2016-10-04
2
-12
/
+13
[prev]
[next]