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
2009-01-28
net: Allow RX queue selection to seed TX queue hashing.
David S. Miller
1
-0
/
+8
2009-01-27
Phonet: use per-namespace devices list
remi.denis-courmont@nokia
2
-39
/
+80
2009-01-27
Phonet: remove useless locking in device cleanup
remi.denis-courmont@nokia
1
-6
/
+1
2009-01-27
Phonet: handle rtnetlink registration failure
remi.denis-courmont@nokia
2
-6
/
+15
2009-01-27
Phonet: allow phonet_device_init() to fail, put it to __init section
remi.denis-courmont@nokia
2
-4
/
+9
2009-01-27
Phonet: check destination before delivering packets locally
remi.denis-courmont@nokia
1
-11
/
+9
2009-01-27
Phonet: move to Networking options like other protocol stacks
remi.denis-courmont@nokia
1
-1
/
+1
2009-01-27
gre: optimize hash lookup
Timo Teras
1
-29
/
+40
2009-01-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
9
-19
/
+106
2009-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
17
-79
/
+206
2009-01-26
vlan: Export symbols as non GPL symbols.
Ben Greear
1
-2
/
+2
2009-01-26
net: Move config NET_NS to from net/Kconfig to init/Kconfig
Matt Helsley
1
-8
/
+0
2009-01-26
af_key: initialize xfrm encap_oa
Timo Teras
1
-0
/
+1
2009-01-23
sctp: Fix another socket race during accept/peeloff
Vlad Yasevich
1
-0
/
+13
2009-01-23
sctp: Properly timestamp outgoing data chunks for rtx purposes
Vlad Yasevich
1
-3
/
+4
2009-01-23
sctp: Correctly start rtx timer on new packet transmissions.
Vlad Yasevich
1
-2
/
+1
2009-01-23
netns: ipmr: enable namespace support in ipv4 multicast routing code
Benjamin Thery
2
-113
/
+141
2009-01-23
netns: ipmr: declare ipmr /proc/net entries per-namespace
Benjamin Thery
1
-39
/
+62
2009-01-23
netns: ipmr: declare reg_vif_num per-namespace
Benjamin Thery
1
-10
/
+12
2009-01-23
netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespace
Benjamin Thery
1
-13
/
+11
2009-01-23
netns: ipmr: declare counter cache_resolve_queue_len per-namespace
Benjamin Thery
1
-18
/
+21
2009-01-23
netns: ipmr: dynamically allocate mfc_cache_array
Benjamin Thery
1
-13
/
+28
2009-01-23
netns: ipmr: store netns in struct mfc_cache
Benjamin Thery
1
-9
/
+17
2009-01-23
netns: ipmr: dynamically allocate vif_table
Benjamin Thery
1
-41
/
+68
2009-01-23
netns: ipmr: allocate mroute_socket per-namespace.
Benjamin Thery
1
-15
/
+13
2009-01-23
sctp/ipv6.c: use ipv6_addr_copy
Joe Perches
1
-2
/
+1
2009-01-22
mac80211: fix slot time debug message
Christian Lamparter
1
-2
/
+2
2009-01-22
mac80211: decrement ref count to netdev after launching mesh discovery
Brian Cavagnolo
1
-2
/
+4
2009-01-22
fs/Kconfig: move sunrpc out
Alexey Dobriyan
1
-0
/
+79
2009-01-22
gre: strict physical device binding
Timo Teras
1
-40
/
+88
2009-01-22
inet: Allowing more than 64k connections and heavily optimize bind(0) time.
Evgeniy Polyakov
2
-8
/
+44
2009-01-22
dccp: Debugging functions for feature negotiation
Gerrit Renker
4
-59
/
+109
2009-01-22
dccp: Initialisation and type-checking of feature sysctls
Gerrit Renker
5
-23
/
+46
2009-01-22
dccp: Implement both feature-local and feature-remote Sequence Window feature
Gerrit Renker
4
-24
/
+18
2009-01-22
dccp: Initialisation framework for feature negotiation
Gerrit Renker
2
-10
/
+57
2009-01-22
appletalk: remove unneeded stubs
Stephen Hemminger
1
-6
/
+4
2009-01-22
rose: convert to network_device_ops
Stephen Hemminger
1
-4
/
+8
2009-01-22
rose: convert to internal net_device_stats
Stephen Hemminger
2
-10
/
+3
2009-01-22
netrom: convert to net_device_ops
Stephen Hemminger
1
-5
/
+7
2009-01-22
netrom: convert to internal net_device_stats
Stephen Hemminger
2
-13
/
+3
2009-01-22
lec: convert to net_device_ops
Stephen Hemminger
1
-9
/
+11
2009-01-22
lec: convert to internal network_device_stats
Stephen Hemminger
2
-28
/
+17
2009-01-22
clip: convert to internal network_device_stats
Stephen Hemminger
1
-18
/
+12
2009-01-22
br2684: convert to net_device_ops
Stephen Hemminger
1
-9
/
+11
2009-01-22
atm: br2684 internal stats
Stephen Hemminger
1
-23
/
+15
2009-01-21
netfilter: ctnetlink: fix scheduling while atomic
Patrick McHardy
1
-0
/
+3
2009-01-21
gro: Fix merging of paged packets
Herbert Xu
1
-4
/
+5
2009-01-21
gro: Fix error handling on extremely short frags
Herbert Xu
1
-0
/
+1
2009-01-21
gro: Fix handling of complete checksums in IPv6
Herbert Xu
1
-0
/
+7
2009-01-21
NET: net_namespace, fix lock imbalance
Jiri Slaby
1
-1
/
+1
[next]