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-10-08
netfilter: netns nf_conntrack: per-netns statistics
Alexey Dobriyan
4
-28
/
+33
2008-10-08
netfilter: netns nf_conntrack: per-netns event cache
Alexey Dobriyan
2
-10
/
+28
2008-10-08
netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n...
Alexey Dobriyan
12
-25
/
+26
2008-10-08
netfilter: netns nf_conntrack: cleanup after L3 and L4 proto unregister in ev...
Alexey Dobriyan
1
-2
/
+8
2008-10-08
netfilter: netns nf_conntrack: unregister helper in every netns
Alexey Dobriyan
1
-16
/
+24
2008-10-08
netns: export netns list
Alexey Dobriyan
1
-0
/
+1
2008-10-08
netfilter: netns nf_conntrack: per-netns /proc/net/ip_conntrack, /proc/net/st...
Alexey Dobriyan
1
-19
/
+38
2008-10-08
netfilter: netns nf_conntrack: per-netns /proc/net/nf_conntrack_expect
Alexey Dobriyan
1
-10
/
+11
2008-10-08
netfilter: netns nf_conntrack: per-netns /proc/net/nf_conntrack, /proc/net/st...
Alexey Dobriyan
1
-20
/
+31
2008-10-08
netfilter: netns nf_conntrack: pass netns pointer to L4 protocol's ->error hook
Alexey Dobriyan
7
-19
/
+25
2008-10-08
netfilter: netns nf_conntrack: pass netns pointer to nf_conntrack_in()
Alexey Dobriyan
3
-17
/
+26
2008-10-08
netfilter: netns nf_conntrack: per-netns unconfirmed list
Alexey Dobriyan
2
-4
/
+5
2008-10-08
netfilter: netns nf_conntrack: per-netns expectations
Alexey Dobriyan
9
-45
/
+49
2008-10-08
netfilter: netns: fix {ip,6}_route_me_harder() in netns
Alexey Dobriyan
2
-4
/
+5
2008-10-08
netfilter: netns nf_conntrack: per-netns conntrack hash
Alexey Dobriyan
13
-58
/
+61
2008-10-08
netfilter: netns nf_conntrack: per-netns conntrack count
Alexey Dobriyan
4
-14
/
+12
2008-10-08
netfilter: netns nf_conntrack: add ->ct_net -- pointer from conntrack to netns
Alexey Dobriyan
2
-5
/
+14
2008-10-08
netfilter: netns nf_conntrack: add netns boilerplate
Alexey Dobriyan
3
-7
/
+22
2008-10-08
netfilter: netns: ip6t_REJECT in netns for real
Alexey Dobriyan
1
-10
/
+12
2008-10-08
netfilter: netns: ip6table_mangle in netns for real
Alexey Dobriyan
1
-9
/
+22
2008-10-08
netfilter: netns: ip6table_raw in netns for real
Alexey Dobriyan
1
-4
/
+16
2008-10-08
netfilter: netns: remove nf_*_net() wrappers
Alexey Dobriyan
6
-19
/
+19
2008-10-08
netfilter: implement NFPROTO_UNSPEC as a wildcard for extensions
Jan Engelhardt
14
-269
/
+124
2008-10-08
netfilter: x_tables: use NFPROTO_* in extensions
Jan Engelhardt
74
-223
/
+225
2008-10-08
netfilter: Introduce NFPROTO_* constants
Jan Engelhardt
4
-23
/
+25
2008-10-08
netfilter: xt_recent: IPv6 support
Jan Engelhardt
2
-54
/
+253
2008-10-08
netfilter: rename ipt_recent to xt_recent
Jan Engelhardt
5
-32
/
+31
2008-10-08
netfilter: Use unsigned types for hooknum and pf vars
Jan Engelhardt
28
-82
/
+86
2008-10-08
netns: make uplitev6 mib per/namespace
Denis V. Lunev
3
-9
/
+10
2008-10-08
netns: make udpv6 mib per/namespace
Denis V. Lunev
3
-9
/
+6
2008-10-08
netns: add stub functions for per/namespace mibs allocation
Denis V. Lunev
1
-2
/
+16
2008-10-08
netns: allow per device ipv6 snmp statistics in non-initial namespace
Denis V. Lunev
1
-3
/
+0
2008-10-08
netns: register global ipv6 mibs statistics in each namespace
Denis V. Lunev
1
-2
/
+4
2008-10-08
ipv6: separate seq_ops for global & per/device ipv6 statistics
Denis V. Lunev
1
-16
/
+32
2008-10-08
ipv6: consolidate ipv6 sock_stat code at the beginning of net/ipv6/proc.c
Denis V. Lunev
1
-13
/
+13
2008-10-08
netns: register /proc/net/dev_snmp6/* in each ns
Denis V. Lunev
1
-24
/
+16
2008-10-08
netns: move /proc/net/dev_snmp6 to struct net
Denis V. Lunev
1
-9
/
+11
2008-10-08
tcp: cleanup messy initializer
Ilpo Järvinen
1
-2
/
+2
2008-10-08
tcp: kill pointless urg_mode
Ilpo Järvinen
4
-14
/
+20
2008-10-08
net: packet split receive api
Peter Zijlstra
1
-0
/
+20
2008-10-08
net: wrap sk->sk_backlog_rcv()
Peter Zijlstra
3
-4
/
+4
2008-10-08
ipv6: initialize ip6_route sysctl vars in ip6_route_net_init()
Peter Zijlstra
2
-8
/
+9
2008-10-08
ipv6: clean up ip6_route_net_init() error handling
Peter Zijlstra
1
-9
/
+10
2008-10-07
inet: Don't lookup the socket if there's a socket attached to the skb
KOVACS Krisztian
2
-6
/
+14
2008-10-07
inet: Add udplib_lookup_skb() helpers
KOVACS Krisztian
2
-4
/
+24
2008-10-07
inet_hashtables: Add inet_lookup_skb helpers
Arnaldo Carvalho de Melo
4
-14
/
+6
2008-10-06
tcp: Respect SO_RCVLOWAT in tcp_poll().
David S. Miller
1
-4
/
+8
2008-10-06
pkt_sched: Simplify dev_requeue_skb and dequeue_skb
Jarek Poplawski
1
-16
/
+5
2008-10-06
pkt_sched: Fix handling of gso skbs on requeuing
Jarek Poplawski
1
-5
/
+17
2008-10-06
xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate)
Arnaud Ebalard
4
-33
/
+120
[next]