index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[EBTABLES]: Verify that ebt_entries have zero ->distinguisher.
Al Viro
2006-12-02
1
-5
/
+5
*
[EBTABLES]: Fix wraparounds in ebt_entries verification.
Al Viro
2006-12-02
1
-7
/
+16
*
[TCP]: Fix warnings with TCP_MD5SIG disabled.
Andrew Morton
2006-12-02
2
-6
/
+6
*
[NET]: Possible cleanups.
Adrian Bunk
2006-12-02
5
-16
/
+16
*
[IPSEC]: Add AF_KEY interface for encapsulation family.
Miika Komu
2006-12-02
1
-15
/
+25
*
[IPSEC]: Add netlink interface for the encapsulation family.
Miika Komu
2006-12-02
1
-1
/
+3
*
[IPSEC]: Add encapsulation family.
Miika Komu
2006-12-02
1
-0
/
+1
*
[TCP] MD5SIG: Kill CONFIG_TCP_MD5SIG_DEBUG.
David S. Miller
2006-12-02
2
-44
/
+1
*
[NET_SCHED]: Fix endless loops (part 5): netem/tbf/hfsc ->requeue failures
Patrick McHardy
2006-12-02
3
-5
/
+3
*
[NET_SCHED]: Fix endless loops (part 4): HTB
Patrick McHardy
2006-12-02
1
-7
/
+17
*
[NET_SCHED]: Fix endless loops (part 3): HFSC
Patrick McHardy
2006-12-02
1
-5
/
+13
*
[NET_SCHED]: Fix endless loops (part 2): "simple" qdiscs
Patrick McHardy
2006-12-02
7
-10
/
+22
*
[NET_SCHED]: Fix endless loops caused by inaccurate qlen counters (part 1)
Patrick McHardy
2006-12-02
1
-6
/
+32
*
[NET_SCHED]: Set parent classid in default qdiscs
Patrick McHardy
2006-12-02
10
-23
/
+39
*
[NET_SCHED]: sch_htb: perform qlen adjustment immediately in ->delete
Patrick McHardy
2006-12-02
1
-1
/
+6
*
NetLabel: add the ranged tag to the CIPSOv4 protocol
Paul Moore
2006-12-02
1
-0
/
+268
*
NetLabel: add the enumerated tag to the CIPSOv4 protocol
Paul Moore
2006-12-02
1
-0
/
+233
*
NetLabel: convert to an extensibile/sparse category bitmap
Paul Moore
2006-12-02
2
-99
/
+270
*
[NETFILTER]: remove the reference to ipchains from Kconfig
Pablo Neira Ayuso
2006-12-02
1
-1
/
+1
*
[NETFILTER]: Fix PROC_FS=n warnings
Patrick McHardy
2006-12-02
2
-7
/
+17
*
[NETFILTER]: remove remaining ASSERT_{READ,WRITE}_LOCK
Patrick McHardy
2006-12-02
5
-18
/
+0
*
[NETFILTER]: ebtables: add --snap-arp option
Bart De Schuymer
2006-12-02
2
-6
/
+27
*
[NETFILTER]: x_tables: add NFLOG target
Patrick McHardy
2006-12-02
5
-14
/
+102
*
[NETFILTER]: x_tables: add port of hashlimit match for IPv4 and IPv6
Patrick McHardy
2006-12-02
5
-251
/
+290
*
[NETFILTER]: nfnetlink_log: remove useless prefix length limitation
Patrick McHardy
2006-12-02
1
-9
/
+10
*
[NETFILTER]: nfnetlink_queue: allow changing queue length through netlink
Eric Leblond
2006-12-02
1
-0
/
+8
*
[NETFILTER]: ctnetlink: rework conntrack fields dumping logic on events
Pablo Neira Ayuso
2006-12-02
2
-44
/
+54
*
[NETFILTER]: ctnetlink: check for status attribute existence on conntrack cre...
Pablo Neira Ayuso
2006-12-02
2
-6
/
+10
*
[NETFILTER]: sip conntrack: better NAT handling
Patrick McHardy
2006-12-02
2
-69
/
+131
*
[NETFILTER]: sip conntrack: make header shortcuts optional
Patrick McHardy
2006-12-02
1
-3
/
+2
*
[NETFILTER]: sip conntrack: do case insensitive SIP header search
Patrick McHardy
2006-12-02
2
-7
/
+20
*
[NETFILTER]: sip conntrack: minor cleanup
Patrick McHardy
2006-12-02
2
-45
/
+45
*
[NETFILTER]: ip_conntrack: fix NAT helper unload races
Patrick McHardy
2006-12-02
15
-169
/
+216
*
[NETFILTER]: conntrack: add '_get' to {ip, nf}_conntrack_expect_find
Yasuyuki Kozakai
2006-12-02
8
-11
/
+11
*
[NETFILTER]: nf_conntrack: /proc compatibility with old connection tracking
Patrick McHardy
2006-12-02
5
-1
/
+431
*
[NETFILTER]: nf_conntrack: sysctl compatibility with old connection tracking
Patrick McHardy
2006-12-02
9
-0
/
+327
*
[NETFILTER]: nf_conntrack: move conntrack protocol sysctls to individual modules
Patrick McHardy
2006-12-02
11
-327
/
+293
*
[NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocols
Patrick McHardy
2006-12-02
3
-0
/
+237
*
[NETFILTER]: nf_conntrack: move extern declaration to header files
Patrick McHardy
2006-12-02
6
-37
/
+0
*
[NETFILTER]: nf_conntrack_ftp: fix missing helper mask initilization
Patrick McHardy
2006-12-02
1
-0
/
+1
*
[NETFILTER]: nf_conntrack: reduce timer updates in __nf_ct_refresh_acct()
Martin Josefsson
2006-12-02
1
-3
/
+8
*
[NETFILTER]: nf_conntrack: remove unused struct list_head from protocols
Martin Josefsson
2006-12-02
1
-1
/
+0
*
[NETFILTER]: nf_conntrack: minor __nf_ct_refresh_acct() whitespace cleanup
Martin Josefsson
2006-12-02
1
-3
/
+4
*
[NETFILTER]: nf_conntrack: remove ASSERT_{READ,WRITE}_LOCK
Martin Josefsson
2006-12-02
2
-11
/
+0
*
[NETFILTER]: nf_conntrack: more sanity checks in protocol registration/unregi...
Martin Josefsson
2006-12-02
2
-7
/
+50
*
[NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocol
Martin Josefsson
2006-12-02
16
-175
/
+175
*
[NETFILTER]: More __read_mostly annotations
Martin Josefsson
2006-12-02
3
-5
/
+5
*
[NETFILTER]: nf_conntrack: split out protocol handling
Martin Josefsson
2006-12-02
4
-198
/
+226
*
[NETFILTER]: nf_conntrack: split out the event cache
Martin Josefsson
2006-12-02
9
-69
/
+103
*
[NETFILTER]: nf_conntrack: split out helper handling
Martin Josefsson
2006-12-02
3
-120
/
+153
[next]