index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-28
net: mvpp2: check ethtool sets the Tx ring size is to a valid min value
Antoine Tenart
1
-0
/
+6
2017-11-28
net: mvpp2: do not disable GMAC padding
Yan Markman
1
-9
/
+0
2017-11-28
net: mvpp2: cleanup probed ports in the probe error path
Antoine Tenart
1
-2
/
+9
2017-11-28
net: mvpp2: fix the txq_init error path
Antoine Tenart
1
-18
/
+2
2017-11-28
Merge branch 'mlxsw-GRE-offloading-fixes'
David S. Miller
1
-40
/
+69
2017-11-28
mlxsw: spectrum_router: Update nexthop RIF on update
Petr Machata
1
-7
/
+21
2017-11-28
mlxsw: spectrum_router: Handle encap to demoted tunnels
Petr Machata
1
-32
/
+29
2017-11-28
mlxsw: spectrum_router: Demote tunnels on VRF migration
Petr Machata
1
-0
/
+18
2017-11-28
mlxsw: spectrum_router: Offload decap only for up tunnels
Petr Machata
1
-1
/
+1
2017-11-28
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
5
-8
/
+13
2017-11-27
e1000: Fix off-by-one in debug message
Ahmad Fatoum
1
-2
/
+4
2017-11-27
i40e: Fix reporting incorrect error codes
Amritha Nambiar
1
-1
/
+0
2017-11-27
e1000e: fix the use of magic numbers for buffer overrun issue
Sasha Neftin
2
-4
/
+8
2017-11-27
i40e/virtchnl: fix application of sizeof to pointer
Gustavo A R Silva
1
-1
/
+1
2017-11-27
tipc: eliminate access after delete in group_filter_msg()
Jon Maloy
1
-1
/
+1
2017-11-27
xen-netfront: remove warning when unloading module
Eduardo Otubo
1
-0
/
+18
2017-11-28
Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/lin...
David S. Miller
10
-17
/
+61
2017-11-28
Merge branch 'sctp-stream-reconfig-fixes'
David S. Miller
1
-12
/
+65
2017-11-28
sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1
Xin Long
1
-1
/
+1
2017-11-28
sctp: avoid flushing unsent queue when doing asoc reset
Xin Long
1
-7
/
+14
2017-11-28
sctp: only allow the asoc reset when the asoc outq is empty
Xin Long
1
-0
/
+9
2017-11-28
sctp: only allow the out stream reset when the stream outq is empty
Xin Long
1
-0
/
+35
2017-11-28
sctp: use sizeof(__u16) for each stream number length instead of magic number
Xin Long
1
-4
/
+6
2017-11-27
mac80211: tear down RX aggregations first
Sara Sharon
1
-1
/
+3
2017-11-27
mac80211: fix the update of path metric for RANN frame
Chun-Yeow Yeoh
1
-6
/
+9
2017-11-27
mac80211: use QoS NDP for AP probing
Johannes Berg
7
-10
/
+42
2017-11-26
openvswitch: fix the incorrect flow action alloc size
zhangliping
1
-8
/
+8
2017-11-27
net: openvswitch: datapath: fix data type in queue_gso_packets
Gustavo A. R. Silva
1
-1
/
+1
2017-11-26
uapi: add SPDX identifier to vm_sockets_diag.h
Stephen Hemminger
1
-0
/
+1
2017-11-26
net: dsa: fix 'increment on 0' warning
Vivien Didelot
1
-11
/
+14
2017-11-26
VSOCK: Don't call vsock_stream_has_data in atomic context
Jorgen Hansen
1
-3
/
+7
2017-11-25
net: sched: crash on blocks with goto chain action
Roman Kapl
1
-5
/
+12
2017-11-25
net: thunderbolt: Stop using zero to mean no valid DMA mapping
Mika Westerberg
1
-33
/
+24
2017-11-25
net: thunderx: Fix TCP/UDP checksum offload for IPv6 pkts
Sunil Goutham
1
-1
/
+0
2017-11-24
cfg80211: select CRYPTO_SHA256 if needed
Johannes Berg
1
-0
/
+7
2017-11-25
forcedeth: replace pci_unmap_page with dma_unmap_page
Zhu Yanjun
1
-2
/
+2
2017-11-25
Merge tag 'rxrpc-fixes-20171124' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
17
-325
/
+752
2017-11-24
rxrpc: Fix conn expiry timers
David Howells
5
-28
/
+68
2017-11-24
rxrpc: Fix service endpoint expiry
David Howells
6
-18
/
+47
2017-11-24
rxrpc: Add keepalive for a call
David Howells
4
-0
/
+40
2017-11-24
rxrpc: Add a timeout for detecting lost ACKs/lost DATA
David Howells
8
-12
/
+98
2017-11-24
rxrpc: Express protocol timeouts in terms of RTT
David Howells
2
-4
/
+25
2017-11-24
rxrpc: Don't transmit DELAY ACKs immediately on proposal
David Howells
1
-2
/
+2
2017-11-24
rxrpc: Fix call timeouts
David Howells
11
-201
/
+290
2017-11-24
rxrpc: Split the call params from the operation params
David Howells
4
-45
/
+60
2017-11-24
rxrpc: Delay terminal ACK transmission on a client call
David Howells
5
-13
/
+108
2017-11-24
rxrpc: Provide a different lockdep key for call->user_mutex for kernel calls
David Howells
3
-6
/
+17
2017-11-24
rxrpc: Don't set upgrade by default in sendmsg()
David Howells
1
-1
/
+1
2017-11-24
rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasing
David Howells
1
-2
/
+3
2017-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
62
-409
/
+995
[next]