index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2018-05-23
net: add skeleton of bpfilter kernel module
Alexei Starovoitov
2018-05-22
tcp: do not aggressively quick ack after ECN events
Eric Dumazet
2018-05-22
tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode
Eric Dumazet
2018-05-22
net: sched: don't disable bh when accessing action idr
Vlad Buslov
2018-05-22
net/ipv6: Simplify route replace and appending into multipath route
David Ahern
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-20
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2018-05-19
net: ip6_gre: fix tunnel metadata device sharing.
William Tu
2018-05-19
dsa: set devlink port attrs for dsa ports
Jiri Pirko
2018-05-19
devlink: introduce a helper to generate physical port names
Jiri Pirko
2018-05-19
devlink: extend attrs_set for setting port flavours
Jiri Pirko
2018-05-19
devlink: introduce devlink_port_attrs_set
Jiri Pirko
2018-05-18
net: sched: red: avoid hashing NULL child
Paolo Abeni
2018-05-18
sock_diag: fix use-after-free read in __sk_free
Eric Dumazet
2018-05-18
tcp: tcp_rack_reo_wnd() can be static
kbuild test robot
2018-05-18
net/smc: restructure client and server code in af_smc
Hans Wippel
2018-05-18
net/smc: change smc_buf_free function parameters
Hans Wippel
2018-05-18
net/smc: do a few smc_core.c cleanups
Hans Wippel
2018-05-18
net/smc: restructure CDC message reception
Hans Wippel
2018-05-18
net/smc: move smc_core specific code from smc.h to smc_core
Hans Wippel
2018-05-18
net/smc: calculate write offset in RMB only once per connection
Hans Wippel
2018-05-18
net/smc: rename connection index to RMBE index
Hans Wippel
2018-05-18
net/smc: move link group list to smc_core
Hans Wippel
2018-05-18
net/smc: add common buffer size in send and receive buffer descriptors
Hans Wippel
2018-05-18
net: dsa: Do not register devlink for unused ports
Florian Fainelli
2018-05-18
net: Fix a bug in removing queues from XPS map
Amritha Nambiar
2018-05-18
tcp: add tcp_comp_sack_nr sysctl
Eric Dumazet
2018-05-18
tcp: add tcp_comp_sack_delay_ns sysctl
Eric Dumazet
2018-05-18
tcp: add TCPAckCompressed SNMP counter
Eric Dumazet
2018-05-18
tcp: add SACK compression
Eric Dumazet
2018-05-18
tcp: do not force quickack when receiving out-of-order packets
Eric Dumazet
2018-05-18
Bluetooth: Add __hci_cmd_send function
Loic Poulain
2018-05-18
Bluetooth: use wait_event API instead of open-coding it
John Keeping
2018-05-18
Bluetooth: Prevent buffer overflow for large advertisement data
Chriz Chow
2018-05-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-05-17
bpf: fix truncated jump targets on heavy expansions
Daniel Borkmann
2018-05-17
vlan: Add extack messages for link create
David Ahern
2018-05-17
net: test tailroom before appending to linear skb
Willem de Bruijn
2018-05-17
net: ip6_gre: Fix ip6erspan hlen calculation
Petr Machata
2018-05-17
net: ip6_gre: Split up ip6gre_changelink()
Petr Machata
2018-05-17
net: ip6_gre: Split up ip6gre_newlink()
Petr Machata
2018-05-17
net: ip6_gre: Split up ip6gre_tnl_change()
Petr Machata
2018-05-17
net: ip6_gre: Split up ip6gre_tnl_link_config()
Petr Machata
2018-05-17
net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()
Petr Machata
2018-05-17
net: ip6_gre: Request headroom in __gre6_xmit()
Petr Machata
2018-05-17
net/ncsi: prevent a couple array underflows
Dan Carpenter
2018-05-17
net/smc: init conn.tx_work & conn.send_lock sooner
Eric Dumazet
2018-05-17
erspan: fix invalid erspan version.
William Tu
2018-05-17
tcp: don't mark recently sent packets lost on RTO
Yuchung Cheng
2018-05-17
tcp: new helper tcp_rack_skb_timeout
Yuchung Cheng
[next]