index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-31
net: annotate lockless accesses to sk->sk_napi_id
Eric Dumazet
1
-3
/
+3
2019-10-30
net: annotate accesses to sk->sk_incoming_cpu
Eric Dumazet
1
-2
/
+2
2019-10-30
net/mlx5: Fix flow counter list auto bits struct
Roi Dayan
1
-2
/
+1
2019-10-29
net: fix sk_page_frag() recursion from memory reclaim
Tejun Heo
2
-3
/
+31
2019-10-28
net: add skb_queue_empty_lockless()
Eric Dumazet
1
-9
/
+24
2019-10-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-0
/
+1
2019-10-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+0
2019-10-26
netns: fix GFP flags in rtnl_net_notifyid()
Guillaume Nault
1
-1
/
+1
2019-10-26
net: hwbm: if CONFIG_NET_HWBM unset, make stub functions static
Ben Dooks (Codethink)
1
-3
/
+7
2019-10-25
net: remove unnecessary variables and callback
Taehee Yoo
4
-25
/
+0
2019-10-25
vxlan: add adjacent link to limit depth level
Taehee Yoo
1
-0
/
+1
2019-10-25
net: core: add ignore flag to netdev_adjacent structure
Taehee Yoo
1
-0
/
+10
2019-10-25
team: fix nested locking lockdep warning
Taehee Yoo
1
-0
/
+1
2019-10-25
bonding: use dynamic lockdep key instead of subclass
Taehee Yoo
1
-0
/
+1
2019-10-25
net: core: add generic lockdep keys
Taehee Yoo
1
-22
/
+13
2019-10-25
net: core: limit nested device depth
Taehee Yoo
1
-0
/
+4
2019-10-24
ipvs: move old_secure_tcp into struct netns_ipvs
Eric Dumazet
1
-0
/
+1
2019-10-24
net/flow_dissector: switch to siphash
Eric Dumazet
4
-5
/
+7
2019-10-22
dynamic_debug: provide dynamic_hex_dump stub
Arnd Bergmann
1
-0
/
+6
2019-10-22
bpf: Fix use after free in subprog's jited symbol removal
Daniel Borkmann
1
-1
/
+0
2019-10-21
ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation
Eric Dumazet
1
-2
/
+2
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
12
-43
/
+79
2019-10-19
net: reorder 'struct net' fields to avoid false sharing
Eric Dumazet
1
-8
/
+17
2019-10-18
Merge tag 'sound-5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-0
/
+3
2019-10-18
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-0
/
+1
2019-10-18
net: phy: micrel: Update KSZ87xx PHY name
Marek Vasut
1
-1
/
+1
2019-10-17
Merge branch 'errata/tx2-219' into for-next/fixes
Will Deacon
13
-33
/
+153
2019-10-17
Merge tag 'gpio-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-0
/
+8
2019-10-16
arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabled
Julien Thierry
1
-0
/
+1
2019-10-16
net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions
Davide Caratti
1
-2
/
+3
2019-10-15
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-0
/
+1
2019-10-15
gpiolib: Initialize the hardware with a callback
Andy Shevchenko
1
-0
/
+8
2019-10-15
xarray.h: fix kernel-doc warning
Randy Dunlap
1
-2
/
+2
2019-10-15
bitmap.h: fix kernel-doc warning and typo
Randy Dunlap
1
-1
/
+2
2019-10-15
mm, page_owner: rename flag indicating that page is allocated
Vlastimil Babka
1
-1
/
+1
2019-10-15
mm, page_owner: fix off-by-one error in __set_page_owner_handle()
Vlastimil Babka
1
-0
/
+8
2019-10-13
tcp: annotate sk->sk_wmem_queued lockless reads
Eric Dumazet
2
-6
/
+11
2019-10-13
tcp: annotate sk->sk_sndbuf lockless reads
Eric Dumazet
1
-7
/
+11
2019-10-13
tcp: annotate sk->sk_rcvbuf lockless reads
Eric Dumazet
2
-3
/
+3
2019-10-13
tcp: annotate tp->snd_nxt lockless reads
Eric Dumazet
1
-1
/
+2
2019-10-13
tcp: annotate tp->write_seq lockless reads
Eric Dumazet
1
-1
/
+1
2019-10-13
tcp: add rcu protection around tp->fastopen_rsk
Eric Dumazet
1
-3
/
+3
2019-10-13
Merge tag 'hwmon-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2019-10-13
Merge tag 'tty-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+1
2019-10-13
Merge tag 'usb-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-0
/
+2
2019-10-13
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+12
2019-10-13
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+20
2019-10-12
Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-0
/
+1
2019-10-11
Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+5
2019-10-11
compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case use
Joe Perches
1
-0
/
+17
[next]