index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-03
tcp: sndbuf autotuning improvements
Eric Dumazet
2
-14
/
+26
2013-10-03
fib_trie: avoid a redundant bit judgement in inflate
baker.zhang
1
-6
/
+3
2013-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
37
-354
/
+525
2013-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
36
-354
/
+514
2013-10-01
pkt_sched: fq: rate limiting improvements
Eric Dumazet
1
-19
/
+26
2013-10-01
ip6tnl: allow to use rtnl ops on fb tunnel
Nicolas Dichtel
1
-2
/
+1
2013-10-01
sit: allow to use rtnl ops on fb tunnel
Nicolas Dichtel
1
-1
/
+1
2013-10-01
ip_tunnel: Remove double unregister of the fallback device
Steffen Klassert
1
-2
/
+0
2013-10-01
ip_tunnel_core: Change __skb_push back to skb_push
Steffen Klassert
1
-1
/
+1
2013-10-01
ip_tunnel: Add fallback tunnels to the hash lists
Steffen Klassert
1
-1
/
+3
2013-10-01
ip_tunnel: Fix a memory corruption in ip_tunnel_xmit
Steffen Klassert
1
-6
/
+6
2013-10-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
11
-151
/
+139
2013-10-01
ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_put
Salam Noureddine
1
-3
/
+3
2013-10-01
ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_put
Salam Noureddine
1
-2
/
+2
2013-10-01
ipv6: gre: correct calculation of max_headroom
Hannes Frederic Sowa
1
-2
/
+2
2013-10-01
net ipv4: Convert ipv4.ip_local_port_range to be per netns v3
Eric W. Biederman
7
-38
/
+46
2013-10-01
ethernet: use likely() for common Ethernet encap
stephen hemminger
1
-4
/
+5
2013-10-01
ethernet: cleanup eth_type_trans
stephen hemminger
1
-14
/
+3
2013-10-01
tcp: TSQ can use a dynamic limit
Eric Dumazet
1
-6
/
+11
2013-10-01
ipv6: Not need to set fl6.flowi6_flags as zero
Li RongQing
1
-3
/
+0
2013-09-30
pkt_sched: fq: qdisc dismantle fixes
Eric Dumazet
1
-20
/
+37
2013-09-30
qdisc: basic classifier - remove unnecessary initialization
stephen hemminger
1
-1
/
+1
2013-09-30
qdisc: meta return ENOMEM on alloc failure
stephen hemminger
1
-1
/
+3
2013-09-30
net: flow_dissector: fix thoff for IPPROTO_AH
Eric Dumazet
1
-2
/
+2
2013-09-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-75
/
+10
2013-09-30
dev: always advertise rx_flags changes via netlink
Nicolas Dichtel
1
-23
/
+37
2013-09-30
dev: update __dev_notify_flags() to send rtnl msg
Nicolas Dichtel
2
-7
/
+7
2013-09-30
ipv6: Fix preferred_lft not updating in some cases
Paul Marks
1
-37
/
+15
2013-09-30
ip_tunnel: Do not use stale inner_iph pointer.
Pravin B Shelar
1
-2
/
+2
2013-09-30
netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packets
Patrick McHardy
3
-11
/
+21
2013-09-29
net: introduce SO_MAX_PACING_RATE
Eric Dumazet
2
-1
/
+13
2013-09-29
ipv4: processing ancillary IP_TOS or IP_TTL
Francesco Fusco
5
-6
/
+24
2013-09-29
ipv4: IP_TOS and IP_TTL can be specified as ancillary data
Francesco Fusco
1
-1
/
+19
2013-09-29
net: net_secret should not depend on TCP
Eric Dumazet
2
-6
/
+25
2013-09-29
net: Delay default_device_exit_batch until no devices are unregistering v2
Eric W. Biederman
1
-1
/
+48
2013-09-28
IPv6 NAT: Do not drop DNATed 6to4/6rd packets
Catalin\(ux\) M. BOIE
2
-15
/
+96
2013-09-28
ipv6: compare sernum when walking fib for /proc/net/ipv6_route as safety net
Hannes Frederic Sowa
1
-0
/
+14
2013-09-28
ipv6: avoid high order memory allocations for /proc/net/ipv6_route
Hannes Frederic Sowa
2
-64
/
+173
2013-09-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
4
-40
/
+34
2013-09-27
net: create sysfs symlinks for neighbour devices
Veaceslav Falico
1
-1
/
+34
2013-09-27
net: expose the master link to sysfs, and remove it from bond
Veaceslav Falico
1
-2
/
+17
2013-09-27
vlan: unlink the upper neighbour before unregistering
Veaceslav Falico
1
-2
/
+2
2013-09-27
vlan: link the upper neighbour only after registering
Veaceslav Falico
1
-7
/
+7
2013-09-27
net: add a possibility to get private from netdev_adjacent->list
Veaceslav Falico
1
-0
/
+10
2013-09-27
net: add for_each iterators through neighbour lower link's private
Veaceslav Falico
1
-1
/
+59
2013-09-27
net: add netdev_adjacent->private and allow to use it
Veaceslav Falico
1
-11
/
+57
2013-09-27
net: add RCU variant to search for netdev_adjacent link
Veaceslav Falico
1
-0
/
+13
2013-09-27
net: add adj_list to save only neighbours
Veaceslav Falico
1
-100
/
+103
2013-09-27
net: use lists as arguments instead of bool upper
Veaceslav Falico
1
-32
/
+22
2013-09-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...
John W. Linville
4
-40
/
+34
[next]