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-12-19
net/mlx5: Fix steering memory leak
Maor Gottlieb
1
-2
/
+14
2017-12-19
net/mlx5e: Prevent possible races in VXLAN control flow
Gal Pressman
1
-0
/
+4
2017-12-19
net/mlx5e: Add refcount to VXLAN structure
Gal Pressman
2
-23
/
+28
2017-12-19
net/mlx5e: Fix possible deadlock of VXLAN lock
Gal Pressman
1
-10
/
+10
2017-12-19
net/mlx5: Fix error flow in CREATE_QP command
Moni Shoua
1
-2
/
+2
2017-12-19
net/mlx5: Fix misspelling in the error message and comment
Eugenia Emantayev
2
-2
/
+2
2017-12-19
net/mlx5e: Fix defaulting RX ring size when not needed
Eugenia Emantayev
4
-13
/
+22
2017-12-19
net/mlx5e: Fix features check of IPv6 traffic
Gal Pressman
1
-1
/
+2
2017-12-19
net/mlx5e: Fix ETS BW check
Huy Nguyen
1
-3
/
+7
2017-12-19
net/mlx5: Fix rate limit packet pacing naming and struct
Eran Ben Elisha
3
-16
/
+18
2017-12-19
Revert "mlx5: move affinity hints assignments to generic code"
Saeed Mahameed
4
-29
/
+93
2017-12-19
net/mlx5: FPGA, return -EINVAL if size is zero
Kamal Heib
1
-0
/
+6
2017-12-19
ipv4: fib: Fix metrics match when deleting a route
Phil Sutter
1
-2
/
+6
2017-12-19
net: stmmac: Fix bad RX timestamp extraction
Fredrik Hallenberg
5
-6
/
+8
2017-12-19
net: stmmac: Fix TX timestamp calculation
Fredrik Hallenberg
1
-2
/
+4
2017-12-19
tipc: fix list sorting bug in function tipc_group_update_member()
Jon Maloy
1
-2
/
+1
2017-12-19
ip6_tunnel: get the min mtu properly in ip6_tnl_xmit
Xin Long
1
-2
/
+7
2017-12-19
ip6_gre: remove the incorrect mtu limit for ipgre tap
Xin Long
1
-0
/
+1
2017-12-19
ip_gre: remove the incorrect mtu limit for ipgre tap
Xin Long
1
-0
/
+1
2017-12-19
vxlan: update skb dst pmtu on tx path
Xin Long
1
-0
/
+14
2017-12-19
net: arc_emac: restart stalled EMAC
Alexander Kochetkov
2
-0
/
+113
2017-12-19
net: arc_emac: fix arc_emac_rx() error paths
Alexander Kochetkov
1
-22
/
+31
2017-12-19
net: mediatek: setup proper state for disabled GMAC on the default
Sean Wang
1
-5
/
+6
2017-12-19
mlxsw: spectrum_router: Remove batch neighbour deletion causing FW bug
Petr Machata
1
-12
/
+3
2017-12-19
tg3: Fix rx hang on MTU change with 5717/5719
Brian King
1
-1
/
+3
2017-12-19
Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/lin...
David S. Miller
6
-25
/
+102
2017-12-19
cfg80211: ship certificates as hex files
Johannes Berg
3
-20
/
+95
2017-12-19
nl80211: Remove obsolete kerneldoc line
Jonathan Corbet
1
-1
/
+0
2017-12-19
mac80211_hwsim: Fix a possible sleep-in-atomic bug in hwsim_get_radio_nl
Jia-Ju Bai
1
-1
/
+1
2017-12-19
cfg80211: always rewrite generated files from scratch
Thierry Reding
1
-2
/
+2
2017-12-19
mac80211_hwsim: enable TODS BIT in null data frame
Adiel Aloni
1
-0
/
+1
2017-12-18
net: phy: xgene: disable clk on error paths
Alexey Khoroshilov
1
-6
/
+15
2017-12-18
net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x
Russell King
1
-0
/
+12
2017-12-18
net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaks
Nikolay Aleksandrov
1
-5
/
+6
2017-12-18
sctp: add SCTP_CID_RECONF conversion in sctp_cname
Xin Long
1
-0
/
+3
2017-12-18
sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renege
Xin Long
1
-16
/
+8
2017-12-18
net: qcom/emac: Change the order of mac up and sgmii open
Hemanth Puranik
1
-3
/
+3
2017-12-18
net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.
Zhao Qiang
1
-1
/
+1
2017-12-18
tipc: remove leaving group member from all lists
Jon Maloy
1
-2
/
+4
2017-12-18
tipc: fix lost member events bug
Jon Maloy
1
-0
/
+1
2017-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
7
-11
/
+87
2017-12-16
vxlan: restore dev->mtu setting based on lower device
Alexey Kodanev
1
-0
/
+5
2017-12-16
ipv6: icmp6: Allow icmp messages to be looped back
Brendan McGrath
1
-0
/
+1
2017-12-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
10
-19
/
+56
2017-12-16
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-20
/
+19
2017-12-16
Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
8
-19
/
+50
2017-12-15
Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"
Linus Torvalds
7
-22
/
+15
2017-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
95
-387
/
+802
2017-12-15
Merge tag 'usb-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
18
-99
/
+144
2017-12-15
Merge tag 'staging-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+2
[next]