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
Commit message (
Expand
)
Author
Age
Files
Lines
*
sctp: Clear fast_recovery on the transport when T3 timer expires.
Vlad Yasevich
2009-09-04
1
-0
/
+3
*
sctp: Fix error count increments that were results of HEARTBEATS
Vlad Yasevich
2009-09-04
2
-5
/
+17
*
sctp: use proc_create()
Alexey Dobriyan
2009-09-04
1
-3
/
+1
*
sctp: fix check the chunk length of received HEARTBEAT-ACK chunk
Wei Yongjun
2009-09-04
1
-1
/
+2
*
sctp: drop SHUTDOWN chunk if the TSN is less than the CTSN
Wei Yongjun
2009-09-04
1
-1
/
+15
*
sctp: Send user messages to the lower layer as one
Vlad Yasevich
2009-09-04
6
-15
/
+61
*
sctp: Try to encourage SACK bundling with DATA.
Vlad Yasevich
2009-09-04
1
-5
/
+16
*
sctp: Generate SACKs when actually sending outbound DATA
Vlad Yasevich
2009-09-04
1
-57
/
+85
*
sctp: Fix data segmentation with small frag_size
Vlad Yasevich
2009-09-04
1
-9
/
+23
*
sctp: Disallow new connection on a closing socket
Vlad Yasevich
2009-09-04
3
-1
/
+11
*
sctp: Fix piggybacked ACKs
Doug Graham
2009-09-04
1
-4
/
+5
*
sctp: remove unused union (sctp_cmsg_data_t) definition
Rami Rosen
2009-09-04
1
-6
/
+0
*
sctp: release cached route when the transport goes down.
Vlad Yasevich
2009-09-04
1
-2
/
+7
*
sctp: update the route for non-active transports after addresses are added
Wei Yongjun
2009-09-04
1
-0
/
+8
*
sctp: check the unrecognized ASCONF parameter before access it
Wei Yongjun
2009-09-04
1
-3
/
+5
*
sctp: avoid overwrite the return value of sctp_process_asconf_ack()
Wei Yongjun
2009-09-04
1
-6
/
+3
*
net: Fix a build break because of a typo in drivers/net/3c503.c
Sachin Sant
2009-09-04
1
-1
/
+1
*
can: sja1000: legacy SJA1000 ISA bus driver
Wolfgang Grandegger
2009-09-04
3
-0
/
+289
*
can: sja1000: fix network statistics update
Wolfgang Grandegger
2009-09-04
1
-3
/
+2
*
can: add can_free_echo_skb() for upcoming drivers
Wolfgang Grandegger
2009-09-04
2
-1
/
+18
*
WAN: dscc4: Fix warning pointing out a bug.
David S. Miller
2009-09-03
1
-1
/
+1
*
ipv6: Fix tcp_v6_send_response(): it didn't set skb transport header
Cosmin Ratiu
2009-09-03
1
-0
/
+1
*
enic: organize device initialization/deinit into separate functions
Scott Feldman
2009-09-03
5
-75
/
+133
*
enic: bug fix: check for zero port MTU before posting warning
Scott Feldman
2009-09-03
1
-1
/
+1
*
enic: changes to driver/firmware interface
Scott Feldman
2009-09-03
4
-10
/
+30
*
enic: bug fix: enable VLAN filtering
Scott Feldman
2009-09-03
1
-1
/
+2
*
enic: provision for multiple Rx/Tx queues; prepare for RSS support
Scott Feldman
2009-09-03
5
-14
/
+50
*
enic: bug fix: included MAC drops in rx_dropped netstat
Scott Feldman
2009-09-03
2
-3
/
+9
*
enic: bug fix: protect fw call i/f with spinlock
Scott Feldman
2009-09-03
1
-0
/
+12
*
enic: use netdev_alloc_skb
Scott Feldman
2009-09-03
1
-4
/
+6
*
enic: bug fix: split TSO fragments larger than 16K into multiple descs
Scott Feldman
2009-09-03
1
-18
/
+69
*
enic: workaround A0 erratum
Scott Feldman
2009-09-03
4
-4
/
+80
*
enic: add support for multiple BARs
Scott Feldman
2009-09-03
4
-36
/
+66
*
vlan: adds drops accounting
Eric Dumazet
2009-09-03
1
-7
/
+22
*
macvlan: add multiqueue capability
Eric Dumazet
2009-09-03
1
-6
/
+27
*
netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_data
Ben Hutchings
2009-09-03
5
-22
/
+32
*
netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations
Ben Hutchings
2009-09-03
30
-92
/
+1
*
netdev: Remove SIOCDEVPRIVATE aliases for MDIO ioctls
Ben Hutchings
2009-09-03
2
-6
/
+0
*
sky2: only enable Vaux if capable of wakeup
Stephen Hemminger
2009-09-03
1
-2
/
+3
*
netxen: fix infinite loop on dma mapping failure
Dhananjay Phadke
2009-09-03
1
-2
/
+2
*
netxen: remove duplicate napi_add
Dhananjay Phadke
2009-09-03
1
-6
/
+0
*
netxen: fix lro buffer allocation
Dhananjay Phadke
2009-09-03
2
-2
/
+7
*
ixgbe: Add support for using FCoE DDP in 82599 as FCoE targets
Yi Zou
2009-09-03
1
-1
/
+7
*
ixgbe: Distribute transmission of FCoE traffic in 82599
Yi Zou
2009-09-03
1
-2
/
+8
*
ixgbe: Add support for multiple Tx queues for FCoE in 82599
Yi Zou
2009-09-03
2
-15
/
+65
*
igb: set vf rlpml wasn't taking vlan tag into account
Alexander Duyck
2009-09-03
2
-0
/
+40
*
igb: only disable/enable interrupt bits for igb physical function
Alexander Duyck
2009-09-03
1
-5
/
+9
*
igb: add support for set_rx_mode netdevice operation
Alexander Duyck
2009-09-03
1
-25
/
+48
*
net: Remove debugging code
Eric Dumazet
2009-09-03
1
-2
/
+0
*
vlan: enable multiqueue xmits
Eric Dumazet
2009-09-03
1
-2
/
+4
[next]