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-03-09
net: use skb_is_gso_sctp() instead of open-coding
Daniel Axtens
2018-03-09
ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()
Eric Dumazet
2018-03-09
ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()
Lorenzo Bianconi
2018-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-03-07
net: don't unnecessarily load kernel modules in dev_ioctl()
Paul Moore
2018-03-07
tcp: purge write queue upon aborting the connection
Soheil Hassas Yeganeh
2018-03-07
dccp: check sk for closed state in dccp_sendmsg()
Alexey Kodanev
2018-03-07
l2tp: do not accept arbitrary sockets
Eric Dumazet
2018-03-07
net: Fix hlist corruptions in inet_evict_bucket()
Kirill Tkhai
2018-03-07
ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes
Stefano Brivio
2018-03-07
sch_netem: fix skb leak in netem_enqueue()
Alexey Kodanev
2018-03-07
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2018-03-07
xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_proto
Yossi Kuperman
2018-03-06
net: Only honor ifindex in IP_PKTINFO if non-0
David Ahern
2018-03-06
netfilter: nft_set_hash: skip fixed hash if timeout is specified
Pablo Neira Ayuso
2018-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-03-04
net: make skb_gso_*_seglen functions private
Daniel Axtens
2018-03-04
net: xfrm: use skb_gso_validate_network_len() to check gso sizes
Daniel Axtens
2018-03-04
net: sched: tbf: handle GSO_BY_FRAGS case in enqueue
Daniel Axtens
2018-03-04
net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len
Daniel Axtens
2018-03-04
batman-adv: Fix multicast packet loss with a single WANT_ALL_IPV4/6 flag
Linus Lüssing
2018-03-03
Merge tag 'batadv-net-for-davem-20180302' of git://git.open-mesh.org/linux-merge
David S. Miller
2018-03-03
bpf: fix bpf_skb_adjust_net/bpf_skb_proto_xlat to deal with gso sctp skbs
Daniel Axtens
2018-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-03-02
Merge tag 'mac80211-for-davem-2018-03-02' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2018-03-02
rds: Incorrect reference counting in TCP socket creation
Ka-Cheong Poon
2018-03-01
net: ethtool: don't ignore return from driver get_fecparam method
Edward Cree
2018-03-01
vrf: check forwarding on the original netdevice when generating ICMP dest unr...
Stephen Suryaputra
2018-03-01
net: allow interface to be set into VRF if VLAN interface in same VRF
Mike Manning
2018-03-01
Bluetooth: Fix missing encryption refresh on Security Request
Szymon Janc
2018-03-01
net: ipv4: avoid unused variable warning for sysctl
Arnd Bergmann
2018-03-01
xfrm: Fix ESN sequence number handling for IPsec GSO packets.
Steffen Klassert
2018-02-28
ipvs: remove IPS_NAT_MASK check to fix passive FTP
Julian Anastasov
2018-02-28
mlxsw: spectrum: Fix handling of resource_size_param
Jiri Pirko
2018-02-28
net/smc: fix NULL pointer dereference on sock_create_kern() error path
Davide Caratti
2018-02-28
net/smc: use link_id of server in confirm link reply
Karsten Graul
2018-02-28
net/smc: use a constant for control message length
Karsten Graul
2018-02-28
net/tcp/illinois: replace broken algorithm reference link
Joey Pabalinas
2018-02-28
tcp: purge write queue upon RST
Soheil Hassas Yeganeh
2018-02-28
tcp: revert F-RTO extension to detect more spurious timeouts
Yuchung Cheng
2018-02-28
tcp: revert F-RTO middle-box workaround
Yuchung Cheng
2018-02-27
tls: Use correct sk->sk_prot for IPV6
Boris Pismenny
2018-02-27
sit: fix IFLA_MTU ignored on NEWLINK
Xin Long
2018-02-27
ip6_tunnel: fix IFLA_MTU ignored on NEWLINK
Xin Long
2018-02-27
ip_gre: fix IFLA_MTU ignored on NEWLINK
Xin Long
2018-02-27
netfilter: nf_tables: use the right index from flowtable error path
Pablo Neira Ayuso
2018-02-27
tipc: correct initial value for group congestion flag
Jon Maloy
2018-02-27
devlink: Fix resource coverity errors
Arkadi Sharshevsky
2018-02-27
net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68
Sabrina Dubroca
2018-02-27
devlink: Compare to size_new in case of resource child validation
Arkadi Sharshevsky
[prev]
[next]