Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b4562ca7925a3bedada87a3dd072dd5bad043288
b4562ca
hv_sock: add locking in the open/close/release code paths
by Dexuan Cui
· 7 years ago
0a90e25
net/ncsi: Fix length of GVI response packet
by Gavin Shan
· 7 years ago
52b4c86
net/ncsi: Enforce failover on link monitor timeout
by Gavin Shan
· 7 years ago
100ef01
net/ncsi: Disable HWA mode when no channels are found
by Gavin Shan
· 7 years ago
0795fb2
net/ncsi: Stop monitor if channel times out or is inactive
by Samuel Mendoza-Jonas
· 7 years ago
6850d0f
net/ncsi: Fix AEN HNCDSC packet length
by Samuel Mendoza-Jonas
· 7 years ago
509c7a1
packet: avoid panic in packet_getsockopt()
by Eric Dumazet
· 7 years ago
c92e8c0
tcp/dccp: fix ireq->opt races
by Eric Dumazet
· 7 years ago
e95c6cf
Merge branch 'sockmap-fixes'
by David S. Miller
· 7 years ago
9ef2a8c
bpf: require CAP_NET_ADMIN when using devmap
by John Fastabend
· 7 years ago
fb50df8
bpf: require CAP_NET_ADMIN when using sockmap maps
by John Fastabend
· 7 years ago
f7e9cb1
bpf: remove mark access for SK_SKB program types
by John Fastabend
· 7 years ago
34f79502
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
by John Fastabend
· 7 years ago
435bf0d
bpf: enforce TCP only support for sockmap
by John Fastabend
· 7 years ago
1cc276c
sctp: add the missing sock_owned_by_user check in sctp_icmp_redirect
by Xin Long
· 7 years ago
df80cd9
sctp: do not peel off an assoc from one netns to another one
by Xin Long
· 7 years ago
4bbb508
Merge branch 'bpf-Fix-for-BPF-devmap-percpu-allocation-splat'
by David S. Miller
· 7 years ago
bc6d503
bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
by Daniel Borkmann
· 7 years ago
82f8dd2
bpf: fix splat for illegal devmap percpu allocation
by Daniel Borkmann
· 7 years ago
0ea7eee
mm, percpu: add support for __GFP_NOWARN flag
by Daniel Borkmann
· 7 years ago
3fd3b03
Merge branch 'ena-fixes'
by David S. Miller
· 7 years ago
a59df39
net: ena: fix wrong max Tx/Rx queues on ethtool
by Netanel Belgazal
· 7 years ago
411838e
net: ena: fix rare kernel crash when bar memory remap fails
by Netanel Belgazal
· 7 years ago
cd7aea1
net: ena: reduce the severity of some printouts
by Netanel Belgazal
· 7 years ago
28e33f9
bpf: disallow arithmetic operations on context pointer
by Jakub Kicinski
· 7 years ago
48044eb
netlink: fix netlink_ack() extack race
by Johannes Berg
· 7 years ago
2de0968
ibmvnic: Fix calculation of number of TX header descriptors
by Thomas Falcon
· 7 years ago
d965465
mlxsw: core: Fix possible deadlock
by Ido Schimmel
· 7 years ago
1b72bf5
Merge tag 'mac80211-for-davem-2017-10-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 7 years ago
823038c
dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notification
by Xin Long
· 7 years ago
c019b51
net/sched: cls_flower: Set egress_dev mark when calling into the HW driver
by Or Gerlitz
· 7 years ago
0ad646c
tun: call dev_get_valid_name() before register_netdevice()
by Cong Wang
· 7 years ago
2459b4c
net: enable interface alias removal via rtnl
by Nicolas Dichtel
· 7 years ago
2fd7c5a
Merge branch 'rtnetlink-dev-notification-fixes'
by David S. Miller
· 7 years ago
2d7f669
rtnetlink: do not set notification for tx_queue_len in do_setlink
by Xin Long
· 7 years ago
64ff90c
rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlink
by Xin Long
· 7 years ago
dc709f3
rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_event
by Xin Long
· 7 years ago
e6e6659
rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_event
by Xin Long
· 7 years ago
ebdcf04
rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_event
by Xin Long
· 7 years ago
8a21258
rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_event
by Xin Long
· 7 years ago
fdf7cb4
mac80211: accept key reinstall without changing anything
by Johannes Berg
· 7 years ago
8f718fa
Merge branch 'bnxt_en-fixes'
by David S. Miller
· 7 years ago
5b1e1a9
bnxt_en: Fix possible corruption in DCB parameters from firmware.
by Sankar Patchineelam
· 7 years ago
cc72f3b
bnxt_en: Fix possible corrupted NVRAM parameters from firmware response.
by Michael Chan
· 7 years ago
0215707
bnxt_en: Fix VF resource checking.
by Michael Chan
· 7 years ago
7ab0760
bnxt_en: Fix VF PCIe link speed and width logic.
by Vasundhara Volam
· 7 years ago
e2dc9b6
bnxt_en: Don't use rtnl lock to protect link change logic in workqueue.
by Michael Chan
· 7 years ago
c213eae
bnxt_en: Improve VF/PF link change logic.
by Michael Chan
· 7 years ago
3efc93c
net: dsa: mv88e6060: fix switch MAC address
by Vivien Didelot
· 7 years ago
5903f59
l2tp: check ps->sock before running pppol2tp_session_ioctl()
by Guillaume Nault
· 7 years ago
09001b0
net: fix typo in skbuff.c
by Wenhua Shi
· 7 years ago
b984986
net: stmmac: dwmac_lib: fix interchanged sleep/timeout values in DMA reset function
by Emiliano Ingrassia
· 7 years ago
e7ad979
liquidio: fix timespec64_to_ns typo
by Arnd Bergmann
· 7 years ago
db5972c
Merge tag 'wireless-drivers-for-davem-2017-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
by David S. Miller
· 7 years ago
12ed377
ip: update policy routing config help
by Stephen Hemminger
· 7 years ago
6e9c007
net/ncsi: Don't limit vids based on hot_channel
by Samuel Mendoza-Jonas
· 7 years ago
bde135a
r8169: only enable PCI wakeups when WOL is active
by Daniel Drake
· 7 years ago
5aba2ba
macsec: fix memory leaks when skb_to_sgvec fails
by Sabrina Dubroca
· 7 years ago
c0576e3
net: call cgroup_sk_alloc() earlier in sk_clone_lock()
by Eric Dumazet
· 7 years ago
75cb070
Revert "net: defer call to cgroup_sk_alloc()"
by Eric Dumazet
· 7 years ago
befc7a3
Merge branch 'nfp-fix-ethtool-stats-and-page-allocation'
by David S. Miller
· 7 years ago
5f0ca2fb7
nfp: handle page allocation failures
by Jakub Kicinski
· 7 years ago
c3d64ad
nfp: fix ethtool stats gather retry
by Jakub Kicinski
· 7 years ago
3668bb8
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
by David S. Miller
· 7 years ago
365ff9d
wimax/i2400m: Remove VLAIS
by Behan Webster
· 7 years ago
2b9478f
i40e: Fix memory leak related filter programming status
by Alexander Duyck
· 7 years ago
e836e32
i40e: Fix comment about locking for __i40e_read_nvm_word()
by Stefano Brivio
· 7 years ago
fbb1fb4
net: defer call to cgroup_sk_alloc()
by Eric Dumazet
· 7 years ago
9f1c267
net: memcontrol: defer call to mem_cgroup_sk_alloc()
by Eric Dumazet
· 7 years ago
529a86e
Merge branch 'ppc-bundle' (bundle from Michael Ellerman)
by Linus Torvalds
· 7 years ago
ff33952
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
fdfbad3
cdc_ether: flag the u-blox TOBY-L2 and SARA-U2 as wwan
by Aleksander Morgado
· 7 years ago
68ebe3c
Merge tag 'nfs-for-4.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 7 years ago
1a2ace5
net: thunderx: mark expected switch fall-throughs in nicvf_main()
by Gustavo A. R. Silva
· 7 years ago
fb60bcc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
5766cd6
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
by David S. Miller
· 7 years ago
996b44f
udp: fix bcast packet reception
by Paolo Abeni
· 7 years ago
41c8742
netlink: do not set cb_running if dump's start() errs
by Jason A. Donenfeld
· 7 years ago
6df4d17
Merge tag 'mac80211-for-davem-2017-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 7 years ago
93b0319
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 7 years ago
6c0e728
ipv4: Fix traffic triggered IPsec connections.
by Steffen Klassert
· 7 years ago
62cf27e
ipv6: Fix traffic triggered IPsec connections.
by Steffen Klassert
· 7 years ago
8e67902
ixgbe: incorrect XDP ring accounting in ethtool tx_frame param
by John Fastabend
· 7 years ago
5e0fac6
net: ixgbe: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
by Ding Tianhong
· 7 years ago
f4986d2
Revert commit 1a8b6d76dc5b ("net:add one common config...")
by Ding Tianhong
· 7 years ago
a39221c
ixgbe: fix masking of bits read from IXGBE_VXLANCTRL register
by Sabrina Dubroca
· 7 years ago
e0f06bb
ixgbe: Return error when getting PHY address if PHY access is not supported
by Mark D Rustad
· 8 years ago
a6127b4
Merge tag 'iwlwifi-for-kalle-2017-10-06' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes
by Kalle Valo
· 7 years ago
98589a0
netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'
by Shmulik Ladkani
· 7 years ago
49f817d
netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hook
by Lin Zhang
· 7 years ago
a9e2971
tipc: Unclone message at secondary destination lookup
by Jon Maloy
· 7 years ago
3382605
tipc: correct initialization of skb list
by Jon Maloy
· 7 years ago
8a5776a
Linux 4.14-rc4
by Linus Torvalds
· 7 years ago
3d0241d
gso: fix payload length when gso_size is zero
by Alexey Kodanev
· 7 years ago
a69518c
mlxsw: spectrum_router: Avoid expensive lookup during route removal
by Ido Schimmel
· 7 years ago
8fe2d6c
bpf: fix liveness marking
by Alexei Starovoitov
· 7 years ago
00a534e
doc: Fix typo "8023.ad" in bonding documentation
by Axel Beckert
· 7 years ago
a2d3f3e
ipv6: fix net.ipv6.conf.all.accept_dad behaviour for real
by Matteo Croce
· 7 years ago
85b1bb2
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 7 years ago
67936a4
Merge branch 'i2c/for-current-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 7 years ago
Next »