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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-29
[NET] sysctl: make sysctl_somaxconn per-namespace
Pavel Emelyanov
1
-1
/
+3
2008-01-29
[NET] sysctl: prepare core tables to point to netns variables
Pavel Emelyanov
1
-2
/
+7
2008-01-29
[NET] sysctl: make the sys.net.core sysctls per-namespace
Pavel Emelyanov
1
-5
/
+45
2008-01-29
[NET] net/core/dev.c: use LIST_HEAD instead of LIST_HEAD_INIT
Denis Cheng
1
-1
/
+1
2008-01-29
[IPV6]: Make fib6_rules_init to return an error code.
Daniel Lezcano
1
-2
/
+3
2008-01-29
[NET]: Multiple namespaces in the all dst_ifdown routines.
Denis V. Lunev
1
-2
/
+2
2008-01-29
[UDP]: Only increment counter on first peek/recv
Herbert Xu
1
-16
/
+27
2008-01-29
[UDP]: Avoid repeated counting of checksum errors due to peeking
Herbert Xu
1
-1
/
+8
2008-01-29
[NET]: Isolate the net/core/ sysctl table
Pavel Emelyanov
1
-1
/
+18
2008-01-29
[NET]: Remove unneeded ifdefs from sysctl_net_core.c
Pavel Emelyanov
1
-4
/
+0
2008-01-29
[NEIGH]: Use the ctl paths to create neighbours sysctls
Pavel Emelyanov
1
-50
/
+27
2008-01-29
[NEIGH]: Cleanup the neigh_sysctl_register
Pavel Emelyanov
1
-15
/
+11
2008-01-29
[NET]: Move netfilter checksum helpers to net/core/utils.c
Patrick McHardy
1
-0
/
+16
2008-01-29
[NET]: Nicer WARN_ON in netstat_show
Pavel Emelyanov
1
-3
/
+2
2008-01-29
[NET]: Make macro to specify the ptype_base size
Pavel Emelyanov
1
-9
/
+14
2008-01-29
[NET]: Name magic constants in sock_wake_async()
Pavel Emelyanov
2
-5
/
+5
2008-01-29
[NET] proto: Use pcounters for the inuse field
Arnaldo Carvalho de Melo
1
-55
/
+6
2008-01-29
[NET]: Compact sk_stream_mem_schedule() code
Pavel Emelyanov
1
-13
/
+14
2008-01-29
[NET]: Make netns cleanup to run in a separate queue
Benjamin Thery
1
-1
/
+8
2008-01-29
[NET] net/core/request_sock.c: Remove unused exports.
Adrian Bunk
1
-5
/
+0
2008-01-29
[NET]: Consolidate net namespace related proc files creation.
Denis V. Lunev
2
-45
/
+9
2008-01-29
[NET]: Make the netlink methods in rtnetlink handle multiple network namespaces
Eric W. Biederman
1
-24
/
+3
2008-01-29
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
Denis V. Lunev
3
-15
/
+56
2008-01-29
[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)
Denis V. Lunev
3
-0
/
+48
2008-01-29
[NETPOLL]: Don't need rx_flags.
Stephen Hemminger
1
-4
/
+0
2008-01-29
[NETPOLL]: Kill NETPOLL_RX_DROP, set but never tested.
Stephen Hemminger
1
-4
/
+4
2008-01-29
[NETPOLL]: no need to store local_mac
Stephen Hemminger
1
-6
/
+3
2008-01-29
[NETPOLL]: netpoll_poll() cleanup
Stephen Hemminger
1
-18
/
+14
2008-01-29
[NETPOLL]: Use skb_queue_purge().
Stephen Hemminger
1
-5
/
+1
2008-01-29
[CAN]: Allocate protocol numbers for PF_CAN
Oliver Hartkopp
1
-2
/
+2
2008-01-29
[NET]: Move sock_valbool_flag to socket.c
Pavel Emelyanov
1
-9
/
+11
2008-01-29
[NET]: Eliminate duplicate copies of dst_discard
Herbert Xu
1
-1
/
+2
2008-01-29
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
2
-11
/
+4
2008-01-29
[IPV4]: Add raw drops counter.
Wang Chen
1
-0
/
+1
2008-01-29
[TCP]: Splice receive support.
Jens Axboe
1
-0
/
+246
2008-01-25
cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus()
Gautham R Shenoy
1
-2
/
+2
2008-01-23
[NETNS]: Re-export init_net via EXPORT_SYMBOL.
Denis V. Lunev
1
-1
/
+1
2008-01-21
[NET]: rtnl_link: fix use-after-free
Patrick McHardy
1
-1
/
+4
2008-01-21
[NEIGH]: Revert 'Fix race between neigh_parms_release and neightbl_fill_parms'
David S. Miller
1
-2
/
+2
2008-01-10
[NEIGH]: Fix race between neigh_parms_release and neightbl_fill_parms
Pavel Emelyanov
1
-2
/
+2
2008-01-09
[NET]: Clone the sk_buff 'iif' field in __skb_clone()
Paul Moore
1
-5
/
+6
2008-01-09
[NET]: Stop polling when napi_disable() is pending.
David S. Miller
1
-2
/
+6
2007-12-21
[NET]: Fix function put_cmsg() which may cause usr application memory overflow
Wei Yongjun
1
-0
/
+2
2007-12-21
[NET] net/core/: Spelling fixes
Joe Perches
1
-1
/
+1
2007-12-11
[NET]: Fix wrong comments for unregister_net*
Wang Chen
1
-4
/
+2
2007-11-26
[SKBUFF]: Free old skb properly in skb_morph
Herbert Xu
1
-13
/
+18
2007-11-20
[PKTGEN]: Fix double unlock of xfrm_state->lock
Pavel Emelyanov
1
-2
/
+0
2007-11-15
[INET]: Fix potential kfree on vmalloc-ed area of request_sock_queue
Pavel Emelyanov
1
-0
/
+35
2007-11-15
[NET]: Remove notifier block from chain when register_netdevice_notifier fails
Pavel Emelyanov
1
-0
/
+2
2007-11-13
[NET]: Move unneeded data to initdata section.
Denis V. Lunev
2
-4
/
+4
[next]