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
*
[TCP] tcp_vegas: Fix slow start
Thomas Young
2006-01-04
1
-0
/
+4
*
[NET]: More instruction checks fornet/core/filter.c
Kris Katterjohn
2006-01-04
1
-32
/
+80
*
[NETFILTER]: Use macro for spinlock_t/rwlock_t initializations/definition.
YOSHIFUJI Hideaki
2006-01-04
3
-4
/
+4
*
[IPV6]: Use macro for rwlock_t initialization.
YOSHIFUJI Hideaki
2006-01-04
1
-1
/
+1
*
[ECONET]: Use macro for spinlock_t definition.
YOSHIFUJI Hideaki
2006-01-04
1
-1
/
+1
*
[IPVS]: Add missing include <linux/net.h>
Arnaldo Carvalho de Melo
2006-01-04
1
-0
/
+1
*
[TCP]: syn_flood_warning is only needed if CONFIG_SYN_COOKIES is selected
Arnaldo Carvalho de Melo
2006-01-04
1
-0
/
+2
*
[DCCP] ackvec: use u8 for the buf offsets
Arnaldo Carvalho de Melo
2006-01-04
2
-16
/
+23
*
[DCCP] ackvec: Fix spelling of "throw"
Andrea Bittau
2006-01-04
1
-3
/
+3
*
[TCP]: less inline's
Stephen Hemminger
2006-01-03
4
-35
/
+171
*
[IEEE80211] ipw2200: Simplify multicast checks.
Stephen Hemminger
2006-01-03
1
-3
/
+2
*
[IPV4] fib_trie: build fix
Stephen Hemminger
2006-01-03
1
-0
/
+1
*
[BRIDGE]: Fix faulty check in br_stp_recalculate_bridge_id()
Stephen Hemminger
2006-01-03
1
-1
/
+1
*
[DCCP]: Notify CCID only after ACK vectors have been processed.
Andrea Bittau
2006-01-03
1
-3
/
+3
*
[DCCP]: Send an ACK vector when ACKing a response packet
Andrea Bittau
2006-01-03
1
-0
/
+6
*
[DCCP]: Do not process a packet twice when it's not in state DCCP_OPEN.
Andrea Bittau
2006-01-03
1
-22
/
+34
*
[DECNET]: Only use local routers
Patrick Caulfield
2006-01-03
1
-5
/
+8
*
[IPVS]: Cleanup IP_VS_DBG statements.
Roberto Nibali
2006-01-03
4
-14
/
+17
*
[NET]: Add a dev_ioctl() fallback to sock_ioctl()
Christoph Hellwig
2006-01-03
17
-40
/
+27
*
[NETROM]: Remove unessecary lock_sock calls in netrom_ioctl()
Christoph Hellwig
2006-01-03
1
-5
/
+5
*
[NETLINK] genetlink: fix cmd type in genl_ops to be consistent to u8
Per Liden
2006-01-03
1
-1
/
+1
*
[AF_UNIX]: Convert to use a spinlock instead of rwlock
Benjamin LaHaise
2006-01-03
1
-1
/
+1
*
[NET]: Speed up __alloc_skb()
Benjamin LaHaise
2006-01-03
1
-14
/
+13
*
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
Arnaldo Carvalho de Melo
2006-01-03
56
-2
/
+78
*
[SOCK]: Introduce sk_receive_skb
Arnaldo Carvalho de Melo
2006-01-03
3
-53
/
+4
*
[NET]: restructure sock_aio_{read,write} / sock_{readv,writev}
Christoph Hellwig
2006-01-03
1
-114
/
+110
*
[NET]: Fix sock_init() return value.
David S. Miller
2006-01-03
2
-5
/
+2
*
[PKTGEN]: Deinitialise static variables.
Jaco Kroon
2006-01-03
1
-3
/
+3
*
[NET]: move struct proto_ops to const
Eric Dumazet
2006-01-03
29
-59
/
+59
*
[NET]: Small cleanup to socket initialization
Andi Kleen
2006-01-03
1
-5
/
+5
*
[SCTP]: Add support for SCTP_DELAYED_ACK_TIME socket option.
Frank Filz
2006-01-03
1
-0
/
+184
*
[SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft.
Frank Filz
2006-01-03
7
-200
/
+523
*
[IPV4] fib_trie: Add credits.
Robert Olsson
2006-01-03
1
-0
/
+7
*
[TCP] cubic: use Newton-Raphson
Stephen Hemminger
2006-01-03
1
-54
/
+39
*
[TCP] cubic: precompute constants
Stephen Hemminger
2006-01-03
1
-76
/
+57
*
[PKT_SCHED] netem: packet corruption option
Stephen Hemminger
2006-01-03
1
-3
/
+46
*
[BRIDGE]: add version number
Stephen Hemminger
2006-01-03
2
-0
/
+3
*
[BRIDGE]: limited ethtool support
Stephen Hemminger
2006-01-03
3
-3
/
+67
*
[BRIDGE]: filter packets in learning state
Stephen Hemminger
2006-01-03
1
-4
/
+7
*
[BRIDGE]: handle speed detection after carrier changes
Stephen Hemminger
2006-01-03
3
-22
/
+44
*
[BRIDGE]: allow setting hardware address of bridge pseudo-dev
Stephen Hemminger
2006-01-03
3
-4
/
+28
*
[AF_UNIX]: Use spinlock for unix_table_lock
David S. Miller
2006-01-03
2
-19
/
+19
*
[IP_SOCKGLUE]: Remove most of the tcp specific calls
Arnaldo Carvalho de Melo
2006-01-03
15
-76
/
+89
*
[INET6]: Generalise tcp_v6_hash_connect
Arnaldo Carvalho de Melo
2006-01-03
3
-344
/
+183
*
[INET]: Generalise tcp_v4_hash_connect
Arnaldo Carvalho de Melo
2006-01-03
3
-331
/
+180
*
[TWSK]: Introduce struct timewait_sock_ops
Arnaldo Carvalho de Melo
2006-01-03
6
-59
/
+78
*
[DCCP]: Use reqsk_free in dccp_v4_conn_request
Arnaldo Carvalho de Melo
2006-01-03
1
-4
/
+1
*
[DCCP]: Introduce DCCPv6
Arnaldo Carvalho de Melo
2006-01-03
4
-1
/
+1491
*
[IPV6]: Export ipv6_opt_accepted
Arnaldo Carvalho de Melo
2006-01-03
2
-16
/
+21
*
[DCCP]: Prepare the AF agnostic core for the introduction of DCCPv6
Arnaldo Carvalho de Melo
2006-01-03
6
-52
/
+114
[next]