index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Phonet: implement GPRS virtual interface over PEP socket
Rémi Denis-Courmont
2008-10-05
4
-16
/
+502
*
Phonet: receive pipe control requests as out-of-band data
Rémi Denis-Courmont
2008-10-05
2
-19
/
+50
*
Phonet: Pipe End Point for Phonet Pipes protocol
Rémi Denis-Courmont
2008-10-05
3
-1
/
+914
*
Phonet: connected sockets glue
Rémi Denis-Courmont
2008-10-05
1
-0
/
+97
*
Phonet: modules auto-loading support
Rémi Denis-Courmont
2008-10-05
1
-3
/
+9
*
sctp: correctly save sctp_adaptation from parameter.
Vlad Yasevich
2008-10-01
1
-1
/
+1
*
sctp: enable cookie-echo retransmission transport switch
Vlad Yasevich
2008-10-01
2
-34
/
+46
*
sctp: Fix the SNMP counter of SCTP_MIB_OUTOFBLUES
Wei Yongjun
2008-10-01
1
-2
/
+8
*
sctp: Fix to start T5-shutdown-guard timer while enter SHUTDOWN-SENT state
Wei Yongjun
2008-10-01
2
-18
/
+8
*
sctp: try harder to figure out address family when checking wildcards
Vlad Yasevich
2008-10-01
3
-10
/
+21
*
sctp: reduce memory footprint of sctp_chunk structure
Neil Horman
2008-10-01
3
-9
/
+9
*
sctp: Retransmit list is ineligable for missing indications
Vlad Yasevich
2008-10-01
1
-2
/
+0
*
sctp: Optimize SFR-CACC transport list walking during SACK processing
Vlad Yasevich
2008-10-01
1
-15
/
+19
*
sctp: Only mark chunks as missing when there are gaps
Vlad Yasevich
2008-10-01
1
-9
/
+12
*
udp: Export UDP socket lookup function
KOVACS Krisztian
2008-10-01
1
-0
/
+7
*
tcp: Port redirection support for TCP
KOVACS Krisztian
2008-10-01
3
-1
/
+4
*
ipv4: Make Netfilter's ip_route_me_harder() non-local address compatible
KOVACS Krisztian
2008-10-01
4
-1
/
+9
*
tcp: Handle TCP SYN+ACK/ACK/RST transparency
KOVACS Krisztian
2008-10-01
1
-3
/
+9
*
ipv4: Make inet_sock.h independent of route.h
KOVACS Krisztian
2008-10-01
2
-0
/
+2
*
ipv4: Allow binding to non-local addresses if IP_TRANSPARENT is set
Tóth László Attila
2008-10-01
1
-1
/
+1
*
ipv4: Implement IP_TRANSPARENT socket option
KOVACS Krisztian
2008-10-01
2
-1
/
+15
*
ipv4: Loosen source address check on IPv4 output
Julian Anastasov
2008-10-01
1
-7
/
+13
*
net: BUG instead of corrupting memory in pskb_expand_head
Herbert Xu
2008-10-01
1
-0
/
+2
*
ipsec: Put dumpers on the dump list
Herbert Xu
2008-10-01
4
-132
/
+130
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-10-01
20
-182
/
+276
|
\
|
*
af_key: Free dumping state on socket close
Timo Teras
2008-10-01
1
-11
/
+19
|
*
XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachep
Arnaud Ebalard
2008-10-01
1
-0
/
+2
|
*
ipv6: NULL pointer dereferrence in tcp_v6_send_ack
Denis V. Lunev
2008-10-01
1
-1
/
+1
|
*
tcp: Fix NULL dereference in tcp_4_send_ack()
Vitaliy Gusev
2008-10-01
1
-1
/
+1
|
*
sctp: Fix kernel panic while process protocol violation parameter
Wei Yongjun
2008-09-30
2
-24
/
+61
|
*
iucv: Fix mismerge again.
Heiko Carstens
2008-09-30
1
-1
/
+2
|
*
ipsec: Fix pskb_expand_head corruption in xfrm_state_check_space
Herbert Xu
2008-09-30
1
-4
/
+8
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-09-24
1
-2
/
+6
|
|
\
|
|
*
netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertion
Yasuyuki Kozakai
2008-09-24
1
-2
/
+6
|
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
2008-09-24
5
-96
/
+118
|
|
\
\
|
|
*
|
9p: fix put_data error handling
Eric Van Hensbergen
2008-09-24
1
-1
/
+5
|
|
*
|
9p: introduce missing kfree
Julia Lawall
2008-09-24
1
-1
/
+3
|
|
*
|
9p-trans_fd: fix and clean up module init/exit paths
Tejun Heo
2008-09-24
1
-20
/
+11
|
|
*
|
9p-trans_fd: don't do fs segment mangling in p9_fd_poll()
Tejun Heo
2008-09-24
1
-11
/
+3
|
|
*
|
9p-trans_fd: clean up p9_conn_create()
Tejun Heo
2008-09-24
1
-16
/
+4
|
|
*
|
9p-trans_fd: fix trans_fd::p9_conn_destroy()
Tejun Heo
2008-09-24
1
-19
/
+5
|
|
*
|
9p: implement proper trans module refcounting and unregistration
Tejun Heo
2008-09-24
4
-28
/
+87
|
*
|
|
sys_paccept: disable paccept() until API design is resolved
Michael Kerrisk
2008-09-23
1
-0
/
+2
|
|
|
/
|
|
/
|
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-09-22
1
-2
/
+4
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
netdev: simple_tx_hash shouldn't hash inside fragments
Alexander Duyck
2008-09-20
1
-2
/
+4
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2008-09-19
4
-40
/
+49
|
|
\
\
|
|
|
/
|
|
*
sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTH
Vlad Yasevich
2008-09-18
2
-8
/
+7
|
|
*
sctp: do not enable peer features if we can't do them.
Vlad Yasevich
2008-09-18
1
-2
/
+7
|
|
*
sctp: set the skb->ip_summed correctly when sending over loopback.
Vlad Yasevich
2008-09-18
1
-1
/
+2
|
|
*
udp: Fix rcv socket locking
Herbert Xu
2008-09-15
1
-29
/
+33
[next]