Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ea0504f554c8f989eab58549300d15582d36f039
ea0504f5
net:ethernet:aquantia: Fix packet type detection (TCP/UDP) for IPv6.
by Pavel Belous
· 8 years ago
1adbddef1
net:ethernet:aquantia: Remove adapter re-opening when MTU changed.
by Pavel Belous
· 8 years ago
2f25abe
r8152: prevent the driver from transmitting packets with carrier off
by hayeswang
· 8 years ago
49d52e8
net: phy: handle state correctly in phy_stop_machine
by Nathan Sullivan
· 8 years ago
48481c8
net: neigh: guard against NULL solicit() method
by Eric Dumazet
· 8 years ago
f35ec35
net: phy: Export mdiobus_register_board_info()
by Florian Fainelli
· 8 years ago
d038e3d
Merge tag 'sound-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 8 years ago
131fbf4
Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
f341d9f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
3f30783
ALSA: hda - Adding a group of pin definition to fix headset problem
by Hui Wang
· 8 years ago
68c3865
net:ethernet:aquantia: Fix for RX checksum offload.
by Pavel Belous
· 8 years ago
f43feef
amd-xgbe: Fix the ECC-related bit position definitions
by Lendacky, Thomas
· 8 years ago
c04ca61
sfc: cleanup a condition in efx_udp_tunnel_del()
by Dan Carpenter
· 8 years ago
6e9e6cc
Bluetooth: btqcomsmd: fix compile-test dependency
by Arnd Bergmann
· 8 years ago
ec4fbd6
inet: frag: release spinlock before calling icmp_send()
by Eric Dumazet
· 8 years ago
15bb774
tcp: initialize icsk_ack.lrcvtime at session start time
by Eric Dumazet
· 8 years ago
1d2a6a5
genetlink: fix counting regression on ctrl_dumpfamily()
by Stanislaw Gruszka
· 8 years ago
a97e50c
socket, bpf: fix sk_filter use after free in sk_clone_lock
by Daniel Borkmann
· 8 years ago
c64c0b3
ipv4: provide stronger user input validation in nl_fib_input()
by Eric Dumazet
· 8 years ago
8c290e6
bpf: fix hashmap extra_elems logic
by Alexei Starovoitov
· 8 years ago
dd1ef79
enic: update enic maintainers
by Govindarajulu Varadarajan
· 8 years ago
31739ea
net: bcmgenet: remove bcmgenet_internal_phy_setup()
by Doug Berger
· 8 years ago
d515684
ipv6: make sure to initialize sockc.tsflags before first use
by Alexander Potapenko
· 8 years ago
1b33c0d
Merge branch 'fjes-fixes'
by David S. Miller
· 8 years ago
2b396d3
fjes: Do not load fjes driver if extended socket device is not power on.
by Yasuaki Ishimatsu
· 8 years ago
ac23d3ca
fjes: Do not load fjes driver if system does not have extended socket device.
by Yasuaki Ishimatsu
· 8 years ago
efad54a
Merge branch 'mlx5-fixes'
by David S. Miller
· 8 years ago
8ab7e2ae
net/mlx5e: Count LRO packets correctly
by Gal Pressman
· 8 years ago
d3a4e4d
net/mlx5e: Count GSO packets correctly
by Gal Pressman
· 8 years ago
5f40b4e
net/mlx5: Increase number of max QPs in default profile
by Maor Gottlieb
· 8 years ago
1ad9a00
net/mlx5e: Avoid supporting udp tunnel port ndo for VF reps
by Paul Blakey
· 8 years ago
09c91dd
net/mlx5e: Use the proper UAPI values when offloading TC vlan actions
by Or Gerlitz
· 8 years ago
375f51e
net/mlx5: E-Switch, Don't allow changing inline mode when flows are configured
by Roi Dayan
· 8 years ago
d85cdcc
net/mlx5e: Change the TC offload rule add/del code path to be per NIC or E-Switch
by Or Gerlitz
· 8 years ago
1f30a86
net/mlx5: Add missing entries for set/query rate limit commands
by Or Gerlitz
· 8 years ago
bf601fe
Merge tag 'wireless-drivers-for-davem-2017-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
by David S. Miller
· 8 years ago
557d054c
tipc: fix nametbl deadlock at tipc_nametbl_unsubscribe
by Ying Xue
· 8 years ago
5819477
sctp: remove useless err from sctp_association_init
by Xin Long
· 8 years ago
1511949
sctp: declare struct sctp_stream before using it
by Xin Long
· 8 years ago
07fef36
cpsw/netcp: cpts depends on posix_timers
by Arnd Bergmann
· 8 years ago
be9ca0d
cpsw/netcp: work around reverse cpts dependency
by Arnd Bergmann
· 8 years ago
8fb106b
Merge branch 'r8152-rx-settings'
by David S. Miller
· 8 years ago
b20cb60
r8152: fix the rx early size of RTL8153
by hayeswang
· 8 years ago
210c4f7
r8152: set the RMS of RTL8153 according to the mtu
by hayeswang
· 8 years ago
a05d4fd
cgroup, net_cls: iterate the fds of only the tasks which are being migrated
by Tejun Heo
· 8 years ago
4071898
net: qmi_wwan: Add USB IDs for MDM6600 modem on Motorola Droid 4
by Tony Lindgren
· 8 years ago
e8f1f34
selftests/bpf: fix broken build, take 2
by Zi Shen Lim
· 8 years ago
4ef1b28
tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS
by Soheil Hassas Yeganeh
· 8 years ago
8605330a
tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs
by Soheil Hassas Yeganeh
· 8 years ago
23bb09c
sctp: out_qlen should be updated when pruning unsent queue
by Xin Long
· 8 years ago
1f90449
sctp: define dst_pending_confirm as a bit in sctp_transport
by Xin Long
· 8 years ago
486a43d
sctp: remove temporary variable confirm from sctp_packet_transmit
by Xin Long
· 8 years ago
3dc857f
net: vrf: Reset rt6i_idev in local dst after put
by David Ahern
· 8 years ago
13e2d51
bna: integer overflow bug in debugfs
by Dan Carpenter
· 8 years ago
6bd845d
qmi_wwan: add Dell DW5811e
by Bjørn Mork
· 8 years ago
aea92fb
sch_dsmark: fix invalid skb_cow() usage
by Eric Dumazet
· 8 years ago
0905095
tun: fix inability to set offloads after disabling them via ethtool
by Yaroslav Isakov
· 8 years ago
7df9c24
net: unix: properly re-increment inflight counter of GC discarded candidates
by Andrey Ulanov
· 8 years ago
a59d376
Merge branch 'vsock-pkt-cancel'
by David S. Miller
· 8 years ago
380feae
vsock: cancel packets when failing to connect
by Peng Tao
· 8 years ago
073b4f2
vsock: add pkt cancel capability
by Peng Tao
· 8 years ago
16320f3
vhost-vsock: add pkt cancel capability
by Peng Tao
· 8 years ago
36d277b
vsock: track pkt owner vsock
by Peng Tao
· 8 years ago
8a0f5cc
crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutex
by Herbert Xu
· 8 years ago
98d068a
r8152: fix the list rx_done may be used without initialization
by hayeswang
· 8 years ago
093b995
mm, swap: Remove WARN_ON_ONCE() in free_swap_slot()
by Huang Ying
· 8 years ago
1f02071
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
2c867ac
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 8 years ago
4719177
Merge tag 'gpio-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 8 years ago
8a01150
Merge tag 'rproc-v4.11-fixes' of git://github.com/andersson/remoteproc
by Linus Torvalds
· 8 years ago
689b957
Merge tag 'for-f2fs-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 8 years ago
6e5364f
HID: wacom: generic: Wacom mouse is only provided for opaque tablets
by Ping Cheng
· 8 years ago
01adc47
HID: corsair: Add driver Scimitar Pro RGB gaming mouse 1b1c:1b3e support to hid-corsair
by Oscar Campos
· 8 years ago
deaba63
HID: corsair: support for K65-K70 Rapidfire and Scimitar Pro RGB
by Oscar Campos
· 8 years ago
b6b1f19
HID: wacom: don't manually release resources for the EKR
by Aaron Armstrong Skomra
· 8 years ago
49cc4c2
HID: wacom: Correct Intuos Pro 2 resolution
by Aaron Armstrong Skomra
· 8 years ago
c520ff3
ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()
by Takashi Iwai
· 8 years ago
c6736a9
ALSA: x86: Make CONFIG_SND_X86 bool
by Takashi Iwai
· 8 years ago
c3104aa
remoteproc: qcom: fix QCOM_SMD dependencies
by Arnd Bergmann
· 8 years ago
6be3b6c
ath10k: fix incorrect wlan_mac_base in qca6174_regs
by Ryan Hsu
· 8 years ago
7041d5d
f2fs: combine nat_bits and free_nid_bitmap cache
by Chao Yu
· 8 years ago
586d149
f2fs: skip scanning free nid bitmap of full NAT blocks
by Chao Yu
· 8 years ago
23380b8
f2fs: use __set{__clear}_bit_le
by Jaegeuk Kim
· 8 years ago
9f7e4a2
f2fs: declare static functions
by Jaegeuk Kim
· 8 years ago
720037f
f2fs: don't overwrite node block by SSR
by Jaegeuk Kim
· 8 years ago
cc3a47a
ALSA: hda - add support for docking station for HP 840 G3
by Jaroslav Kysela
· 8 years ago
04d5466
ALSA: hda - add support for docking station for HP 820 G2
by Jaroslav Kysela
· 8 years ago
f363a06
ALSA: ctxfi: Fix the incorrect check of dma_set_mask() call
by Takashi Iwai
· 8 years ago
97da385
Linux 4.11-rc3
by Linus Torvalds
· 8 years ago
452b94b
mm/swap: don't BUG_ON() due to uninitialized swap slot cache
by Linus Torvalds
· 8 years ago
a07a6e4
Merge tag 'powerpc-4.11-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
4571bc5
Merge branch 'parisc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 8 years ago
8aa3417
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
by Linus Torvalds
· 8 years ago
1b8df61
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
6c611d1
qla2xxx: Update driver version to 9.00.00.00-k
by Himanshu Madhani
· 8 years ago
ec7193e
qla2xxx: Fix delayed response to command for loop mode/direct connect.
by Quinn Tran
· 8 years ago
482c9dc
qla2xxx: Change scsi host lookup method.
by Quinn Tran
· 8 years ago
c423437
qla2xxx: Add DebugFS node to display Port Database
by Himanshu Madhani
· 8 years ago
15f30a5
qla2xxx: Use IOCB interface to submit non-critical MBX.
by Quinn Tran
· 8 years ago
f1443ee
qla2xxx: Add async new target notification
by Quinn Tran
· 8 years ago
Next »