index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
dccp: do not send reset to already closed sockets
Eric Dumazet
2016-11-03
1
-0
/
+4
*
dccp: do not release listeners too soon
Eric Dumazet
2016-11-03
4
-6
/
+8
*
tcp: fix return value for partial writes
Eric Dumazet
2016-11-03
1
-1
/
+1
*
ipv4: allow local fragmentation in ip_finish_output_gso()
Lance Richardson
2016-11-03
5
-19
/
+5
*
net: tcp: check skb is non-NULL for exact match on lookups
David Ahern
2016-11-03
2
-2
/
+2
*
tcp: fix potential memory corruption
Eric Dumazet
2016-11-03
1
-1
/
+1
*
qede: Correctly map aggregation replacement pages
Mintz, Yuval
2016-11-03
1
-1
/
+1
*
cxgb4: correct device ID of T6 adapter
Hariprasad Shenai
2016-11-03
1
-1
/
+1
*
inet: fix sleeping inside inet_wait_for_connect()
WANG Cong
2016-11-03
1
-5
/
+4
*
xen-netfront: cast grant table reference first to type int
Dongli Zhang
2016-11-02
1
-2
/
+2
*
ip6_udp_tunnel: remove unused IPCB related codes
Eli Cooper
2016-11-02
1
-3
/
+0
*
ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()
Eli Cooper
2016-11-02
1
-0
/
+1
*
MAINTAINERS: Update MELLANOX MLX5 core VPI driver maintainers
Saeed Mahameed
2016-11-02
1
-0
/
+1
*
net: mv643xx_eth: ensure coalesce settings survive read-modify-write
Russell King
2016-11-01
1
-0
/
+2
*
net/mlx5: Simplify a test
Christophe Jaillet
2016-11-01
1
-1
/
+1
*
unix: escape all null bytes in abstract unix domain socket
Isaac Boukris
2016-11-01
1
-1
/
+2
*
net: qcom/emac: use correct value for SGMII_LN_UCDR_SO_GAIN_MODE0
Timur Tabi
2016-11-01
1
-1
/
+1
*
Merge branch 'xgene-coalescing-bugs'
David S. Miller
2016-11-01
4
-18
/
+11
|
\
|
*
drivers: net: xgene: fix: Coalescing values for v2 hardware
Iyappan Subramanian
2016-11-01
2
-5
/
+9
|
*
drivers: net: xgene: fix: Disable coalescing on v1 hardware
Iyappan Subramanian
2016-11-01
2
-13
/
+2
|
/
*
Merge tag 'linux-can-fixes-for-4.9-20161031' of git://git.kernel.org/pub/scm/...
David S. Miller
2016-10-31
2
-9
/
+41
|
\
|
*
can: bcm: fix warning in bcm_connect/proc_register
Oliver Hartkopp
2016-10-31
1
-9
/
+23
|
*
can: sja1000: plx_pci: Add support for Moxa CAN devices
Lukas Resch
2016-10-31
1
-0
/
+18
*
|
bgmac: stop clearing DMA receive control register right after it is set
Andy Gospodarek
2016-10-31
1
-1
/
+4
*
|
Merge branch 'sctp-hold-transport-fixes'
David S. Miller
2016-10-31
4
-24
/
+20
|
\
\
|
*
|
sctp: hold transport instead of assoc when lookup assoc in rx path
Xin Long
2016-10-31
3
-18
/
+18
|
*
|
sctp: return back transport in __sctp_rcv_init_lookup
Xin Long
2016-10-31
1
-2
/
+1
|
*
|
sctp: hold transport instead of assoc in sctp_diag
Xin Long
2016-10-31
1
-4
/
+1
|
/
/
*
|
xen-netfront: do not cast grant table reference to signed short
Dongli Zhang
2016-10-31
1
-2
/
+2
*
|
Merge tag 'wireless-drivers-for-davem-2016-10-30' of git://git.kernel.org/pub...
David S. Miller
2016-10-31
10
-54
/
+129
|
\
\
|
|
/
|
/
|
|
*
brcmfmac: avoid maybe-uninitialized warning in brcmf_cfg80211_start_ap
Arnd Bergmann
2016-10-27
1
-1
/
+1
|
*
Merge tag 'iwlwifi-for-kalle-2015-10-25' of git://git.kernel.org/pub/scm/linu...
Kalle Valo
2016-10-27
9
-53
/
+128
|
|
\
|
|
*
iwlwifi: mvm: fix netdetect starting/stopping for unified images
Luca Coelho
2016-10-19
2
-6
/
+46
|
|
*
iwlwifi: pcie: fix SPLC structure parsing
Luca Coelho
2016-10-19
1
-31
/
+48
|
|
*
iwlwifi: mvm: wake the wait queue when the RX sync counter is zero
Sara Sharon
2016-10-19
4
-3
/
+5
|
|
*
iwlwifi: mvm: comply with fw_restart mod param on suspend
Haim Dreyfuss
2016-10-19
1
-1
/
+4
|
|
*
iwlwifi: mvm: fix d3_test with unified D0/D3 images
Luca Coelho
2016-10-19
1
-10
/
+15
|
|
*
iwlwifi: mvm: use ssize_t for len in iwl_debugfs_mem_read()
Luca Coelho
2016-10-19
1
-2
/
+2
|
|
*
iwlwifi: pcie: mark command queue lock with separate lockdep class
Johannes Berg
2016-10-19
1
-0
/
+8
*
|
|
mlxsw: spectrum: Fix incorrect reuse of MID entries
Ido Schimmel
2016-10-31
2
-8
/
+8
*
|
|
qede: Fix statistics' strings for Tx/Rx queues
Mintz, Yuval
2016-10-31
1
-9
/
+16
*
|
|
net: mangle zero checksum in skb_checksum_help()
Eric Dumazet
2016-10-31
1
-1
/
+1
*
|
|
net: clear sk_err_soft in sk_clone_lock()
Eric Dumazet
2016-10-31
1
-0
/
+1
*
|
|
dctcp: avoid bogus doubling of cwnd after loss
Florian Westphal
2016-10-31
1
-1
/
+12
*
|
|
ipv6: add mtu lock check in __ip6_rt_update_pmtu
Xin Long
2016-10-31
1
-0
/
+3
*
|
|
ipv6: Don't use ufo handling on later transformed packets
Jakub Sitnicki
2016-10-31
1
-1
/
+1
*
|
|
r8152: Fix broken RX checksums.
Mark Lord
2016-10-30
1
-2
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-10-29
240
-1387
/
+1988
|
\
\
\
|
*
|
|
geneve: avoid using stale geneve socket.
pravin shelar
2016-10-29
1
-11
/
+34
|
*
|
|
vxlan: avoid using stale vxlan socket.
pravin shelar
2016-10-29
2
-32
/
+52
[next]