index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
s390
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-23
rxrpc: Add a tracepoint for the call timer
David Howells
6
-7
/
+65
2016-09-23
rxrpc: Don't call the tx_ack tracepoint if don't generate an ACK
David Howells
1
-15
/
+11
2016-09-23
rxrpc: Pass the last Tx packet marker in the annotation buffer
David Howells
4
-45
/
+81
2016-09-23
rxrpc: Fix call timer
David Howells
2
-13
/
+16
2016-09-23
rxrpc: Fix accidental cancellation of scheduled resend by ACK parser
David Howells
1
-0
/
+2
2016-09-23
rxrpc: Need to start the resend timer on initial transmission
David Howells
3
-1
/
+11
2016-09-23
rxrpc: Use before_eq() and friends to compare serial numbers
David Howells
1
-1
/
+1
2016-09-23
rxrpc: Should be using ktime_add_ms() not ktime_add_ns()
David Howells
1
-1
/
+1
2016-09-23
rxrpc: Make sure sendmsg() is woken on call completion
David Howells
1
-0
/
+1
2016-09-23
rxrpc: Don't send an ACK at the end of service call response transmission
David Howells
1
-2
/
+0
2016-09-23
rxrpc: Preset timestamp on Tx sk_buffs
David Howells
1
-0
/
+5
2016-09-23
cxgb4: fix signed wrap around when decrementing index idx
Colin Ian King
1
-1
/
+1
2016-09-23
net/mlx5e: Add TC vlan match parsing
Or Gerlitz
1
-0
/
+19
2016-09-23
net/mlx5e: Add TC vlan action for SRIOV offloads
Or Gerlitz
1
-11
/
+32
2016-09-23
net/mlx5: E-Switch, Support VLAN actions in the offloads mode
Or Gerlitz
5
-1
/
+249
2016-09-23
net/mlx5e: Refactor retrival of skb from rx completion element (cqe)
Or Gerlitz
1
-13
/
+28
2016-09-23
net/mlx5: Put elements related to offloaded TC rule in one struct
Or Gerlitz
3
-26
/
+44
2016-09-23
net/mlx5: E-Switch, Allow fine tuning of eswitch vport push/pop vlan
Or Gerlitz
2
-11
/
+27
2016-09-23
net/mlx5: E-Switch, Set vport representor fields explicitly on registration
Or Gerlitz
2
-3
/
+10
2016-09-23
net/mlx5: E-Switch, Set the vport when registering the uplink rep
Or Gerlitz
4
-26
/
+20
2016-09-23
net_sched: act_vlan: add helper inlines to access tcf_vlan info
Or Gerlitz
1
-0
/
+25
2016-09-23
net_sched: sch_fq: account for schedule/timers drifts
Eric Dumazet
2
-4
/
+19
2016-09-23
sfc: check async completer is !NULL before calling
Bert Kenward
1
-1
/
+2
2016-09-23
sctp: improve how SSN, TSN and ASCONF serial are compared
Marcelo Ricardo Leitner
1
-76
/
+18
2016-09-23
sctp: fix the handling of SACK Gap Ack blocks
Marcelo Ricardo Leitner
1
-5
/
+6
2016-09-23
net_sched: check NULL on error path in route4_change()
WANG Cong
1
-1
/
+2
2016-09-22
xen-netback: switch to threaded irq for control ring
Juergen Gross
3
-49
/
+11
2016-09-22
net: ethernet: mediatek: get out of potential invalid pointer access
Sean Wang
1
-2
/
+4
2016-09-22
net: ethernet: mediatek: use [get|set]_link_ksettings
Sean Wang
1
-21
/
+12
2016-09-22
net: ethernet: mediatek: remove superfluous local variable for phy address
Sean Wang
1
-9
/
+1
2016-09-22
net: ethernet: mediatek: use phydev from struct net_device
Sean Wang
2
-39
/
+36
2016-09-22
net: ethernet: mediatek: add the dts property to set if TRGMII supported on GMAC0
Sean Wang
1
-1
/
+4
2016-09-22
net: ethernet: mediatek: add support for GMAC0 connecting with external PHY through TRGMII
Sean Wang
2
-2
/
+61
2016-09-22
net: ethernet: mediatek: add extension of phy-mode for TRGMII
Sean Wang
3
-0
/
+8
2016-09-22
rxrpc: Reduce the number of PING ACKs sent
David Howells
2
-3
/
+6
2016-09-22
rxrpc: Reduce the number of ACK-Requests sent
David Howells
4
-4
/
+13
2016-09-22
tcp: properly account Fast Open SYN-ACK retrans
Yuchung Cheng
3
-1
/
+4
2016-09-22
tcp: fix under-accounting retransmit SNMP counters
Yuchung Cheng
1
-1
/
+1
2016-09-22
net/faraday: Mask out PHYSTS_CHG interrupt
Joel Stanley
2
-7
/
+4
2016-09-22
net/faraday: Configure old MDIO interface on Aspeed SoCs
Joel Stanley
2
-0
/
+14
2016-09-22
net/faraday: Clear stale interrupts
Gavin Shan
1
-0
/
+6
2016-09-22
net/faraday: Adapt for Aspeed SoCs
Joel Stanley
1
-3
/
+10
2016-09-22
net/faraday: Make EDO{R,T}R bits configurable
Andrew Jeffery
2
-16
/
+26
2016-09-22
net/faraday: Separate rx page storage from rxdesc
Andrew Jeffery
1
-7
/
+18
2016-09-22
rxrpc: Obtain RTT data by requesting ACKs on DATA packets
David Howells
7
-20
/
+57
2016-09-22
rxrpc: Add ktime_sub_ms()
David Howells
1
-0
/
+5
2016-09-22
rxrpc: Expedite ping response transmission
David Howells
1
-0
/
+4
2016-09-22
rxrpc: Send pings to get RTT data
David Howells
4
-8
/
+80
2016-09-22
cxgb4: Convert to use simple_open()
Wei Yongjun
1
-7
/
+1
2016-09-22
net: dsa: qca8k: use mdio_module_driver to simplify the code
Wei Yongjun
1
-13
/
+1
[next]