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
2008-04-02
net/mac80211/debugfs_netdev.c: use of bool triggers a gcc bug
Andrew Morton
1
-1
/
+1
2008-04-01
mac80211: correct use_short_preamble handling
Vladimir Koutny
1
-5
/
+4
2008-04-01
mac80211: trigger ieee80211_sta_work after opening interface
Jan Niehusmann
1
-0
/
+12
2008-04-01
[LLC]: skb allocation size for responses
Joonwoo Park
5
-31
/
+67
2008-04-01
[IPV6][NETNS]: Display per-net info in sockstat6 file.
Pavel Emelyanov
1
-7
/
+34
2008-04-01
[IPV4][NETNS]: Display per-net info in sockstat file.
Pavel Emelyanov
1
-7
/
+34
2008-04-01
[SOCK][NETNS]: Register sockstat(6) files in each net.
Pavel Emelyanov
2
-10
/
+46
2008-04-01
[SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net.
Pavel Emelyanov
1
-0
/
+48
2008-04-01
[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.
Pavel Emelyanov
9
-24
/
+29
2008-04-01
[NETNS]: Introduce a netns_core structure.
Pavel Emelyanov
2
-7
/
+7
2008-04-01
[IP] UDP: Use SEQ_START_TOKEN.
YOSHIFUJI Hideaki
1
-2
/
+2
2008-04-01
[IPV6] MCAST: Ensure to check multicast listener(s).
YOSHIFUJI Hideaki
1
-2
/
+1
2008-03-31
net/rxrpc trivial annotations
Al Viro
2
-13
/
+16
2008-03-29
[LLC]: Kill llc_station_mac_sa symbol export.
David S. Miller
1
-1
/
+0
2008-03-29
[UDP]: Remove owner from udp_seq_afinfo.
Denis V. Lunev
4
-5
/
+12
2008-03-29
[UDP]: Place file operations directly into udp_seq_afinfo.
Denis V. Lunev
4
-15
/
+6
2008-03-29
[UDP]: Cleanup /proc/udp[6] creation/removal.
Denis V. Lunev
1
-37
/
+9
2008-03-29
[UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo.
Denis V. Lunev
4
-9
/
+17
2008-03-29
[UDP]: No need to check afinfo != NULL in udp_proc_(un)register.
Denis V. Lunev
1
-4
/
+0
2008-03-29
[UDP]: Replace struct net on udp_iter_state with seq_net_private.
Denis V. Lunev
1
-4
/
+4
2008-03-29
[NET]: Fix dev_alloc_skb() typo.
David S. Miller
1
-1
/
+1
2008-03-29
[INET]: inet_frag_evictor() must run with BH disabled
David S. Miller
2
-0
/
+5
2008-03-29
[SOCK]: Drop inuse pcounter from struct proto (v2).
Pavel Emelyanov
11
-35
/
+0
2008-03-29
[SOCK]: Drop per-proto inuse init and fre functions (v2).
Pavel Emelyanov
1
-10
/
+1
2008-03-29
[SOCK]: Introduce a percpu inuse counters array (v2).
Pavel Emelyanov
1
-0
/
+22
2008-03-29
[SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).
Pavel Emelyanov
1
-0
/
+34
2008-03-29
[NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*
Joe Perches
4
-28
/
+31
2008-03-29
[LLC]: station source mac address
Joonwoo Park
2
-10
/
+4
2008-03-29
[LLC]: bogus llc packet length
Joonwoo Park
1
-1
/
+5
2008-03-29
[NET]: Add preemption point in qdisc_run
Herbert Xu
1
-3
/
+15
2008-03-29
[NET]: Don't send ICMP_FRAG_NEEDED for GSO packets
Rusty Russell
1
-1
/
+1
2008-03-29
bluetooth: replace deprecated RW_LOCK_UNLOCKED macros
Robert P. J. Day
4
-4
/
+4
2008-03-29
[NET]: Add inline intent commentary to dev_alloc_skb().
Denys Vlasenko
1
-0
/
+4
2008-03-29
net/9p/trans_fd.c:p9_trans_fd_init(): module_init functions should return 0 o...
Andrew Morton
1
-1
/
+1
2008-03-28
[IPV6] NEIGH: Optimize is_router check.
YOSHIFUJI Hideaki
1
-11
/
+11
2008-03-28
[NET] NEIGHBOUR: Extract hash/lookup functions for pneigh entries.
YOSHIFUJI Hideaki
1
-32
/
+29
2008-03-28
[NET] NEIGHBOUR: Make each EXPORT_SYMBOL{,_GPL}() immediately follow its func...
YOSHIFUJI Hideaki
1
-29
/
+24
2008-03-28
[LLC]: Restrict LLC sockets to root
Patrick McHardy
1
-0
/
+3
2008-03-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
33
-103
/
+180
2008-03-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
9
-130
/
+185
2008-03-28
[SCTP]: Remove sctp_add_cmd_sf wrapper bloat
Ilpo Järvinen
2
-14
/
+4
2008-03-28
[NET]: uninline skb_trim, de-bloats
Ilpo Järvinen
1
-0
/
+16
2008-03-28
[NET]: uninline dst_release
Ilpo Järvinen
1
-0
/
+10
2008-03-28
[NET]: uninline skb_push, de-bloats a lot
Ilpo Järvinen
1
-0
/
+19
2008-03-28
[NET]: uninline dev_alloc_skb, de-bloats a lot
Ilpo Järvinen
1
-0
/
+18
2008-03-28
[NET]: uninline skb_pull, de-bloats a lot
Ilpo Järvinen
1
-0
/
+16
2008-03-28
[NET]: uninline skb_put, de-bloats a lot
Ilpo Järvinen
1
-0
/
+21
2008-03-28
[NETFILTER]: Replate direct proc_fops assignment with proc_create call.
Denis V. Lunev
11
-59
/
+30
2008-03-28
[ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB access
Thomas Graf
2
-2
/
+2
2008-03-27
mac80211: reorder fields to make some structures smaller
Johannes Berg
2
-27
/
+31
[prev]
[next]