index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IPV6] SIT: Unify code path to get hash array index.
YOSHIFUJI Hideaki
2007-04-25
1
-14
/
+9
*
[IPV6]: Fix Makefile thinko.
David S. Miller
2007-04-25
1
-1
/
+1
*
[IPV6]: Consolidate common SNMP code
Herbert Xu
2007-04-25
5
-147
/
+91
*
[IPV4]: Consolidate common SNMP code
Herbert Xu
2007-04-25
4
-56
/
+57
*
[IPV4]: Fix build without procfs.
YOSHIFUJI Hideaki
2007-04-25
2
-2
/
+4
*
[TCP]: Fix linkage errors on i386.
YOSHIFUJI Hideaki
2007-04-25
5
-4
/
+10
*
[TIPC]: Enhancements to msg_set_bits() routine
Allan Stephens
2007-04-25
1
-4
/
+7
*
[WIRELESS] cfg80211: Update comment for locking.
Johannes Berg
2007-04-25
1
-0
/
+4
*
[NET]: Warn about GSO/checksum abuse
Herbert Xu
2007-04-25
1
-1
/
+1
*
[TCP] TCP YEAH: Use vegas dont copy it.
Stephen Hemminger
2007-04-25
4
-178
/
+61
*
[TCP]: Congestion control API update.
Stephen Hemminger
2007-04-25
15
-55
/
+65
*
[TCP]: TCP Illinois update.
Stephen Hemminger
2007-04-25
1
-112
/
+186
*
[WIRELESS] drivers/net/wireless/Kconfig: correct minor typo
John W. Linville
2007-04-25
1
-2
/
+2
*
[WIRELESS]: Remove wext over netlink.
Johannes Berg
2007-04-25
5
-798
/
+0
*
[WIRELESS] cfg80211: New wireless config infrastructure.
Johannes Berg
2007-04-25
13
-1
/
+583
*
[WIRELESS]: Refactor wireless Kconfig.
Johannes Berg
2007-04-25
10
-79
/
+92
*
[WIRELESS]: Update MAINTAINERS for wireless mailing list.
Johannes Berg
2007-04-25
1
-3
/
+12
*
[NET]: Prevent much sadness in qdisc_lock_tree().
Andrew Morton
2007-04-25
1
-2
/
+0
*
[IPV6] SNMP: Use put_unaligned() instead of memcpy().
YOSHIFUJI Hideaki
2007-04-25
2
-17
/
+11
*
[IPV6] SNMP: Fix several warnings without procfs.
YOSHIFUJI Hideaki
2007-04-25
2
-2
/
+3
*
[IPV6] SNMP: Avoid unaligned accesses.
YOSHIFUJI Hideaki
2007-04-25
2
-7
/
+17
*
[TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...)
Ilpo Järvinen
2007-04-25
5
-116
/
+158
*
[NET]: Fix comments for register_netdev().
Borislav Petkov
2007-04-25
1
-1
/
+1
*
[IrDA]: Misc spelling corrections.
G. Liakhovetski
2007-04-25
4
-14
/
+14
*
[IrDA]: Adding carriage returns to mcs7780 debug statements
Samuel Ortiz
2007-04-25
1
-13
/
+13
*
[IrDA] af_irda: IRDA_ASSERT cleanups
Samuel Ortiz
2007-04-25
1
-27
/
+5
*
[IrDA] af_irda: irda_accept cleanup
Samuel Ortiz
2007-04-25
1
-26
/
+8
*
[IrDA] af_irda: Silence kernel message in irda_recvmsg_stream
Olaf Kirch
2007-04-25
1
-7
/
+11
*
[IrDA] af_irda: irda_recvmsg_stream cleanup
Olaf Kirch
2007-04-25
1
-18
/
+13
*
[NET]: Move sk_setup_caps() out of line.
Andi Kleen
2007-04-25
2
-13
/
+16
*
[TCP]: Uninline tcp_done().
Andi Kleen
2007-04-25
2
-15
/
+18
*
[NET]: cleanup extra semicolons
Stephen Hemminger
2007-04-25
47
-103
/
+113
*
[TCP]: TCP Illinois congestion control (rev3)
Stephen Hemminger
2007-04-25
3
-0
/
+298
*
[NET]: Get rid of netdev_nit
Stephen Hemminger
2007-04-25
1
-13
/
+5
*
[PPPOE]: Fix device tear-down notification.
Michal Ostrowski
2007-04-25
1
-37
/
+50
*
[PPPOE]: memory leak when socket is release()d before PPPIOCGCHAN has been ca...
Florian Zumbiehl
2007-04-25
1
-1
/
+1
*
[PPPOE]: race between interface going down and connect()
Florian Zumbiehl
2007-04-25
1
-13
/
+6
*
[PPPoE]: miscellaneous smaller cleanups
Florian Zumbiehl
2007-04-25
1
-13
/
+8
*
[NET] skbuff: skb_store_bits const is backwards
Stephen Hemminger
2007-04-25
2
-3
/
+3
*
[BRIDGE]: Fix warning in net-2.6.22
Stephen Hemminger
2007-04-25
1
-1
/
+0
*
[AX25/NETROM/ROSE]: Convert to use modern wait queue API
Ralf Baechle
2007-04-25
3
-115
/
+109
*
[AF_PACKET]: Add option to return orig_dev to userspace.
Peter P. Waskiewicz Jr
2007-04-25
2
-3
/
+30
*
[IPV6] SNMP: Export statistics via netlink without CONFIG_PROC_FS.
YOSHIFUJI Hideaki
2007-04-25
1
-6
/
+4
*
[IPV4] SNMP: Move some statistic bits to net/ipv4/proc.c.
YOSHIFUJI Hideaki
2007-04-25
3
-20
/
+67
*
[IPV6] SNMP: Move some statistic bits to net/ipv6/proc.c.
YOSHIFUJI Hideaki
2007-04-25
2
-33
/
+30
*
[IPV6] SNMP: Netlink interface.
YOSHIFUJI Hideaki
2007-04-25
4
-5
/
+51
*
[INET]: Add IP(V6)_PMTUDISC_RPOBE
John Heffner
2007-04-25
6
-10
/
+31
*
[IPV6]: MTU discovery check in ip6_fragment()
John Heffner
2007-04-25
1
-0
/
+13
*
[NET_SCHED]: ingress: switch back to using ingress_lock
Patrick McHardy
2007-04-25
5
-23
/
+26
*
[NET_SCHED]: Eliminate qdisc_tree_lock
Patrick McHardy
2007-04-25
4
-45
/
+10
[next]