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
2016-09-17
llc: switch type to bool as the timeout is only tested versus 0
Alan Cox
2016-09-17
tcp: prepare skbs for better sack shifting
Eric Dumazet
2016-09-17
rxrpc: Make IPv6 support conditional on CONFIG_IPV6
David Howells
2016-09-16
net-next: dsa: add Qualcomm tag RX/TX handler
John Crispin
2016-09-16
tcp: fix a stale ooo_last_skb after a replace
Eric Dumazet
2016-09-16
Merge tag 'rxrpc-rewrite-20160913-2' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
2016-09-16
Merge tag 'rxrpc-rewrite-20160913-1' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
2016-09-15
openvswitch: avoid deferred execution of recirc actions
Lance Richardson
2016-09-15
net/sched: cls_flower: Remove an unused field from the filter key structure
Or Gerlitz
2016-09-15
net/sched: cls_flower: Support masking for matching on tcp/udp ports
Or Gerlitz
2016-09-15
net_sched: Introduce skbmod action
Jamal Hadi Salim
2016-09-15
bpf: use skb_at_tc_ingress helper in tcf_bpf
Daniel Borkmann
2016-09-15
bpf: drop unnecessary test in cls_bpf_classify and tcf_bpf
Daniel Borkmann
2016-09-15
net/sched: act_tunnel_key: Remove rcu_read_lock protection
Hadar Hen Zion
2016-09-13
rxrpc: Add IPv6 support
David Howells
2016-09-13
rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manually
David Howells
2016-09-13
rxrpc: Don't specify protocol to when creating transport socket
David Howells
2016-09-13
rxrpc: Create an address for sendmsg() to bind unbound socket with
David Howells
2016-09-13
rxrpc: Correctly initialise, limit and transmit call->rx_winsize
David Howells
2016-09-13
rxrpc: Fix prealloc refcounting
David Howells
2016-09-13
rxrpc: Adjust the call ref tracepoint to show kernel API refs
David Howells
2016-09-13
rxrpc: Allow tx_winsize to grow in response to an ACK
David Howells
2016-09-13
rxrpc: Use skb->len not skb->data_len
David Howells
2016-09-13
rxrpc: Add missing unlock in rxrpc_call_accept()
David Howells
2016-09-13
rxrpc: Requeue call for recvmsg if more data
David Howells
2016-09-13
rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delay
David Howells
2016-09-13
rxrpc: Add missing wakeup on Tx window rotation
David Howells
2016-09-13
rxrpc: Make sure we initialise the peer hash key
David Howells
2016-09-13
tipc: fix possible memory leak in tipc_udp_enable()
Wei Yongjun
2016-09-13
net: bridge: add helper to call /sbin/bridge-stp
Vivien Didelot
2016-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-09-10
net: ipv6: Remove l3mdev_get_saddr6
David Ahern
2016-09-10
net: ipv4: Remove l3mdev_get_saddr
David Ahern
2016-09-10
net: l3mdev: remove redundant calls
David Ahern
2016-09-10
net: vrf: Flip IPv6 output path from FIB lookup hook to out hook
David Ahern
2016-09-10
net: vrf: Flip IPv4 output path from FIB lookup hook to out hook
David Ahern
2016-09-10
net: l3mdev: Allow the l3mdev to be a loopback
David Ahern
2016-09-10
net: l3mdev: Add hook to output path
David Ahern
2016-09-10
net: flow: Add l3mdev flow update
David Ahern
2016-09-10
tcp: better use ooo_last_skb in tcp_data_queue_ofo()
Eric Dumazet
2016-09-10
openvswitch: use alias for genetlink family names
Thadeu Lima de Souza Cascardo
2016-09-10
xfrm: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2016-09-10
sctp: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2016-09-10
net: sched: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2016-09-10
l2tp: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2016-09-10
ipv4: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2016-09-10
net: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2016-09-10
lec: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2016-09-10
appletalk: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
[next]