Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ac2fcfa9fd26db67d7000677c05629c34cc94564
ac2fcfa
net: macb: Properly handle phylink on at91rm9200
by Alexandre Belloni
· 5 years ago
0d5b8d7
Merge branch 's390-fixes'
by David S. Miller
· 5 years ago
54a61fb
s390/qeth: fix off-by-one in RX copybreak check
by Julian Wiedmann
· 5 years ago
420579d
s390/qeth: don't warn for napi with 0 budget
by Julian Wiedmann
· 5 years ago
6f3846f
s390/qeth: vnicc Fix EOPNOTSUPP precedence
by Alexandra Winter
· 5 years ago
16a556e
openvswitch: Distribute switch variables for initialization
by Kees Cook
· 5 years ago
46d30cb
net: ip6_gre: Distribute switch variables for initialization
by Kees Cook
· 5 years ago
161d179
net: core: Distribute switch variables for initialization
by Kees Cook
· 5 years ago
41f57cf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 5 years ago
fca07a9
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
by David S. Miller
· 5 years ago
303d040
udp: rehash on disconnect
by Willem de Bruijn
· 5 years ago
06f5201c
net/tls: Fix to avoid gettig invalid tls record
by Rohit Maheshwari
· 5 years ago
b9aff38
bpf: Fix a potential deadlock with bpf_map_do_batch
by Yonghong Song
· 5 years ago
492e0d0
bpf: Do not grab the bucket spinlock by default on htab batch ops
by Brian Vazquez
· 5 years ago
c54d209
ice: Wait for VF to be reset/ready before configuration
by Brett Creeley
· 5 years ago
8a55c08
ice: Don't tell the OS that link is going down
by Michal Swiatkowski
· 5 years ago
840f8ad
ice: Don't reject odd values of usecs set by user
by Brett Creeley
· 5 years ago
33c4acb
bridge: br_stp: Use built-in RCU list checking
by Madhuparna Bhowmik
· 5 years ago
c3331d2
nfc: pn544: Fix occasional HW initialization failure
by Dmitry Osipenko
· 5 years ago
a7a9456
net: hsr: Pass lockdep expression to RCU lists
by Amol Grover
· 5 years ago
7822dee5d
Merge tag 'mlx5-fixes-2020-02-18' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
by David S. Miller
· 5 years ago
13a7e45
net/mlx5: DR, Handle reformat capability over sw-steering tables
by Erez Shitrit
· 5 years ago
7678162
net/mlx5: Fix lowest FDB pool size
by Paul Blakey
· 5 years ago
383de10
net/mlx5e: Don't clear the whole vf config when switching modes
by Dmytro Linkin
· 5 years ago
52d2149
net/mlx5: DR, Fix matching on vport gvmi
by Hamdan Igbaria
· 5 years ago
1ad6c43
net/mlx5e: Fix crash in recovery flow without devlink reporter
by Aya Levin
· 5 years ago
5ee090e
net/mlx5e: Reset RQ doorbell counter before moving RQ state from RST to RDY
by Aya Levin
· 5 years ago
3d9c5e0
net/mlx5: Fix sleep while atomic in mlx5_eswitch_get_vepa
by Huy Nguyen
· 5 years ago
7c8c169
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 5 years ago
9a77120
netfilter: nft_set_pipapo: Don't abuse unlikely() in pipapo_refill()
by Stefano Brivio
· 5 years ago
bd97ad5
netfilter: nft_set_pipapo: Fix mapping table example in comments
by Stefano Brivio
· 5 years ago
a2cfb96
flow_table.c: Use built-in RCU list checking
by Madhuparna Bhowmik
· 5 years ago
53742e6
datapath.c: Use built-in RCU list checking
by Madhuparna Bhowmik
· 5 years ago
fed4842
vport.c: Use built-in RCU list checking
by Madhuparna Bhowmik
· 5 years ago
7790614
meter.c: Use built-in RCU list checking
by Madhuparna Bhowmik
· 5 years ago
9facfdb
netlabel_domainhash.c: Use built-in RCU list checking
by Madhuparna Bhowmik
· 5 years ago
8c70c3d
net: netlabel: Use built-in RCU list checking
by Madhuparna Bhowmik
· 5 years ago
379349e
Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"
by Paolo Abeni
· 5 years ago
29f20dd
net: phy: broadcom: Fix a typo ("firsly")
by Jonathan Neuschäfer
· 5 years ago
d99bfed
mptcp: fix bogus socket flag values
by Florian Westphal
· 5 years ago
af6565a
qede: Fix race between rdma destroy workqueue and link change event
by Michal Kalderon
· 5 years ago
113e6b7
libbpf: Sanitise internal map names so they are not rejected by the kernel
by Toke Høiland-Jørgensen
· 5 years ago
f25975f
bpf, uapi: Remove text about bpf_redirect_map() giving higher performance
by Toke Høiland-Jørgensen
· 5 years ago
9b64208
selftests: forwarding: vxlan_bridge_1d: use more proper tos value
by Hangbin Liu
· 5 years ago
82969e6
net: cnic: fix spelling mistake "reserverd" -> "reserved"
by Alexandre Belloni
· 5 years ago
245709e
sctp: move the format error check out of __sctp_sf_do_9_1_abort
by Xin Long
· 5 years ago
8a9093c
net: sched: correct flower port blocking
by Jason Baron
· 5 years ago
a815410
net: mscc: fix in frame extraction
by Horatiu Vultur
· 5 years ago
e20d3a0
bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fill
by Johannes Krude
· 5 years ago
6a757c0
netfilter: conntrack: allow insertion of clashing entries
by Florian Westphal
· 5 years ago
9a6a0de
net: ethernet: dm9000: Handle -EPROBE_DEFER in dm9000_parse_dt()
by Paul Cercueil
· 5 years ago
d2f273f
skbuff.h: fix all kernel-doc warnings
by Randy Dunlap
· 5 years ago
8955b43
skbuff: remove stale bit mask comments
by Randy Dunlap
· 5 years ago
66256e0
net/sock.h: fix all kernel-doc warnings
by Randy Dunlap
· 5 years ago
5829210
net: ks8851-ml: Fix 16-bit IO operation
by Marek Vasut
· 5 years ago
edacb09
net: ks8851-ml: Fix 16-bit data access
by Marek Vasut
· 5 years ago
69233bb
net: ks8851-ml: Remove 8-bit bus accessors
by Marek Vasut
· 5 years ago
357b41c
mptcp: select CRYPTO
by Matthieu Baerts
· 5 years ago
c230978
Merge branch 'bonding-fix-bonding-interface-bugs'
by David S. Miller
· 5 years ago
b3e80d4
bonding: fix lockdep warning in bond_get_stats()
by Taehee Yoo
· 5 years ago
7151aff
net: export netdev_next_lower_dev_rcu()
by Taehee Yoo
· 5 years ago
064ff66
bonding: add missing netdev_update_lockdep_key()
by Taehee Yoo
· 5 years ago
c4c1078
NFC: pn544: Fix a typo in a debug message
by Christophe JAILLET
· 5 years ago
6699170
ethtool: fix application of verbose no_mask bitset
by Michal Kubecek
· 5 years ago
d965a54
net: dsa: b53: Ensure the default VID is untagged
by Florian Fainelli
· 5 years ago
82d81bb
Merge branch 'wireguard-fixes'
by David S. Miller
· 5 years ago
1fbc33b
wireguard: socket: remove extra call to synchronize_net
by Jason A. Donenfeld
· 5 years ago
175f1ca
wireguard: send: account for mtu=0 devices
by Jason A. Donenfeld
· 5 years ago
2a8a4df
wireguard: receive: reset last_under_load to zero
by Jason A. Donenfeld
· 5 years ago
04ddf12
wireguard: selftests: reduce complexity and fix make races
by Jason A. Donenfeld
· 5 years ago
b6e4a1a
mptcp: Protect subflow socket options before connection completes
by Mat Martineau
· 5 years ago
6f08e98
net: phy: restore mdio regs in the iproc mdio driver
by Arun Parameswaran
· 5 years ago
e08ad80
net: add strict checks in netdev_name_node_alt_destroy()
by Eric Dumazet
· 5 years ago
0b634c0
Merge branch 'atlantic-fixes'
by David S. Miller
· 5 years ago
5a292c8
net: atlantic: fix out of range usage of active_vlans array
by Dmitry Bogdanov
· 5 years ago
52a22f4
net: atlantic: possible fault in transition to hibernation
by Pavel Belous
· 5 years ago
380ec5b
net: atlantic: fix potential error handling
by Pavel Belous
· 5 years ago
a498091
net: atlantic: fix use after free kasan warn
by Pavel Belous
· 5 years ago
b42726fc
net: atlantic: better loopback mode handling
by Nikita Danilov
· 5 years ago
f08a464
net: atlantic: ptp gpio adjustments
by Egor Pomozov
· 5 years ago
e7b5f97
net: atlantic: check rpc result and wait for rpc address
by Igor Russkikh
· 5 years ago
15beab0
net: atlantic: checksum compat issue
by Dmitry Bezrukov
· 5 years ago
4e867c9
selftests: forwarding: vxlan_bridge_1d: fix tos value
by Hangbin Liu
· 5 years ago
44bfa9c
net: rtnetlink: fix bugs in rtnl_alt_ifname()
by Eric Dumazet
· 5 years ago
e6a41c2
net: macb: ensure interface is not suspended on at91rm9200
by Alexandre Belloni
· 5 years ago
540e585
net: fib_rules: Correctly set table field when table number exceeds 8 bits
by Jethro Beekman
· 5 years ago
0d4597c
net/rds: Track user mapped pages through special API
by Leon Romanovsky
· 5 years ago
afecdb3
ipv6: Fix nlmsg_flags when splitting a multipath route
by Benjamin Poirier
· 5 years ago
e404b8c
ipv6: Fix route replacement with dev-only route
by Benjamin Poirier
· 5 years ago
e8023b0
selftests: forwarding: use proto icmp for {gretap, ip6gretap}_mac testing
by Hangbin Liu
· 5 years ago
2019fc9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
4e03e4e
Merge tag 'pm-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 5 years ago
81f3011
Merge tag 'sound-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 5 years ago
3f0d329
Merge tag 'drm-fixes-2020-02-14' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 5 years ago
a1fa83b
netdevice.h: fix all kernel-doc and Sphinx warnings
by Randy Dunlap
· 5 years ago
3ea89fa
Merge branch 'dsa-headroom'
by David S. Miller
· 5 years ago
ddc9aba
net: dsa: tag_ar9331: Make sure there is headroom for tag
by Per Forlin
· 5 years ago
04fb912
net: dsa: tag_qca: Make sure there is headroom for tag
by Per Forlin
· 5 years ago
5fdcce2
net, ip6_tunnel: enhance tunnel locate with link check
by William Dauchy
· 5 years ago
b32cb6f
Merge tag 'mac80211-for-net-2020-02-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 5 years ago
Next »