index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TCP]: Fix lost_retrans loop vs fastpath problems
Ilpo Järvinen
2007-10-11
1
-15
/
+22
*
[TCP]: No need to re-count fackets_out/sacked_out at RTO
Ilpo Järvinen
2007-10-11
1
-10
/
+16
*
[TCP]: Extract tcp_match_queue_to_sack from sacktag code
Ilpo Järvinen
2007-10-11
1
-19
/
+35
*
[TCP]: Kill almost unused variable pcount from sacktag
Ilpo Järvinen
2007-10-11
1
-6
/
+3
*
[TCP]: Fix mark_head_lost to ignore R-bit when trying to mark L
Ilpo Järvinen
2007-10-11
1
-1
/
+1
*
[TCP]: Add bytes_acked (ABC) clearing to FRTO too
Ilpo Järvinen
2007-10-11
1
-0
/
+2
*
[IPv6]: Update setsockopt(IPV6_MULTICAST_IF) to support RFC 3493, try2
Brian Haley
2007-10-11
1
-5
/
+8
*
[NETFILTER]: x_tables: add missing ip6t_modulename aliases
Jan Engelhardt
2007-10-11
8
-0
/
+8
*
[NETFILTER]: nf_conntrack_tcp: fix connection reopening
Jozsef Kadlecsik
2007-10-11
1
-21
/
+14
*
[QETH]: fix qeth_main.c
Andrew Morton
2007-10-11
1
-1
/
+2
*
[NETLINK]: fib_frontend build fixes
David S. Miller
2007-10-10
1
-11
/
+5
*
[IPv6]: Export userland ND options through netlink (RDNSS support)
Pierre Ynard
2007-10-10
3
-9
/
+124
*
[9P]: build fix with !CONFIG_SYSCTL
Ingo Molnar
2007-10-10
1
-0
/
+12
*
[NET]: Fix dev_put() and dev_hold() comments
Benjamin Thery
2007-10-10
1
-2
/
+2
*
[NET]: make netlink user -> kernel interface synchronious
Denis V. Lunev
2007-10-10
18
-299
/
+130
*
[NET]: unify netlink kernel socket recognition
Denis V. Lunev
2007-10-10
1
-4
/
+9
*
[NET]: cleanup 3rd argument in netlink_sendskb
Denis V. Lunev
2007-10-10
3
-6
/
+5
*
[NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2
Denis V. Lunev
2007-10-10
2
-32
/
+8
*
[NET]: rtnl_unlock cleanups
Denis V. Lunev
2007-10-10
1
-6
/
+2
*
[NETLINK]: Fix typos in comments in netlink.h
Pierre Ynard
2007-10-10
1
-5
/
+5
*
[NET]: sanitize kernel_accept() error path
Tony Battersby
2007-10-10
1
-0
/
+1
*
[TG3]: Update version to 3.83
Matt Carlson
2007-10-10
1
-2
/
+2
*
[TG3]: WOL defaults
Matt Carlson
2007-10-10
2
-6
/
+11
*
[TG3]: Add 5761 support
Matt Carlson
2007-10-10
3
-15
/
+87
*
[TG3]: Add 5761 APE support
Matt Carlson
2007-10-10
2
-4
/
+274
*
[TG3]: Add new 5761 NVRAM decode routines
Matt Carlson
2007-10-10
2
-2
/
+102
*
[INET]: local port range robustness
Stephen Hemminger
2007-10-10
10
-58
/
+146
*
[SCTP]: port randomization
Stephen Hemminger
2007-10-10
3
-21
/
+5
*
[NET_SCHED]: Show timer resolution instead of clock resolution in /proc/net/p...
Patrick McHardy
2007-10-10
1
-1
/
+4
*
[BNX2]: Update version to 1.6.7.
Michael Chan
2007-10-10
1
-2
/
+2
*
[BNX2]: Fix default WoL setting.
Michael Chan
2007-10-10
2
-6
/
+15
*
[BNX2]: Fix remote PHY media detection problems.
Michael Chan
2007-10-10
1
-7
/
+27
*
[IPSEC]: Move IP protocol setting from transforms into xfrm4_input.c
Herbert Xu
2007-10-10
5
-9
/
+15
*
[IPSEC]: Move IP length/checksum setting out of transforms
Herbert Xu
2007-10-10
14
-65
/
+23
*
[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr
Herbert Xu
2007-10-10
10
-63
/
+64
*
[IPSEC]: Use IPv6 calling convention as the convention for x->mode->output
Herbert Xu
2007-10-10
11
-67
/
+44
*
[IPSEC]: Set skb->data to payload in x->mode->output
Herbert Xu
2007-10-10
16
-42
/
+47
*
[IPSEC] beet: Fix extension header support on output
Herbert Xu
2007-10-10
1
-2
/
+2
*
[IPSEC] esp: Remove NAT-T checksum invalidation for BEET
Herbert Xu
2007-10-10
1
-2
/
+1
*
[IPV6]: Defer IPv6 device initialization until a valid qdisc is specified
Mitsuru Chinen
2007-10-10
1
-3
/
+10
*
[NET]: Remove double dev->flags checking when calling dev_close()
Pavel Emelyanov
2007-10-10
1
-4
/
+2
*
[TCP]: Separate lost_retrans loop into own function
Ilpo Järvinen
2007-10-10
1
-37
/
+43
*
[CRYPTO] sha: Add header file for SHA definitions
Jan Glauber
2007-10-10
7
-109
/
+116
*
[CRYPTO] sha: Load the SHA[1|256] module by an alias
Sebastian Siewior
2007-10-10
6
-21
/
+8
*
[CRYPTO] aes: Rename aes to aes-generic
Sebastian Siewior
2007-10-10
5
-5
/
+6
*
[CRYPTO] des: Rename des to des-generic
Sebastian Siewior
2007-10-10
2
-1
/
+2
*
[CRYPTO] blkcipher: Added blkcipher_walk_virt_block
Herbert Xu
2007-10-10
2
-10
/
+28
*
[CRYPTO] blkcipher: Increase kmalloc amount to aligned block size
Herbert Xu
2007-10-10
1
-1
/
+1
*
[CRYPTO] api: Explain the comparison on larval cra_name
Herbert Xu
2007-10-10
1
-0
/
+5
*
[CRYPTO] blkcipher: Remove alignment restriction on block size
Herbert Xu
2007-10-10
2
-8
/
+8
[next]