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-01-24
net: Specify the owning module for lwtunnel ops
Robert Shearman
6
-0
/
+8
2017-01-24
Merge branch 'tipc-topology-fixes'
David S. Miller
4
-83
/
+99
2017-01-24
tipc: fix cleanup at module unload
Parthasarathy Bhuvaragan
1
-3
/
+1
2017-01-24
tipc: ignore requests when the connection state is not CONNECTED
Parthasarathy Bhuvaragan
1
-6
/
+7
2017-01-24
tipc: fix nametbl_lock soft lockup at module exit
Parthasarathy Bhuvaragan
1
-11
/
+5
2017-01-24
tipc: fix connection refcount error
Parthasarathy Bhuvaragan
1
-9
/
+10
2017-01-24
tipc: add subscription refcount to avoid invalid delete
Parthasarathy Bhuvaragan
2
-54
/
+71
2017-01-24
tipc: fix nametbl_lock soft lockup at node/link events
Parthasarathy Bhuvaragan
1
-2
/
+7
2017-01-24
Merge branch 'alx-mq-fixes'
David S. Miller
1
-3
/
+8
2017-01-24
alx: work around hardware bug in interrupt fallback path
Tobias Regnery
1
-2
/
+6
2017-01-24
alx: fix fallback to msi or legacy interrupts
Tobias Regnery
1
-0
/
+1
2017-01-24
alx: fix wrong condition to free descriptor memory
Tobias Regnery
1
-1
/
+1
2017-01-24
qmi_wwan/cdc_ether: add device ID for HP lt2523 (Novatel E371) WWAN card
Bjørn Mork
2
-0
/
+15
2017-01-24
ibmveth: Add a proper check for the availability of the checksum features
Thomas Huth
1
-2
/
+5
2017-01-24
Merge branch 'vxlan-fdb-fixes'
David S. Miller
1
-3
/
+7
2017-01-24
vxlan: do not age static remote mac entries
Balakrishnan Raman
1
-1
/
+1
2017-01-24
vxlan: don't flush static fdb entries on admin down
Roopa Prabhu
1
-2
/
+6
2017-01-24
Merge branch 'ip6_tnl_parse_tlv_enc_lim-fixes'
David S. Miller
2
-12
/
+27
2017-01-24
ipv6: fix ip6_tnl_parse_tlv_enc_lim()
Eric Dumazet
1
-12
/
+22
2017-01-24
ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()
Eric Dumazet
2
-0
/
+5
2017-01-24
virtio_net: fix PAGE_SIZE > 64k
Michael S. Tsirkin
1
-1
/
+9
2017-01-24
af_unix: move unix_mknod() out of bindlock
WANG Cong
1
-11
/
+16
2017-01-24
mlxsw: spectrum_router: Correctly reallocate adjacency entries
Ido Schimmel
1
-4
/
+6
2017-01-24
r8152: don't execute runtime suspend if the tx is not empty
hayeswang
1
-1
/
+3
2017-01-24
Documentation: net: phy: improve explanation when to specify the PHY ID
Martin Blumenstingl
1
-2
/
+3
2017-01-24
net: phy: marvell: Add Wake from LAN support for 88E1510 PHY
Jingju Hou
1
-0
/
+2
2017-01-24
Merge tag 'mac80211-for-davem-2017-01-24' of git://git.kernel.org/pub/scm/lin...
David S. Miller
1
-2
/
+0
2017-01-24
mac80211: don't try to sleep in rate_control_rate_init()
Johannes Berg
1
-2
/
+0
2017-01-23
net: dsa: Check return value of phy_connect_direct()
Florian Fainelli
1
-4
/
+2
2017-01-23
net: phy: Avoid deadlock during phy_error()
Florian Fainelli
1
-5
/
+9
2017-01-23
net: mpls: Fix multipath selection for LSR use case
David Ahern
1
-23
/
+25
2017-01-22
Merge branch 'amd-xgbe-fixes'
David S. Miller
5
-5
/
+26
2017-01-22
amd-xgbe: Check xgbe_init() return code
Lendacky, Thomas
2
-2
/
+6
2017-01-22
amd-xgbe: Add a hardware quirk for register definitions
Lendacky, Thomas
4
-3
/
+20
2017-01-20
bridge: netlink: call br_changelink() during br_dev_newlink()
Ivan Vecera
1
-14
/
+19
2017-01-20
xen-netfront: Fix Rx stall during network stress and OOM
Vineeth Remanan Pillai
1
-1
/
+1
2017-01-20
net/mlx5e: Do not recycle pages from emergency reserve
Eric Dumazet
1
-0
/
+3
2017-01-20
bpf: fix samples xdp_tx_iptunnel and tc_l2_redirect with fake KBUILD_MODNAME
Jesper Dangaard Brouer
2
-0
/
+2
2017-01-20
bcm63xx_enet: avoid uninitialized variable warning
Arnd Bergmann
1
-2
/
+4
2017-01-20
qed: avoid possible stack overflow in qed_ll2_acquire_connection
Arnd Bergmann
3
-61
/
+53
2017-01-20
Revert "net: sctp: fix array overrun read on sctp_timer_tbl"
David S. Miller
1
-1
/
+1
2017-01-20
net: sctp: fix array overrun read on sctp_timer_tbl
Colin Ian King
1
-1
/
+1
2017-01-20
ipv6: seg6_genl_set_tunsrc() must check kmemdup() return value
Eric Dumazet
1
-0
/
+2
2017-01-20
r8152: fix rtl8152_post_reset function
hayeswang
1
-0
/
+2
2017-01-20
virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receiving
Jason Wang
5
-6
/
+10
2017-01-19
gianfar: Do not reuse pages from emergency reserve
Eric Dumazet
1
-1
/
+1
2017-01-19
tcp: initialize max window for a new fastopen socket
Alexey Kodanev
1
-0
/
+1
2017-01-19
net/mlx5e: Remove unused variable
Arnd Bergmann
1
-1
/
+0
2017-01-19
ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lock
Kefeng Wang
1
-3
/
+1
2017-01-19
MAINTAINERS: update cxgb4 maintainer
Hariprasad Shenai
1
-1
/
+1
[next]