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.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
2010-10-21
ipvs: create ip_vs_defrag_user
Julian Anastasov
1
-21
/
+34
2010-10-21
ipvs: fix CHECKSUM_PARTIAL for TUN method
Julian Anastasov
1
-1
/
+1
2010-10-21
ipvs: stop ICMP from FORWARD to local
Julian Anastasov
1
-2
/
+19
2010-10-21
ipvs: do not schedule conns from real servers
Julian Anastasov
4
-8
/
+45
2010-10-21
ipvs: switch to notrack mode
Julian Anastasov
2
-37
/
+9
2010-10-21
ipvs: optimize checksums for apps
Julian Anastasov
3
-13
/
+56
2010-10-21
ipvs: fix CHECKSUM_PARTIAL for TCP, UDP
Julian Anastasov
2
-10
/
+10
2010-10-21
bridge: Add support for TX vlan offload.
Jesse Gross
1
-1
/
+7
2010-10-21
ethtool: Add support for vlan accleration.
Jesse Gross
1
-1
/
+2
2010-10-21
vlan: Centralize handling of hardware acceleration.
Jesse Gross
3
-137
/
+44
2010-10-21
vlan: Avoid hash table lookup to find group.
Jesse Gross
3
-72
/
+11
2010-10-21
vlan: Enable software emulation for vlan accleration.
Jesse Gross
1
-3
/
+33
2010-10-21
vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
Jesse Gross
2
-10
/
+10
2010-10-21
ebtables: Allow filtering of hardware accelerated vlan frames.
Jesse Gross
3
-18
/
+34
2010-10-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
David S. Miller
1
-2
/
+2
2010-10-21
secmark: fix config problem when CONFIG_NF_CONNTRACK_SECMARK is not set
Eric Paris
1
-0
/
+2
2010-10-21
secmark: export secctx, drop secmark in procfs
Eric Paris
2
-6
/
+50
2010-10-21
conntrack: export lsm context rather than internal secid via netlink
Eric Paris
1
-10
/
+36
2010-10-21
secmark: make secmark object handling generic
Eric Paris
2
-19
/
+17
2010-10-21
secmark: do not return early if there was no error
Eric Paris
1
-1
/
+1
2010-10-21
ceph: fix num_pages_free accounting in pagelist
Sage Weil
1
-0
/
+1
2010-10-21
ceph: don't crash when passed bad mount options
Yehuda Sadeh
1
-1
/
+1
2010-10-21
ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursor
Greg Farnum
1
-9
/
+97
2010-10-21
rbd: introduce rados block device (rbd), based on libceph
Yehuda Sadeh
1
-2
/
+1
2010-10-21
ceph: factor out libceph from Ceph file system
Yehuda Sadeh
29
-0
/
+10662
2010-10-20
net: avoid RCU for NOCACHE dst
Eric Dumazet
2
-6
/
+32
2010-10-20
net: allocate tx queues in register_netdevice
Tom Herbert
1
-53
/
+53
2010-10-20
net: cleanups in RX queue allocation
Tom Herbert
1
-19
/
+17
2010-10-20
net: fail alloc_netdev_mq if queue count < 1
Tom Herbert
1
-0
/
+6
2010-10-20
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
26
-241
/
+388
2010-10-20
phonet: remove the unused variable pn
Changli Gao
1
-1
/
+0
2010-10-20
netpoll: Revert napi_poll fix for bonding driver
Neil Horman
1
-8
/
+1
2010-10-19
Fixed race condition at ip_vs.ko module init.
Eduardo Blanco
1
-9
/
+10
2010-10-19
inet: RCU changes in inetdev_by_index()
Eric Dumazet
4
-22
/
+16
2010-10-19
net: avoid a dev refcount in ip_mc_find_dev()
Eric Dumazet
2
-3
/
+3
2010-10-19
sunrpc: remove the big kernel lock
Arnd Bergmann
2
-30
/
+11
2010-10-19
ipvs: IPv6 tunnel mode
Hans Schillstrom
1
-79
/
+92
2010-10-19
netfilter: ctnetlink: add expectation deletion events
Pablo Neira Ayuso
2
-11
/
+25
2010-10-18
sched: Fix softirq time accounting
Venkatesh Pallipadi
1
-1
/
+1
2010-10-18
bonding: Fix napi poll for bonding driver
Neil Horman
1
-1
/
+8
2010-10-18
bonding: Fix bonding drivers improper modification of netpoll structure
Neil Horman
1
-3
/
+3
2010-10-18
IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast()
Andy Walls
1
-7
/
+6
2010-10-18
netfilter: fix kconfig unmet dependency warning
Randy Dunlap
2
-4
/
+4
2010-10-18
tipc: Simplify bearer shutdown logic
Allan Stephens
1
-27
/
+11
2010-10-18
tipc: Kill tipc_get_mode() completely.
David S. Miller
1
-6
/
+0
2010-10-18
Bluetooth: fix oops in l2cap_connect_req
Nathan Holstein
1
-2
/
+2
2010-10-18
fib_hash: RCU conversion phase 2
Eric Dumazet
2
-77
/
+101
2010-10-18
fib_hash: RCU conversion phase 1
Eric Dumazet
1
-19
/
+38
2010-10-18
fib_hash: embed initial hash table in fn_zone
Eric Dumazet
1
-29
/
+23
2010-10-18
tcp: use correct counters in CA_CWR state too
Ilpo Järvinen
1
-6
/
+7
[prev]
[next]