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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-06
vlan: Add GVRP support
Patrick McHardy
1
-0
/
+1
2008-07-06
net: Add GARP applicant-only participant
Patrick McHardy
1
-0
/
+127
2008-07-06
net: Add STP demux layer
Patrick McHardy
1
-0
/
+14
2008-07-06
MIB: add struct net to UDP6_INC_STATS_BH
Pavel Emelyanov
1
-2
/
+2
2008-07-06
MIB: add struct net to UDP6_INC_STATS_USER
Pavel Emelyanov
1
-1
/
+1
2008-07-06
MIB: add struct net to UDP_INC_STATS_BH
Pavel Emelyanov
1
-3
/
+3
2008-07-06
MIB: add struct net to UDP_INC_STATS_USER
Pavel Emelyanov
1
-1
/
+1
2008-07-06
netns: place rt_genid into struct net
Denis V. Lunev
1
-0
/
+1
2008-07-06
netns: make rt_secret_rebuild timer per namespace
Denis V. Lunev
1
-0
/
+2
2008-07-06
netns: register net.ipv4.route.flush in each namespace
Denis V. Lunev
1
-0
/
+1
2008-07-06
net: add fib_rules_ops to flush_cache method
Denis V. Lunev
1
-1
/
+1
2008-07-06
netns: add namespace parameter to rt_cache_flush
Denis V. Lunev
1
-1
/
+1
2008-07-02
net-sched: change tcf_destroy_chain() to clear start of filter list
Patrick McHardy
1
-1
/
+1
2008-07-01
mac80211: add spectrum capabilities
Tomas Winkler
1
-0
/
+5
2008-06-30
mac80211: don't accept WEP keys other than WEP40 and WEP104
Emmanuel Grumbach
1
-0
/
+9
2008-06-29
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
David S. Miller
3
-105
/
+67
2008-06-28
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2
-0
/
+17
2008-06-27
mac80211: Add RTNL warning for workqueue
Ivo van Doorn
1
-2
/
+5
2008-06-27
mac80211: Let drivers have access to TKIP key offets for TX and RX MIC
Luis R. Rodriguez
1
-1
/
+6
2008-06-25
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/wireless-2.6
John W. Linville
2
-102
/
+56
2008-06-21
netns: Don't receive new packets in a dead network namespace.
Eric W. Biederman
1
-0
/
+11
2008-06-20
ipv6: Drop packets for loopback address from outside of the box.
YOSHIFUJI Hideaki
1
-0
/
+6
2008-06-20
sctp: Follow security requirement of responding with 1 packet
Vlad Yasevich
1
-1
/
+1
2008-06-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2008-06-18
net: Add sk_set_socket() helper.
David S. Miller
1
-2
/
+7
2008-06-18
udp: sk_drops handling
Eric Dumazet
1
-1
/
+1
2008-06-18
rose: improving AX25 routing frames via ROSE network
Bernard Pidoux
1
-1
/
+1
2008-06-18
netfilter: nf_nat: fix RCU races
Patrick McHardy
1
-0
/
+1
2008-06-17
net: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users.
David S. Miller
1
-24
/
+0
2008-06-17
sctp: Kill SCTP_SOCK_SLEEP_{PRE,POST}, unused.
David S. Miller
1
-2
/
+0
2008-06-17
wext: Emit event stream entries correctly when compat.
David S. Miller
1
-101
/
+48
2008-06-17
wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed.
David S. Miller
1
-1
/
+1
2008-06-17
wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.c
David S. Miller
1
-0
/
+7
2008-06-17
netns: introduce the net_hash_mix "salt" for hashes
Pavel Emelyanov
4
-4
/
+28
2008-06-17
inet6: add struct net argument to inet6_ehashfn
Pavel Emelyanov
1
-2
/
+5
2008-06-17
inet: add struct net argument to inet_ehashfn
Pavel Emelyanov
1
-2
/
+4
2008-06-17
inet: add struct net argument to inet_lhashfn
Pavel Emelyanov
1
-2
/
+2
2008-06-17
inet: add struct net argument to inet_bhashfn
Pavel Emelyanov
1
-1
/
+2
2008-06-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
David S. Miller
1
-1
/
+7
2008-06-15
net: change proto destroy method to return void
Brian Haley
3
-3
/
+3
2008-06-14
mac80211: add utility function to get header length
Harvey Harrison
1
-0
/
+6
2008-06-14
mac80211: make ieee80211_get_hdrlen_from_skb return unsigned
Harvey Harrison
1
-1
/
+1
2008-06-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-4
/
+12
2008-06-13
udp: reorder udp_iter_state to remove padding on 64bit builds
Richard Kennedy
1
-1
/
+1
2008-06-13
tcp: Revert 'process defer accept as established' changes.
David S. Miller
2
-3
/
+2
2008-06-12
Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroo...
David S. Miller
3
-4
/
+21
2008-06-12
net: remove CVS keywords
Adrian Bunk
5
-12
/
+0
2008-06-11
tcp md5sig: Let the caller pass appropriate key for tcp_v{4,6}_do_calc_md5_ha...
YOSHIFUJI Hideaki
1
-0
/
+10
2008-06-11
tcp md5sig: Share most of hash calcucaltion bits between IPv4 and IPv6.
YOSHIFUJI Hideaki
1
-0
/
+7
2008-06-11
tcp md5sig: Remove redundant protocol argument.
YOSHIFUJI Hideaki
1
-2
/
+0
[prev]
[next]