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
/
ipv4
Age
Commit message (
Expand
)
Author
2008-12-05
tcp: no need to pass prev skb around, reduces arg pressure
Ilpo Järvinen
2008-12-05
tcp: introduce struct tcp_sacktag_state to reduce arg pressure
Ilpo Järvinen
2008-12-05
tcp: make mtu probe failure to not break gso'ed skbs unnecessarily
Ilpo Järvinen
2008-12-05
tcp: Fix thinko making the not-shiftable to cover S|R as well
Ilpo Järvinen
2008-12-05
tcp: force mss equality with the next skb too.
Ilpo Järvinen
2008-12-04
tcp: tcp_vegas ssthresh bug fix
Doug Leith
2008-12-03
net: /proc/net/ip_mr_cache, display Iif as a signed short
Benjamin Thery
2008-12-03
net: fix /proc/net/ip_mr_cache display - V2
Benjamin Thery
2008-12-04
Merge branch 'master' into next
James Morris
2008-12-03
tcp: make urg+gso work for real this time
Ilpo Järvinen
2008-12-01
net: percpu_counter_inc() should not be called in BH-disabled section
Eric Dumazet
2008-11-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2008-11-26
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-25
net: Use a percpu_counter for orphan_count
Eric Dumazet
2008-11-25
net: Use a percpu_counter for sockets_allocated
Eric Dumazet
2008-11-25
netns xfrm: AH/ESP in netns!
Alexey Dobriyan
2008-11-25
netns xfrm: ->get_saddr in netns
Alexey Dobriyan
2008-11-25
netns xfrm: ->dst_lookup in netns
Alexey Dobriyan
2008-11-25
netns xfrm: dst garbage-collecting in netns
Alexey Dobriyan
2008-11-25
netns xfrm: lookup in netns
Alexey Dobriyan
2008-11-25
netns xfrm: state lookup in netns
Alexey Dobriyan
2008-11-25
netns xfrm: add struct xfrm_state::xs_net
Alexey Dobriyan
2008-11-25
net: udp_unhash() can test if sk is hashed
Eric Dumazet
2008-11-25
tcp: tcp_limit_reno_sacked can become static
Ilpo Järvinen
2008-11-25
netfilter: nfmark routing in OUTPUT, mangle, NFQUEUE
Eric Leblond
2008-11-25
xfrm: remove useless forward declarations
Alexey Dobriyan
2008-11-25
ah4/ah6: remove useless NULL assignments
Alexey Dobriyan
2008-11-24
tcp: add some mibs to track collapsing
Ilpo Järvinen
2008-11-24
tcp: Make shifting not clear the hints
Ilpo Järvinen
2008-11-24
tcp: Try to restore large SKBs while SACK processing
Ilpo Järvinen
2008-11-24
tcp: make tcp_sacktag_one able to handle partial skb too
Ilpo Järvinen
2008-11-24
tcp: Make SACK code to split only at mss boundaries
Ilpo Järvinen
2008-11-24
tcp: more aggressive skipping
Ilpo Järvinen
2008-11-24
tcp: move tcp_simple_retransmit to tcp_input
Ilpo Järvinen
2008-11-24
tcp: collapse more than two on retransmission
Ilpo Järvinen
2008-11-24
net: avoid a pair of dst_hold()/dst_release() in ip_push_pending_frames()
Eric Dumazet
2008-11-24
net: avoid a pair of dst_hold()/dst_release() in ip_append_data()
Eric Dumazet
2008-11-24
net: Make sure BHs are disabled in sock_prot_inuse_add()
Eric Dumazet
2008-11-23
net: fix tunnels in netns after ndo_ changes
Alexey Dobriyan
2008-11-23
net: Convert TCP/DCCP listening hash tables to use RCU
Eric Dumazet
2008-11-23
net: some optimizations in af_inet
Eric Dumazet
2008-11-21
tcp: Do not use TSO/GSO when there is urgent data
Petr Tesarik
2008-11-21
inet_diag: Missed conversion after changing inet ehash lockl to spinlocks.
David S. Miller
2008-11-20
net: convert TCP/DCCP ehash rwlocks to spinlocks
Eric Dumazet
2008-11-20
ipgre: convert to netdevice_ops
Stephen Hemminger
2008-11-20
ipip: convert to net_device_ops
Stephen Hemminger
2008-11-20
ipmr: convert ipmr virtual interface to net_device_ops
Stephen Hemminger
2008-11-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-20
net: ip_sockglue.c add static, annotate ports' endianness
Harvey Harrison
2008-11-20
TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header()
Balazs Scheidler
[prev]
[next]